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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to create task to kill QVS

Can someone please explain how i can kill QVS service daily every morning. Because we are having memory issue on the server.

Do you set this up via external task within QMC.

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

I used this instruction with windows task scheduler

Write in your batch:

net stop "Qlikview Distribution Service" >> E:\MyDir\QvsLog.log

to restart:

net start "Qlikview Distribution Service" >> E:\MyDir\QvsLog.log

Not applicable
Author

I want to do it within QMC not via batch. is it possible?

alexandros17
Partner - Champion III
Partner - Champion III

NO...