Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview web server

Hi

How can I add an additional qlikview web server (access point)

I want to have it load balanced.

We have a qlikview cluster running qlikview 11.20SR2

I hope you can help.

Johan

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

OK, run the installation again and also select the QVS client files.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

View solution in original post

10 Replies
Bill_Britt
Former Employee
Former Employee

Hi Johan,

I ready your post, but I want to make sure you are wanting to install QVWS and not support for IIS.

If you are wanting to run just QVWS then run the install on the server that you want to put it on. You would have to select custom install and pick webserver and QVWS. With IIS you have to select the client files also.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Hi Bill

I did run the setup and added QVWS on 1 server.

On that server the service is running now.

Now I want to add that server as a QVWS in the management console.

I already have 1 other QVWS server running.

When I try this I receive under qlikview web services in the management console, service URL and not an additional QVWS.

Johan

Bill_Britt
Former Employee
Former Employee

Hi Johan,


You will have to click on the Green + sign and then change the server name.

QV11.2 SR3-2013-09-25-09-29-02.png


Then you will need to copy the config.xml file located at C:\ProgramData\QlikTech\WebServer from the current server to the same location on the new server.

Bill

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Hi Bill

Now I have the second qlikview web server.

I also copied the XML file to the second web server.

I rebooted both web services.

But when I go to the access point of the second web server, I receive a HTTP 404 message, the webpage cannot be found.

Any idea?

Johan

Bill_Britt
Former Employee
Former Employee

Hi,

When you go to C:\Program Files\QlikView\Web do you have files under there?

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Only on 1 server.

On the server I just added as a web server I don't have a web folder

Bill_Britt
Former Employee
Former Employee

OK, run the installation again and also select the QVS client files.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi,

I did all the setting listed above, I am getting no server error when i try http:\server2\qlikview\index.htm instead of  http:\server1\qlikview\index.htm

Server 2 is the new webserver which i added newly.

could you please help me to resolve this issue.

also could you please explain what is QVS client files.

thanks

Bill_Britt
Former Employee
Former Employee

Need to make sure both servers are listed in the C:\ProgramData\QlikTech\WebServer\config.xml.

<AddCluster>

    <Name>QVS@sr6</Name>

    <LoadBalancing>CpuUsage</LoadBalancing>

    <AlwaysTunnel>False</AlwaysTunnel>

    <AddQvs>

      <Machine>server1</Machine>

      <Port>4747</Port>

      <LinkMachineName>server1</LinkMachineName>

      <Weight>1</Weight>

      <Username />

      <Password>Encrypted=DxdCGMWfOwU=</Password>

    </AddQvs>

  <AddQvs>

      <Machine>server2</Machine>

      <Port>4747</Port>

      <LinkMachineName>server2</LinkMachineName>

      <Weight>1</Weight>

      <Username />

      <Password>Encrypted=DxdCGMWfOwU=</Password>

    </AddQvs>

  </AddCluster>

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.