Knowledge Base Article

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:
  1. Log on to the server with your administrator privileges.
  2. Locate PowerShell and run it as administrator (right click -> Run as administrator).
  3. Copy and run the following commands:
powershell -command "Restart-Service Sisense.ClrConnectorsContainer -Force"
Updated 02-23-2024
No CommentsBe the first to comment