Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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