SQLSERVERAGENT Could not start automatically

  • SQLSERVERAGENT Could not start automatically

    please reply.

  • What’s the error you are getting?

  • Nothing, error showing in the log file and one more thing i should tell you both sql server and sqlerver agent are configure with same local account in sql server 2000.

  • Please check Windows Event Log. It logs service failure messages with some information.

  • @ashish,

    go to services.msc and check have you selected the "manual" option ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • SQLAGENT.OUT is the log file for SQL Server Agent, and this is where you should start looking. What does it say in that file? If the file doesn't exist then it's likely that either an invalid location for it is specified, or the SQL Server Agent service account doesn't have permission to write to it.

    John

  • HI,

    I had the same problem and solved it by increasing the Timeout Init Service. To do this we must add a new value to the registry key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control". The new value is called ServicesPipeTimeout and is of type DWORD, you enter the number of timeout milliseconds (default is 30000ms), try for instance 60000ms

Viewing 7 posts - 1 through 6 (of 6 total)

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