Unable to back up SQL Server databases using a maintenance plan

Posted by Diogo Lopes on Server Fault See other posts from Server Fault or by Diogo Lopes
Published on 2010-01-05T12:38:01Z Indexed on 2010/03/25 0:03 UTC
Read the original article Hit count: 687

Filed under:
|
|

I am trying to create a maintenance plan that will run automatically and back up my SQL Server 2005 databases automatically. I create a new maintenance plan and add a "Back Up Database Task", select all User databases, and choose a path to back up to.

IMAGE in http://www.freeimagehosting.net/uploads/16be7dce43.jpg [new user limitation]

When I save and try to execute this plan, I get the following error message:

===================================
Execution failed. See the maintenance plan and SQL Server Agent job history logs for details.
===================================
Job 'Backup.Subplan_1' failed. (SqlManagerUI)

I've checked the maintenance plan log, the agent log, and just about every log file I can find and there are no entries at all to help me figure out why this is failing.

If I right-click on a specific database and select "Back Up", the task succeeds. I tried changing the plan to back up just that one database and it still failed.

I've tried running the plan with both Windows authentication and SQL Server authentication with the sa account. I also tried specifically granting the SQL Server Agent user account full privileges on the backup folder, but it still failed.

Thanks for any suggestions!

© Server Fault or respective owner

Related posts about sql-server

Related posts about Maintenance