restart

Restart QlikView services in version 9

Hi,

If you want to restart your qlikview services running QV 9 periodically put this into a bat script:

REM Shut it down:

NET STOP "QlikView Directory Service Connector"
NET STOP "QlikView Distribution Service"
NET STOP "Qlikview Management Service"
NET STOP "QlikView Publisher Command Center Service"
NET STOP "QlikView Server"
NET STOP "QlikView WebServer"

REM Turn them back on:

Syndicate content