Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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"
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
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"