Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
I want to do it within QMC not via batch. is it possible?
NO...