Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
NithinPannala
Partner - Contributor III
Partner - Contributor III

Projects save location on Windows HA Compose

Hi, 

    I have setup a compose on windows HA cluster and created a sample project on the first node (sample_node1) but when moved the execution to another node i don't see the projects exist there.so when i checked i see the projects are getting saved under the following directory and that is not the shared drive . 

Node1(Project_name : Project_1)

C:\Program Files\Qlik\Compose\data\projects\Project_1

when compose is running on the second node i created another project and i see that it is also created in the local drive

Node 2: 

C:\Program Files\Qlik\Compose\data\projects\Project_1_node2.

Are the projects in the HA compose  exclusive to the node  or do we have to manually move(if possible). Not sure if i have missed some thing.

Please find the attachment of the screen shots of the project folder in both nodes.

 

 

Labels (2)
1 Solution

Accepted Solutions
NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

Hi, 

     Able to resolve the issue. Culprit is the following command from the documentation due to which compose service had run with default data directory.

SC CONFIG ComposebinPath="<PRODUCT_DIR>\bin\ComposeCtl.exe -d F:\server-data service run”

 

It should be as following in my case 

SC CONFIG QlikCompose binPath= "C:\Program Files\Qlik\Compose\bin\ComposeCtl.exe -d E:\Compose\server_data service run"

Service name is mentioned as "QlikCompose" and there should be space between service name and "binPath"

 

View solution in original post

2 Replies
sureshkumar
Support
Support

Hello @NithinPannala 

Please make sure you followed all steps while configuring HA in compose

Step 1: Installing Compose in the cluster | Qlik Compose Help

 

Regards,
Suresh

 

NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

Hi, 

     Able to resolve the issue. Culprit is the following command from the documentation due to which compose service had run with default data directory.

SC CONFIG ComposebinPath="<PRODUCT_DIR>\bin\ComposeCtl.exe -d F:\server-data service run”

 

It should be as following in my case 

SC CONFIG QlikCompose binPath= "C:\Program Files\Qlik\Compose\bin\ComposeCtl.exe -d E:\Compose\server_data service run"

Service name is mentioned as "QlikCompose" and there should be space between service name and "binPath"