dbTalk Databases Forums  

SQLSERVERAGENT won't start

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQLSERVERAGENT won't start in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tnt
 
Posts: n/a

Default SQLSERVERAGENT won't start - 10-03-2009 , 02:18 AM






Hello,

After upgrading to SQL 2008 ENT from SQL 2000 ENT SP4, the agent won't
start.

Here is the event log.


Event Type: Error
Event Source: SQLSERVERAGENT
Event Category: Service Control
Event ID: 103
Date: 10/2/2009
Time: 10:36:28 PM
User: N/A
Computer: xxx1
Description:
SQLServerAgent could not be started (reason: SQLServerAgent must be able to
connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the
SysAdmin role).

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


I have tried adding the accounts into the "Lock pages in memory" from the
local policy, but don't have any luck.

I read somewhere I have to run in query analyzer with the following procedure:

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO


Where can I run this in sql 2008 (cannot locate query analyzer)?

TIA,
tnt

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQLSERVERAGENT won't start - 10-03-2009 , 05:10 AM






tnt (tnt (AT) discussions (DOT) microsoft.com) writes:
Quote:
SQLServerAgent could not be started (reason: SQLServerAgent must be able
to connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of
the SysAdmin role).
What is the service account for SQL Server Agent? It seems that this
account is not a member of the sysadmin role in SQL Server.

Quote:
I read somewhere I have to run in query analyzer with the following
procedure:

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO


Where can I run this in sql 2008 (cannot locate query analyzer)?
Query Analyzer (and Enterprise Manager) has been replaced by SQL Server
Mangement Studio in SQL 2008.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
Hank Arnold
 
Posts: n/a

Default Re: SQLSERVERAGENT won't start - 10-12-2009 , 03:55 AM



tnt wrote:
Quote:
Hello,

After upgrading to SQL 2008 ENT from SQL 2000 ENT SP4, the agent won't
start.

Here is the event log.


Event Type: Error
Event Source: SQLSERVERAGENT
Event Category: Service Control
Event ID: 103
Date: 10/2/2009
Time: 10:36:28 PM
User: N/A
Computer: xxx1
Description:
SQLServerAgent could not be started (reason: SQLServerAgent must be able to
connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the
SysAdmin role).

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


I have tried adding the accounts into the "Lock pages in memory" from the
local policy, but don't have any luck.

I read somewhere I have to run in query analyzer with the following procedure:

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO


Where can I run this in sql 2008 (cannot locate query analyzer)?

TIA,
tnt

http://eventid.net/display.asp?event...RAGENT&phase=1

--

Regards,
Hank Arnold
Microsoft MVP
Windows Server - Directory Services
http://mypcassistant.blogspot.com/

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.