January 13, 2003 at 3:30 am
SQL Server agent has been running under the system account for several months but has recently failed with an event id of 103. When I try and start the service it says that:
'Could not start the service. The service did not return an error. THis could be an internal Windows error or an internal service error. IF the problem persists, contact your system administrator.'
The event log says:
'SQL SERVER AGENT could not be started (reason: Unable to connect to server '(local)'.
Can anyone help???
January 13, 2003 at 7:03 am
Look at the responses to 'devereauxj'. I just posted the same question.
Joe
January 13, 2003 at 7:07 am
After much soul searching it transpires that I hadn't set up the a/c which was running the agent with sysadmin rights.
Thanks for your help ...
January 21, 2003 at 1:57 pm
I notice this thread is several months old, but unfortunately it doesn't seem to post any solutions...
I am having very similar problems on one of my servers. I cannot start SQLServerAgent.
The message I get back is:
quote:
"Microsoft Management Console"! Could not start the SQLSERVERAGENT service on Local Computer. The service did not return an error. This could be an internal Windows error or an internal service error. If the problem persists, contact your system administrator."
Some in this and other threads advise bouncing the server: done that, no dice. Others advocate ensuring that sufficient permissions are granted to the user in question. That should not be an issue here, as I am using a domain administrator id, but there is some slight bit of uncertainty here, as I am not in control of my own destiny in regard to networks, domains, and permissions on such. But I certainly ought to have those permissions, and I have seen no other signs to indicate I am missing them.
The domain id, in this case, is powerful enough to run the MSSQLSERVER service on the same box. I'm having no trouble with that one, and can connect to the database from command-line isql.
This all started when I was prompted this morning to change the password for the domain id in question. I don't know why everything else on this network would be smart enough to accept the change in password, but SQLSERVERAGENT isn't. Maybe it's unrelated to the password change. But it seems terribly coincidental.
Could anyone enlighten me? Why would a domain id be sufficient to start up MSSQLSERVER -- the actual database engine -- but not sufficient to start up SQLSERVERAGENT? What can I do to get SQLSERVERAGENT to run again?
Thanks in advance!
January 23, 2003 at 2:16 am
Hello,
I did find my own solution...
I had deleted tht builtin/administrators group from sql server logins and that is where my trouble had started - although I didn't original make the link.
If you do this you have to run sql server under an account that has sa privileges. You can do this under a local or domain account.
This solved my problem and I had exactly the same error message as you.
elaine
January 23, 2003 at 7:41 am
quote:
If you do this you have to run sql server under an account that has sa privileges. You can do this under a local or domain account.
Thanks for replying. Your solution didn't work for me; I tried running several all-powerful admin logins as the owner of the SQL processes, got the same bad result each time.
I wound up reinstalling the SQL Server 2000 software and reattaching the databases. Pain in the butt. But it works now.
January 23, 2003 at 12:50 pm
Hi all,
I ran into the same problem and further investigating i found out that SQl server agentservices are configured to run with standard sql server account(though you see that in the services it's running with NT account this is the best place to check) using Enterprise Manager.
If the password of this account is changed /some permission changed you get this problem.
Check this out.
January 23, 2003 at 12:52 pm
quote:
If the password of this account is changed /some permission changed you get this problem.
I guess I don't follow. The password did change, and apparently this was the problem. It was the fixing of the problem I was stuck on. Changing the password back did me no good at all.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply