When installing SQL server 2005, i provisioned a domain account to have the logon rights to SQL during the configuration wizard. however when i log into the machine as the domain account (admin) I cannot start any services related to sql server
I get Error1069 the service did not start due to a logon error.
I added the local administrator to the local groups that relate to sql that also included the domain account.
the domain account also has administrator privileges on this machine.
Sounds like the credientials used for the services themselves are incorrect (ie: wrong password). Check with Services.msc and ensure the right username and password are being used for the services.
Here's a MS KB article (282254) that may help.
Blurb:
HTH