Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
write your path in double cote that is "D:\test.qvw"
see attachement for task schedular.
TRY THIS
"C:\Program Files\QlikView\Qv.exe" /l "D:\test.qvw"
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
write your path in double cote that is "D:\test.qvw"
see attachement for task schedular.