Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load task failing in multinode environment

Hi,

I have two nodes, central and rim, as far as I can tell, they are set up properly and everything look cool in QMC, certificates are done, services are running etc..

The servers are:

  • server620v - central
  • server621v - rim

When I try and run a data extraction app as a task through QMC, I get a fail, connection not found as shown below:

(BTW, I have changed the name of the company to ABCD to protect the guilty..!)

2016-08-04 09:31:37 0093 FOR each File in filelist ('lib://ABCD Source Data Folder (server620v_qvadmin)/daily_performance_rollup_*.csv')

2016-08-04 09:31:37 0094

2016-08-04 09:31:37      Error: Connection not found: ABCD Source Data Folder (server620v_qvadmin)

2016-08-04 09:31:37      Connection not found: ABCD Source Data Folder (server620v_qvadmin)

2016-08-04 09:31:37      Execution Failed

2016-08-04 09:31:37      Execution finished.

However if I shut down Qlik services on the rim server, then the data load runs fine.

Any ideas?  I'm hoping its something simple around permissions at either the Qlik or the Windows level.

Thanks

1 Solution

Accepted Solutions
korsikov
Partner - Specialist III
Partner - Specialist III

in cluster Central Scheduler "Master+Slave" and Rim Scheduler is Slave. And all Task performs in Rim Scheduler side. You need to "Rim" server to access the data specified in the library 'ABCD Source Data Folder '

Ideally it would be if a network folder

View solution in original post

4 Replies
korsikov
Partner - Specialist III
Partner - Specialist III

where is phisicaly located folder with *.csv? it's will be network share and avalable for both servers

Not applicable
Author

The load file is a QVD which is in the repository of server 620v

korsikov
Partner - Specialist III
Partner - Specialist III

in cluster Central Scheduler "Master+Slave" and Rim Scheduler is Slave. And all Task performs in Rim Scheduler side. You need to "Rim" server to access the data specified in the library 'ABCD Source Data Folder '

Ideally it would be if a network folder

Not applicable
Author

OK, I see.  Thank you very much for your help.