Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I've created a bat-file that reloads a qlikview-document with macro's to create a PDF and XLS and send via mail.
"C:\Program Files\QlikView\qv.exe" /R "C:\Document.qvw"
If I execute the bat-file (double click) it's working fine.
If I try to start the bat-file via the windows-scheduler it is not working...
Who can help me with this?
Regards,
Kris
Can you try to create a task like this?
Any error generated?
What is the last result code?
This is what I see in the History of the event-log.
Where can I find the error's generated?
hi,
if you execute "C:\Program Files\QlikView\qv.exe" /R "C:\Document.qvw" on commande ligne?
Can you tell me what do you get?
Then he creates the PDF, the xls and send it via Mail.
If I excecute teh command on the commend-line or I excecute the bat-file, everything is working.
If I schedule the bat-file it is not working...
you need to add user in administrator group please follow the steps given in linkWindows Task Schedular.docx
Can you try to create a task like this?
Scheduler runs under its own account which may be different to your user account. Check that the scheduler account has access to all the resources required by the task.
Also, if the task uses any mapped files, these will only work if there is someone logged on interactively using the same account when the scheduled task fires. Scheduler does not create the mappings itself.