Skip to main content
Announcements
Happy New Year! Cheers to another year of collaboration, connections and success.
cancel
Showing results for 
Search instead for 
Did you mean: 
tomovangel
Partner - Specialist
Partner - Specialist

After Upgrade Ports problem?

Hello guys,

I just tried to update our working QS server( windows 2012 r2) from April 2018  , to November 2018

The update was successful

All services are running.

After that I can't access the hub or the qmc.

So i check the log file under "C:\ProgramData\Qlik\Sense\Log\Proxy\Trace\servername_system_proxy.txt"

And i found this error for port 4242.

""5 20180928T020409.079-0700 ERROR  servername\QSuser When contacting https://localhost:4242/ No connection could be made because the target machine actively refused it 127.0.0.1:4242↵↓Unable to connect to the remote server.

Could not contact local repository to retrieve local server node configuration No connection could be made because the target machine actively refused it 127.0.0.1:4242↵↓Unable to connect to the remote server    "


I tried the QlikSense util tool and this is what it shows me:
Screenshot_5.jpg


What can I do now?



1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

yes you can modify the port setting in "postgresql.conf" file

you should find it under "C:\ProgramData\Qlik\Sense\Repository\PostgreSQL\9.6"

#port = 4432 # (change requires restart)

and replace with 5432

finally restart all Qlik Sense Services.

I hope it can help.

View solution in original post

5 Replies
agigliotti
Partner - Champion
Partner - Champion

did you check what ports are needed for September version ?

take a look at https://help.qlik.com/en-US/sense/September2018/Subsystems/PlanningQlikSenseDeployments/Content/Sens...

I hope it helps.

tomovangel
Partner - Specialist
Partner - Specialist
Author

Okay, its the same like in April 2018,

But , giving it a second look, reminds me, that I have a Postgre9.6 installed on the server, but on port 5432

When i made the install of April 2018 before a couple of months, i Specified that port 5432 will be used for QRD( not 4432 as in default). And everything was working.

Is the problem lying somewhere in the Postgre?

agigliotti
Partner - Champion
Partner - Champion

yes you can modify the port setting in "postgresql.conf" file

you should find it under "C:\ProgramData\Qlik\Sense\Repository\PostgreSQL\9.6"

#port = 4432 # (change requires restart)

and replace with 5432

finally restart all Qlik Sense Services.

I hope it can help.

tomovangel
Partner - Specialist
Partner - Specialist
Author

Hm, i did it, but again nothing happened.

I will make full reinstall and follow the steps in September 2018 release

tomovangel
Partner - Specialist
Partner - Specialist
Author

I made this thing that you suggested before I reinstalled the version.

After the new installation, everything is smooth


Thank you