I have a maintenance plan that backs up all of my databases (around 50). Recently, the backup job starting failing, and I can't figure out why. The job output doesn't tell me what is wrong. It appears that all the databases are being backup up because the backup files are there.
The maintenance plan does the following:
Maintenance Cleanup Task
History Cleanup Task
Database Backup Task
Shrink Database Task
Reorganize Index Task
I think I have plenty of disk space. Don't know what is wrong. Job log below:
Date 12/5/2014 12:03:00 AM
Log Job History (Backup Plan.Backup)
Step ID 1
Server SHOVELHEAD
Job Name Backup Plan.Backup
Step Name Backup
Duration 00:29:20
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0
Message
Executed as user: ISC\sitemanager. ...on 11.0.2100.60 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 12:03:00 AM Progress: 2014-12-05 00:03:01.30 Source: {12063FA7-1B6B-4052-9DC9-5AAF0438D3B7}
Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp...".: 100% complete End Progress Progress: 2014-12-05 00:03:05.16 Source: Maintenance Cleanup Task
Executing query "EXECUTE master.dbo.xp_delete_file 0,N'D:\Database ...".: 100% complete End Progress Progress: 2014-12-05 00:03:05.94 Source: History Cleanup Task Executing query "declare
@dt datetime select @dt = cast(N'2014-11-2...".: 33% complete End Progress Progress: 2014-12-05 00:03:05.95 Source: History Cleanup Task Executing query "EXEC msdb.dbo.sp_purge_jobhistory
@oldest_date='2...".: 66% complete End Progress Progress: 2014-12-05 00:03:05.97 Source: History Cleanup Task Executing query "EXECUTE msdb..sp_maintplan_delete_log null,null,'2...".:
100% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 1% complete
End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 3% complete End Progress
Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 4% complete End Progress Progress: 2014-12-05
00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 6% complete End Progress Progress: 2014-12-05 00:03:06.78
Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 7% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database
Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 9% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task
Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 10% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE
master.dbo.xp_create_subdir N'D:\Database ...".: 12% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir
N'D:\Database ...".: 13% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".:
15% complete End Progress Progress: 2014-12-05 00:03:06.78 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 16% complete
End Progress Progress: 2014-12-05 00:03:06.80 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 18% complete End Progress
Progress: 2014-12-05 00:03:06.80 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 20% complete End Progress Progress: 2014-12-05
00:03:06.80 Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 21% complete End Progress Progress: 2014-12-05 00:03:06.80
Source: Back Up Database Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 23% complete End Progress Progress: 2014-12-05 00:03:06.80 Source: Back Up Database
Task Executing query "EXECUTE master.dbo.xp_create_subdir N'D:\Database ...".: 24% complete End Progress Progress: 2014-12-05 00:03:06.80 Source: Back Up Database Task
Executing query "EXECUTE master.dbo.xp_create_subdir N'D... The package execution fa... The step failed.
dave