Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
edvapran
Contributor III
Contributor III

Error running reload from batch file using QVD

Hi,

I want to run a reload script from a batch file, so I wrote:

"C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" -r="D:\Qlikview\PKI_2014_11_10_v03.qvw" -out="D:\QlikView\_test.txt"

But when I run I get an error:

2014-11-10 11:34:07    Error    Missing Load entry in Cluster File! Trying to recover..

Does anyone know what does this error mean and how to fix it?

PS. I have already set EnableBatch to true in QVDistributionService.exe.config file and restarted the QVD process.

7 Replies
Not applicable

Hi

Create a batch file like this.../r u need to keep

"C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" /r ="D:\Qlikview\PKI_2014_11_10_v03.qvw" -out="D:\QlikView\_test.txt"

edvapran
Contributor III
Contributor III
Author

Got the same error...

Not applicable

Hi,

Plz check in the D:\Qlikview\PKI_2014_11_10_v03.qvw file.

in this fiel script check the all load statements.the issue is in the application script

Not applicable

Hi try this

"C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" /r" ="D:\Qlikview\PKI_2014_11_10_v03.qvw" -out="D:\QlikView\_test.txt

edvapran
Contributor III
Contributor III
Author

Got it working after playing with the parameters. Needed to add -datapath=.

Working script:

"C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" -r="D:\Qlikview\PKI_2014_11_10_v03.qvw" -out="D:\QlikView\_test.txt" -datapath=.

Not applicable

can u close this thread?

Not applicable

hi

Thanks for answering but i don't understand .

can you describe for me whats means  add -datapath=? and -out=  ?

i thinks -out= its for log but i don't understand -datapath= and whats root must i insert  

"C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe"

-r="D:\Projects\EABank_M\DMA.qvw"

------

-out="C:\DMA.txt"

-datapath= ?