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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
johnan
Creator III
Creator III

Relaoding from BAT file

Hi,

I have a issue, when i reload a application from a Batfile and windows Scheduler, the application will not closing.

The Scheduler is running and QV.exe are active in task manager.

When i open in QV and reload it, its working fine.
Any ideas?

12 Replies
tseebach
Partner - Creator III
Partner - Creator III

Hi,

Are you running as the scheduler as the same user as you? Does that user have a license? Are the paths the same?

Try turning on create log file from the Documents Properties menu general tab. So you can see what happen.

mongolu
Creator
Creator

and what is the command line?

johnan
Creator III
Creator III
Author

Hi,

Its:

"C:\Program Files\QlikView8\Qv.exe" /R "E:\xxx.qvw"

johnan
Creator III
Creator III
Author

I have turn on logfile now. The Paths are the same.
I have checked "Run whether user is logged on or not" in in scheduler
The user is a admin user, same user i use when i log in.



tseebach
Partner - Creator III
Partner - Creator III

Whats does the logfile output?

johnan
Creator III
Creator III
Author

Just waiting to happend. Its just happen sometimes... Not Always

tseebach
Partner - Creator III
Partner - Creator III

Can it be that its fails to reload when you have the document opened with the developer. I've experienced that reloads may fail if I'm working on the document.

Not applicable

Hi,

Are you using the batch file content as below.

"C:\Program Files\QlikView\Qv.exe" /r "D:\clients\Sales.qvw"

Regards,

Silvia

johnan
Creator III
Creator III
Author

Hi, Yes thats correct.