Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qvws v11 doesn't seem to allow port 4750 change

Hi,

(this message was first published on the Ask experts on v11 forum)

i have installed a qlikview server x86 v11 and i can't get the web service to start.

Even if i change the 4750 port to 4850 in the config.xml (like i could do with success in v10), it still doesn't start and gives an error in the windows event viewer saying port 4750 is already used (by Bladelogic on my server)

how can i change that ?

do you need some logs ?

thanks

6 Replies
Fredrik_Lautrup
Employee
Employee

Hi,

It is still possible to change the port number for the services in QlikView. The configuration files for this is the .config files for each service executable so in the case of the webserver the \Program Files\QlikView\Server\Web Server\QVWebServer.exe.config

In these files you will find a setting like

    <!-- The port the service listens to. -->

    <addkey="WebservicePort" value="4750"/>

Where you can change the port number for the service.

I hope this will help you with your problems.

fredericvillemi
Creator III
Creator III

The change of this value doesn't work

Has someone tested that ?

it still wants to listen to 4750, i can't believe it hasn't been tested ...

Fredrik_Lautrup
Employee
Employee

Yes you are correct,

this has been verified as a bug and has been reported back to R&D

Not applicable
Author

Hi,

the issue has been detected in 11.00.11149 and given to R&D, the have fixed it with this conclusion:

The qms does not write to the Qlikview Webservers config file, and if the webservice itself can not do that you have to manually change the port in the config file.

<!-- The port the service listens to. -->
<add key="WebservicePort" value="4750"/>

this value is set in the following file QVWebServer.exe.config that you will find in C:\Program Files\QlikView\Server\Web Server."

fredericvillemi
Creator III
Creator III

S R, it is not only a bug of the QMS. Even if you change the .config, and restart the server, it still doesn't work.

It is known as a bug now, corrected but only available in next SR, as Qliktech told me

amien
Specialist
Specialist

Thanks for this tip. Does seem to work in QV11 SR1.

I also changed the config.xml