Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
What can I do now?
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.
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.
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?
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.
Hm, i did it, but again nothing happened.
I will make full reinstall and follow the steps in September 2018 release
I made this thing that you suggested before I reinstalled the version.
After the new installation, everything is smooth
Thank you