problem in starting sql server agent

  • When I trying to start the sqlserver agent I am getting folowing errors in agent error log.

     
     
    [298] SQLServer Error: 229, EXECUTE permission denied on object 'sp_sqlagent_has_server_access', database 'msdb', owner 'dbo'. [SQLSTATE 42000] (ConnIsLoginSysAdmin)
     
     
    [298] SQLServer Error: 229, EXECUTE permission denied on object 'sp_sqlagent_get_startup_info', database 'msdb', owner 'dbo'. [SQLSTATE 42000] 
     
    [000] SQLServerAgent must be able to connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the SysAdmin role .
     
     
    could anybody please tell me what could be the problem.
     
    Thanks,
    Sree

    Thanks,
    SR

  • Verify if SQL Server service account has 'sysadmin' right in SQL Serevr logins.

  • Sree,

    Check that SQLAgent is using the correct connection credentials (Connections Tab in SQLAgent Properties).

     

    Hope this helps

    Nigel.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply