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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch not reloading model via Task Scheduler?

Hi All,

Im hoping someone can help. I have a batch file that reloads a test model. The code looks like this:

"C:/Program Files\QlikView\qv.exe"/l TEST.qvw

The batch works perfectly when I open it manually, but as soon as I schedule it on task scheduler, the models tries to open and the an error message 'Failed to open Document' appears.

Is there a setting I need to do to allow the scheduler to work?

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

write your path in double cote that is "D:\test.qvw"

see attachement for task schedular.

View solution in original post

3 Replies
Not applicable
Author

TRY THIS

"C:\Program Files\QlikView\Qv.exe" /l "D:\test.qvw"

Not applicable
Author

Hi vishwaranjan,

That doesnt seem to work either. The code I had runs perfectly when I run it manually, but fails from scheduler. It cant open the doc from scheduler

Not applicable
Author

write your path in double cote that is "D:\test.qvw"

see attachement for task schedular.