Never use Windows Service Manager to change anything on SQL Server services.
Always us SSCM = "SQL Server Configuration Manager", only that tool is aware of required permissions for the services.
See
https://learn.microsoft.com/en-us/sql/relational-databases/sql-server-configuration-manager?view=sql-server-ver15
SQL Server Analysis server services not starting
Consultants have deployed an SQL Server upgrade but they are pushing back on me because two services won't start (Error 5 - Access Denied).
I am not experienced much in SQL and not at all in Analysis Services so I don't know what changes can safely be made to get these services started.
Can anyone point me towards admin documentation that covers this?
SQL Server
SQL Server Analysis Services
4 answers
Sort by: Most helpful
-
Olaf Helper 47,416 Reputation points
2022-04-11T08:23:35.327+00:00 -
Tim Gowen 21 Reputation points
2022-04-11T08:49:06.717+00:00 Understood...
The service doesn't have the rights - so can I change the service to LocalSystem for a single SQL Server...
-
Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
2022-04-11T21:57:28.677+00:00 If you want to play with the Telemetry service, you will need to do that though the Services applet; it is not exposed in SSCM. Then again, you don't really need that service. This is Microsoft's service that "calls home" to report how you are using SQL Server, or in this case Analysis Services.
Obviously, if you want to use Analysis Services, you need to fix that one.
-
ZoeHui-MSFT 41,481 Reputation points
2022-04-12T02:15:46.9+00:00 Hi @Tim Gowen ,
The service doesn't have the rights - so can I change the service to LocalSystem for a single SQL Server
Yes, you can go ahead and change it to localSystem to see if you can bring it up. If it is still not working ,please share the detailed error messages that you got.
Regards,
Zoe
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.