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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload Qlikview document using EXECUTE command


Hi

I am trying to reload a Qlikview document through another Qlikview Document using the below commands:

EXECUTE "D:\Program Files\QlikView\QV.exe" /r "$(v_File_Path)";

When I reload through the Qlikview document it works fine, but when I try to reload through QMC the task just stays there like waiting for something to happen.

I looks like its waiting for some user input or for someone to close the progress bar. Has anyone got an idea to what is happening?

Regards

3 Replies
Anonymous
Not applicable
Author

is QV desktop and QMC on the same server/machine?

Not applicable
Author

Yes. On the same Server.

Not applicable
Author

I tried this statement as well with no luck

EXECUTE cmd.exe /C "D:\Program Files\QlikView\QV.exe" /r "$(v_File_Path)";