|
Subject:
|
can't start service
|
|
Posted By:
|
_pw-
|
Post Date:
|
4/13/2006 1:44:18 AM
|
hello forum,
i have installed sql server 2000 developer and i have a problem to start the service from the service manager. it says :
"The service did not start due to a logon failure. An error 1069 - (The service did not start due to a logon failure.)occured while performing this service operation on the MSSQLServer service."
please help me to solve this problem
|
|
Reply By:
|
mnd.world
|
Reply Date:
|
10/24/2006 2:17:37 PM
|
"The service did not start due to a logon failure. An error 1069 - (The service did not start due to a logon failure.)occured while performing this service operation on the MSSQLServer service."
This error occurs because your SQL Server is logging in with a domain account and the password specified to SQL Server for logging in is not the same as your domain password.
To resolve: - Go to Start -> Control Panel -> Administrative Tools -> Services - Double Click MSSQLSERVER. - Click on Log On Tab - Enter the domain password into the Password and Confirm Password textboxes.
Your SQL Server will be normal.
mnd_world http://www.manishdalal.com
|