Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

QVWS change port and DMS question

i have two questions

1. where can i change the port of QVWS? C:\ProgramData\QlikTech\QvWebServer\config.xml i guess .. but what node should i change?

<QvpPort>-1</QvpPort --> <QvpPort>8080</QvpPort

2. can anyone confirm, that if i want to use IIS and DMS that both QVWS and IIS should be running? IIS on port 80 and QVWS on 8080.

DMS is not working if QVWS is down. is that correct?

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

Is it QV9 or QV10?

QVP port should be left at default value 4747.

If it's QV10 you need to change the default URL in the config.xml file, something like

<Config>

<DefaultUrl>http://_:8080/</DefaultUrl>

If it's QV9 then just change the Port

<Config>

<Port>8080</Port>

BTW, you don't need both QVWS and IIS if you want to use DMS, using IIS alone should work fine.




View solution in original post

4 Replies
danielrozental
Master II
Master II

Is it QV9 or QV10?

QVP port should be left at default value 4747.

If it's QV10 you need to change the default URL in the config.xml file, something like

<Config>

<DefaultUrl>http://_:8080/</DefaultUrl>

If it's QV9 then just change the Port

<Config>

<Port>8080</Port>

BTW, you don't need both QVWS and IIS if you want to use DMS, using IIS alone should work fine.




amien
Specialist
Specialist
Author

Thanks..

i'v noticed that QV10 SR1 also has an interface textbox for this now.

BTW what service is managing DMS?

amien
Specialist
Specialist
Author

BTW, you don't need both QVWS and IIS if you want to use DMS, using IIS alone should work fine.

should QVWS be on of off using IIS only? when its on i get a conflict error in QEMC. i'm using the Alternate login page. this will only work when QVWS is enabled.

danielrozental
Master II
Master II

If you're looking to run IIS then QVWS should be off and starting mode manual.

Look at the QlikView Server Manual for the right steps to set the IIS integration.