Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to create a task which kills all running QV processes.
How do I do it?
Thanks,
Inna
Out of curiosity:
Why would you want to do this?
You can create batch file that do the thing
use this code
taskkill /f /im "Qv.exe"
Hi,
I want to restart the QV machine.
So beforehand I want to kill all QV tasks so that they won't get stuck.
Hi ,
so to make this batch file and then to run it from tasks scheduler?
Restarting the machine will automatically kill all the (QlikView) services, which as a result will kill all the QlikView server service sessions.
I would suggest checking the QMC first to see if there are no tasks running though.
Hi,
one more question.
What kind of file should it be?
exe or txt?
.bat
This could be implemented in a more flexible vbs-script (see attachments) but I think you are working on symptoms and not on the causes. Why do you want to kill processes?
- Marcus
Hi,
I want to restart the QV machine.
So beforehand I want to kill all QV tasks so that they won't get stuck.