Windows Service Start-Up Error 1069

Posted by Gavin on Stack Overflow See other posts from Stack Overflow or by Gavin
Published on 2010-06-10T19:37:21Z Indexed on 2010/06/10 19:42 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

Hello,

I am installing a new windows service coded in C# on a server. I installed the service fine on the server, but once i manually start up the service on a server, with the same login credentials that our other services use, i get the fatal error message notification:

"Could not start the %service name% on Local Computer. Error 1069: The Service did not start due to a logon failure."

I looked in the event log and i got a 7038 and 7000 event id error in that order.

7038 event id message: "The %service name% service was unable to log on as %login% with the currently configured password due to the following error: Logon failure: unknown user name or bad password.

To ensure that the service is configured properly, use the Services snap-in in Microsoft Management Console (MMC)."

7000 event id message: "The %service name% service failed to start due to the following error: The service did not start due to a logon failure. "

I have other services that are using the same exact login account and they work fine. Is there something simple I could be missing?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows