|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, June 20, 2012 9:11 AM
Points: 85,
Visits: 363
|
|
I use Windows account instead of Local System account to start MSSQL service to make more secure. My Windows is stand-alone, not domain system. It's ok for longtime, but in a beautiful day, after I stop service, I can't start it again, there is error "The MSSQLSERVER service depends on the Net Logon service which failed to start because of the following error: The operation completed successfully", then (I change to Log On by Local System account, it starts OK) So what's wrong, why I can use Windows account before? Thanks
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 PM
Points: 5,269,
Visits: 11,203
|
|
As local system works it sounds like a permissions issue.
does the local windows account have logon as a service rights?
---------------------------------------------------------------------
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, June 20, 2012 9:11 AM
Points: 85,
Visits: 363
|
|
| Yes, it can run as service, because I use windows account for long time, but now suddenly this issue happens
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 PM
Points: 5,269,
Visits: 11,203
|
|
It may have lost some of its rights, so check. Have you tried reenabling the account as the logon account via EM, or a server reboot?
---------------------------------------------------------------------
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, June 20, 2012 9:11 AM
Points: 85,
Visits: 363
|
|
Could you please explain me detail how to "reenabling the account as the logon account via EM"?
Thanks
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 PM
Points: 5,269,
Visits: 11,203
|
|
right click server name, select properties, select security tab and amend the startup service account.
---------------------------------------------------------------------
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, June 20, 2012 9:11 AM
Points: 85,
Visits: 363
|
|
| I think this way equals to setup Log On account on screen of Windows services configuration
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 PM
Points: 5,269,
Visits: 11,203
|
|
no it doesn't, if you do it through EM the account will be assigned all the permissions it needs at the same time. doing it through the services applet does not do that, so you should always assign the service account through EM.
You only got away with it last time because you assigned local admin which has all permissions anyway.
---------------------------------------------------------------------
|
|
|
|