November 12, 2012 at 1:36 am
Error:
Could not start 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 this error persists, contact your system administrator.
Sql server engine started, but agent not started and getting above error.. The problem came after the server reboot.,
Please any one help me ..
Thanks
Jerry
November 12, 2012 at 5:04 am
Did you check the SQL Server Agent error logs?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2012 at 5:13 am
SQLServer Error: 3908, Could not run BEGIN TRANSACTION in database 'msdb' because the database is in bypass recovery mode. [SQLSTATE 25000] (ConnIsLoginSysAdmin)
2012-11-12 17:40:51 - ! [298] SQLServer Error: 3621, The statement has been terminated. [SQLSTATE 01000] (ConnIsLoginSysAdmin)
2012-11-12 17:40:51 - ? [100] Microsoft SQLServerAgent version 8.00.760 (x86 unicode retail build) : Process ID
2012-11-12 17:40:51 - ? [100] Microsoft SQLServerAgent version 8.00.760 (x86 unicode retail build) : Process ID 3200
2012-11-12 17:40:51 - ? [101] SQL Server VES00011 version 8.00.818 (0 connection limit)
2012-11-12 17:40:51 - ? [102] SQL Server ODBC driver version 3.85.1022
2012-11-12 17:40:51 - ? [103] NetLib being used by driver is DBMSSHRN.DLL; Local host server is
2012-11-12 17:40:51 - ? [310] 4 processor(s) and 2048 MB RAM detected
2012-11-12 17:40:51 - ? [339] Local computer is VES00011 running Windows NT 5.0 (2195) Service Pack 4
2012-11-12 17:40:51 - ! [000] SQLServerAgent must be able to connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the SysAdmin role
2012-11-12 17:40:52 - ? [098] SQLServerAgent terminated (normally)
This is agent error logs, once i start the agent service..
November 12, 2012 at 5:18 am
Which account is used for the SQL Server Agent service?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2012 at 5:23 am
running under generic domain account, it has sysadmin role..
November 12, 2012 at 5:26 am
solomon.jernas (11/12/2012)
running under generic domain account, it has sysadmin role..
The log says otherwise 🙂
There seems to be some sort of issue with this account, because the log mentions (unknown) instead of the actual account.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2012 at 5:30 am
What is this error?
SQLServer Error: 3908, Could not run BEGIN TRANSACTION in database 'msdb' because the database is in bypass recovery mode. [SQLSTATE 25000] (ConnIsLoginSysAdmin)
November 12, 2012 at 5:48 am
solomon.jernas (11/12/2012)
What is this error?SQLServer Error: 3908, Could not run BEGIN TRANSACTION in database 'msdb' because the database is in bypass recovery mode. [SQLSTATE 25000] (ConnIsLoginSysAdmin)
Ah, that might be the issue.
It seems there's some problem with your MSDB database, which might prevent the system to lookup if the Agent account has the necessary permissions, resulting in the startup failure of the SQL Server Agent service.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 12, 2012 at 6:19 am
yes, correct, it is corrupted of MSDB , what will do repair MSDB for sql server 2000, we dont have backup ..
Thanks for your correct found the issue.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply