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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reload QVW or QVD using powershell or Batch Script

Hi

I am trying to reload qwv file which does not has a qvd using a powershell script or a batch script (below is the script i am using). When i run it on the server, the script is trying to open the qvw instead of just performing reload. I dont want to open the file every time when i run this script as i want to schedule it using task scheduler even when i am not logged onto the server.

Also, we have QDS installed. Will this make any difference? Should i be calling QlikviewDistributionService.exe in the script instead of qv.exe?

Script i am using :

Poweshell:  & "C:\Program Files\QlikView\qv.exe" "D:\QlikView\Documents\sampledocument.qvw" /R

batch : "C:\Program Files\QlikView\qv.exe" /r "D:\QlikView\Documents\sampledocument.qvw"

Thanks

VS

0 Replies