June 5, 2010 at 10:41 pm
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
June 6, 2010 at 8:31 am
As local system works it sounds like a permissions issue.
does the local windows account have logon as a service rights?
---------------------------------------------------------------------
June 6, 2010 at 9:19 am
Yes, it can run as service, because I use windows account for long time, but now suddenly this issue happens
June 6, 2010 at 9:32 am
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?
---------------------------------------------------------------------
June 6, 2010 at 8:07 pm
Could you please explain me detail how to "reenabling the account as the logon account via EM"?
Thanks
June 7, 2010 at 4:27 am
right click server name, select properties, select security tab and amend the startup service account.
---------------------------------------------------------------------
June 8, 2010 at 12:35 am
I think this way equals to setup Log On account on screen of Windows services configuration
June 8, 2010 at 6:05 am
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.
---------------------------------------------------------------------
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply