Force Start a Sisense Service from Windows PowerShell
Scenario:
If a Sisense Service hangs and you try to start them in Windows Services, the usual net stop & net start
will not restart them. net stop /y
will stop all dependencies.
Follow the instructions below to force start a Sisense Serivce:
- Log on to the server with your administrator privileges.
- Locate PowerShell and run it as administrator (right click -> Run as administrator).
- Copy and run the following commands:
powershell -command "Restart-Service Sisense.ClrConnectorsContainer -Force"
Please sign in to leave a comment.
Comments
0 comments