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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
l_wassler
Contributor III
Contributor III

batch script under a VMware

hi,

I would like to reload my data automatically with a batch script. QlikView (language german) and the batch are running on WIN XP (language italian), which runs under a VMware. In the batch script i wrote following:

C:/Programmi/QlikView/Qv.exe /r C:/QlikView/Data/scriptonly.qvw


but that doesn't work, i see the qlikview-script dialog for a few seconds and then it disappears...then I tried the reload with the /l command:

C:/Programmi/QlikView/Qv.exe /l C:/QlikView/Data/scriptonly.qvw


this works, but I would like to reload the data at night and with the /l command the file will not be saved and closed....

Are there such commands or can I solve this with the /r command?

Thank you guys!

1 Solution

Accepted Solutions
l_wassler
Contributor III
Contributor III
Author

now it works, i had to copy the Qv.exe in the directory where I have saved the batch-file...why?? I really don't know 😉

View solution in original post

1 Reply
l_wassler
Contributor III
Contributor III
Author

now it works, i had to copy the Qv.exe in the directory where I have saved the batch-file...why?? I really don't know 😉