Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to stop QlikView Server through Dos command

I use a bat file to stop QlikView Server, the command is: net stop "QlikView Server" >>stop.log

But the log file always shows

The QlikView Server service is stopping........
The QlikView Server service could not be stopped.

It seems like I have to go thorough QlikView Server Management Console to stop the server.

Is there any dos command can triger 'Stop' in this management Console?

Thanks a lot for your help 🙂

Forget to tell it's qlikview 8.5...

2 Replies
StefanBackstrand
Partner - Specialist
Partner - Specialist

Make sure you don't have any settings specified under the "Recovery" tab for the service in the Windows Service Manager.

Not applicable
Author

Dear All

Script are for qlikview server stop and start by bat file

------------------------------------------------------------------------------------------------------------------------------------------------------

ECHO SERVER START TIME %DATE% %TIME% >> data.LOG

net start "QlikView Server"

ECHO SERVER START TIME %DATE% %TIME% >> data.LOG

net start "QlikView Server"

------------------------------------------------------------------------------------------------------------------------------------------------------

Regards

Ashish Srivastava