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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
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...