Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVW Data Reload from a Batch File with LOW PRIORITY

Hello !

We have several Batch Files that are responsible for "forcing" Data Reload. They simply trigger QV Data Reload process from command line (QV /R).

We would like to force this Reload to run with LOW PRIORITY. Because the machine runs several other things and we think that Reload is a BATCH process and as is, it SHOULD run with LOW.

To achieve that, I have used TCC (former 4NT from Jp Soft) with the START /LOW command, like this :

START /LOW /WAIT C:\QV\QV.EXE /r /vErrorMode=2 myapp.qvw

However I notice that QV does not honour this LOW priority. From the Task Manager that it is running with NORMAL priority.

When I use this same syntax (START /LOW) with another EXEcutable of mine, it works fine. Thus, the START /LOW command from TCC is OK.

I guess that QV.EXE internally sets it's own priority to normal.

Any ideas ?

Thanks !

0 Replies