Force Start A Sisense Service From Windows PowerShell
Question: Sisense Service hangs and I try to start them in Windows Services, but the usual
net stop & net start
will not restart them. net stop /y
will stop all dependencies.Solution: Follow the instructions below to force start a Sisense Service:
- 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"
Updated 02-23-2024
intapiuser
Admin
Joined December 15, 2022