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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch Job to run Macro no does not save and continue

I am trying to reload a job through a batch file so that I can run a Macro that reduces data. Is there any thorough documentation out there anywhere? I am running this on my server and it runs good until it gets to the save. It is acting like a Save As command and I want it automatically click 'save' and then 'Yes' to replace the file. I am not changing the name of the app. What am I missing here?

Dim appQV
Dim docQV

Set appQV = CreateObject("QlikTech.QlikView")

Set docQV = appQV.OpenDoc("D:\QUAL\Claims\Crop Hail Claims.qvw")
docQV.Reload
docQV.Save

appQV.quit

1 Reply
Not applicable
Author

I think that your application is open in any where your server.

Please restart your server then your problem is solved.

we also facing this type of problem.

Regards

Ashish