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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reloading

Hi,

   Is there any way to check the QVD is reloading or getting refreshed. I am looking forward to lock the QVD when it is getting refreshed.Nobody should access the QVD.

3 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

You could use the Execute command to run a .bat file at the start and end of your script that writes a status somewhere to check?

Not applicable
Author

Hi Jason,

  Thanks for your response. Do you have any example QVW file for the same?

Jason_Michaelides
Partner - Master II
Partner - Master II

At the start of your script put something like:

Execute cmd.exe /C LoadStarted.bat;

then, at the end:

Execute cmd.exe /C LoadEnded.bat;

The .bat files might send an email, or write to a file or anything that tells a person or system that the load has started/ended.  Or the .bat files might move the QVD file to a secret location at the start of the reload and move it back again at the end.