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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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

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...