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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Failed to open document

Hi,

I need to reload a QV app containing macro via command line so the macro can run OnPostReload. I have no security questions when opening the QV app, but when I try to execute then cmd I get "Failed to open document".

Try to execute:

"C:\Program Files\QlikView\qv.exe" /r "X:\QlikView storage\Private Data\Export_v1.1"

Any clues?

Best regards

 

Torbjörn Ungvall (@Ungvall)

Senior Business Discovery Manager

Advectas AB

Labels (1)
1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

Try adding .qvw at the end.

"C:\Program Files\QlikView\qv.exe" /r "X:\QlikView storage\Private Data\Export_v1.1.qvw".

Depak

View solution in original post

2 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

Try adding .qvw at the end.

"C:\Program Files\QlikView\qv.exe" /r "X:\QlikView storage\Private Data\Export_v1.1.qvw".

Depak

Not applicable
Author

Of course...