SQL Agent job failed

  • Hi,

    We have SQL Server 2005 Standard edition x64 with SP3. The backup jobs are running fine from years but yesturday, because of power failure server got shut down and later when power is came, servers brought online.

    After that the scheduled daily full backup job failed with the below message:

    The job failed. The owner () of job Full_Backup does not have server access.

    Please advice

  • Hi..

    Please the the below options...

    Rebooting the server once or restart the SQL services.

    Try changing the job owner to sa and run the job and change back to original user.

    Shree

  • Try restarting the SQL server again.

  • Sounds like a user had been removed from the server and owned the job. I'd recommend changing the owner to sa or creating a user just used to own jobs.

  • Jack Corbett (1/21/2010)


    Sounds like a user had been removed from the server and owned the job. I'd recommend changing the owner to sa or creating a user just used to own jobs.

    If user who owns the job has been removed, then the job should have failed previously before server has got abruptly started.

    Also I recommend what Jack has mentioned that change the owner of the job to 'sa' or the service account under which sql server runs.

  • Thanks,

    It's working when I just reenter the same job owner again (SQLServerAgent->Jobs->Full backup->Properties->General->Job owner-> here, I entered the same user again and ran the job & it's working)

    But I did nit understand why the user loose the server access. Because the user is not removed

  • I got the same error last night when the server got rebooted?

    So every time the server restarts,. I'm getting this issue and to avoid the issue I'm changing the owner (not actually changing, just type the same owner again & say OK)

    Please advice how to fix this error permanently

    thanks

  • I wonder if the user or the user's rights got corrupted when the server restarted. Maybe if you modify the user info or the rights, if it would correct the problem.

    I would consider building a new account and assign the job to the new account.

  • Have you try what jack adviced you. Changing the user to SA, then check what happens when you restart the server.

  • These are BizTalk related jobs and initially they were cretaed with the owner Btsadmin. Later we changed the owner to Administrator account and it's worked fine and working fine in all other BizTalk servers. But only in this server, I'm getting this error when the server restarts. I'm not sure I can change the BizTalk job owners to SA

Viewing 10 posts - 1 through 10 (of 10 total)

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