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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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