Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

can we create a batch file for qlikview server qvs.exe

hi amigos,

               can we create a batch file for qlikview server qvs.exe, so that  whenever i double click on that batch file it will automatically restart qlikview server (release catche)

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Nope.

Use the commands

To stop a Windows Service use

net stop    <ServiceName>

To start a Windows Service use

net start    <ServiceName>

View solution in original post

9 Replies
Anonymous
Not applicable
Author

Yup, use these Windows commands in your batch file :

net stop     <ServiceName>

net start     <ServiceName>

maxgro
MVP
MVP

maybe

net stop "QlikView Server"

net start "QlikView Server"

Not applicable
Author

and for restart ..?

here is my batch code.

"C:\Program Files\QlikView\Server\QVS.exe" /l C:\Program Files\QlikView\Server\QVS.exe

Not applicable
Author

and for restart ..?

here is my batch code.

"C:\Program Files\QlikView\Server\QVS.exe" /l C:\Program Files\QlikView\Server\QVS.exe

Anonymous
Not applicable
Author

Nope.

Use the commands

To stop a Windows Service use

net stop    <ServiceName>

To start a Windows Service use

net start    <ServiceName>

Not applicable
Author

can u pls tell me the code for that , really confused in this.

Anonymous
Not applicable
Author

Both myself and Massimo have given you the Windows commands.

I'd suggest you ask your internal Windows sys admins to help you.

Not applicable
Author

thanks @bill.markham @maxgro