Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

My SharePoint 2010 Timer Service (Administrative Tools -> Services) keeps stopping. The service is set to start up automatically, and the service account is SPFarm. When attempting a manual start, i get "Error 1069: The service did not start due to a logon failure".

If I select Properties -> Log On and manually enter the password for the account, manual service start will succeed and the service runs for about 24 hours. After this, it stops and on restart gives the error message above. From this, I might guess that the service has incorrect credentials stored somewhere?

There are numerous other posts on the Net about these problems, but I have attempted the common suggestions I found (service user is dbcreator and securityadmin, db_owner for configuration databases, and also member of local Administrators group). No luck on that front.

share|improve this question

1 Answer

up vote 2 down vote accepted

It turned out that my initial theory was correct. By going into Central Administration -> Security -> Configure Managed Accounts and editing the SPFarm account, I could set the stored password to its correct value. Check "Change password now", "Use existing password" and enter the account password. This will update the stored password value, and the Timer service will start working.

No idea how the service got the wrong password in the first place, but this solves the issue.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.