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: 
Not applicable

QV9 SR2 - post reload trigger doesn't execute when refreshing file from a batch script

Hi,

I have some VBScript that executes as a post reload trigger. If I open QV and manually 'ctrl+r' the file to refresh it the VBScript runs as expected.

However, if I try to refresh the file using a batch script as per below the file executes the load script fine but then the VBScript doesn't execute (even the qv.exe process is still running in taskmgr all be it with 0% CPU usage).

"C:\program files\QlikView\qv.exe" /r "C:\Qlikview\Release\MyFile.qvw"

Any ideas?

Thanks!

3 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

I think I read somewhere in the forum this week that it was a bug in SR2 and has been fixed in SR3. Please try and confirm.

Not applicable
Author

Thanks for the super quick reply!

However, no luck I am afraid. Just upgraded to SR3 and same behaviour - VBScript runs fine when firing up the app and refreshing manually but just seems to hang/do nothing when using the /r flag.

disqr_rm
Partner - Specialist III
Partner - Specialist III

Can you post your script here? We all can look into it and provide you somethings to try out.

And also do search for POST RELOAD in this forum. I found Rob has provided some solution for similar issue. May save you some hours.