RE: SQL Agent won't start
From: Jonathan S (JonathanS_at_discussions.microsoft.com)
Date: 02/23/05
- Next message: Griff: "Re: SQL Agent won't start"
- Previous message: pk: "RE: Change ownership of model and msdb to 'sa'"
- In reply to: Mike Epprecht (SQL MVP): "RE: SQL Agent won't start"
- Next in thread: Griff: "Re: SQL Agent won't start"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Feb 2005 03:39:03 -0800
Hi Mike. Both SQLServer and SQLAgent are now run under the Local System
Account as we have some networks "consultants" in who corrupted a specific
Windows Admin account which was used to start these services.
I have removed the BUILTIN\Administrators account from SQLServer to prevent
unauthorised access by anyone who is a member of Windows Administrators
group, so SLQAgent cannot connect to SQLServer using integrated security (and
therefore the reason why sa or another SQLServer sysadmin account is used for
SQLAgent to log in to SQLServer).
It is all a bit puzzling since it was all working fine last Friday.
Regards,
Jonathan
"Mike Epprecht (SQL MVP)" wrote:
> Hi
>
> What heappens when you use Integrated Security for the conenction from SQL
> Agent?
>
> Regards
> Mike
>
> "Jonathan S" wrote:
>
> > Our installation of SQLServer 2000 has been working fine until last week when
> > SQLAgent cannot start due to a login problem with SQLServer.
> >
> > SQLAgent properties have not changed since the problem began, but the event
> > log reports that SQLAgent cannot log on to SQLServer using the sa user. The
> > sa password has been correctly entered into SQLAgent properties page (in
> > Enterprise Manager) but this makes no difference, and using other SQLServer
> > sysadmin accounts also do not work. Interestingly, when a sysadmin account
> > other than sa is entered in the SQLAgent properties page (in Enterprise
> > Manager) and the info saved, the sysadmin user has been set back to sa when
> > the SQLAgent properties page is reopened.
> >
> > Using osql, I can log in to SQLServer using sa or any other sysadmin
> > account. Profiler simply shows log in failure for sa when I attempt to start
> > the SQLAgent service.
> >
> > Could this problem have been created by a Windows update running overnight?
> > It seems that this SQLAgent log in problem started after one such update, but
> > maybe I am being a little paranoid?
> >
> > Thanks in advance,
> > --
> > Jonathan S
- Next message: Griff: "Re: SQL Agent won't start"
- Previous message: pk: "RE: Change ownership of model and msdb to 'sa'"
- In reply to: Mike Epprecht (SQL MVP): "RE: SQL Agent won't start"
- Next in thread: Griff: "Re: SQL Agent won't start"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|