|
|
| |

How can I resolve the error 1069?
Answer:
Error 1069 is a Windows NT/2000 error. The error 1069 indicates that the
service cannot be started (starting a service returns "logon failure" error).
For example, when you start MSSQLServer service, you can get the following error:
An error 1069 - (The service did not start due to a logon failure)
The error 1069 occurs if the service was started from an account that does not have the "Log on a service" right.
To work around this problem, you should grant to this account the "Log on a service" right.
See this article for more details:
How to troubleshoot connection problems
|
|
|