I setup some Maintenance Plans on a SQL Server 2005 machine with the following parameters:
System DB's: every evening at 21:00
User DB's: full backup every evening at 21:40
Differential Backups every 20 mins from 08:00 to 19:00
SQL backups deleted after 3 days (they are backed up to tape and synched to another machine)
When I was told by the System Administrator that there were 3041 errors and logged onto the server, I initially thought it was a space problem: there was only 15.6 GB free on a 250 GB machine ... but the full backups work just fine, no errors!
Here is the SQL Server info:
Microsoft SQL Server Management Studio - 9.00.5000.00
Microsoft Analysis Services Client Tools - 2005.090.5000.00
Microsoft Data Access Components (MDAC) - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Microsoft MSXML - 3.0 6.0
Microsoft Internet Explorer - 9.0.8112.16421
Microsoft .NET Framework - 2.0.50727.5456
Operating System - 6.1.7601
All Full Backups complete without errors and all differential backups create errors. Here is a sample:
Log Name: Application
Source: MSSQLSERVER
Date: 7/5/2012 4:20:02 PM
Event ID: 3041
Task Category: (6)
Level: Error
Keywords: Classic
User: N/A
Computer: CLIAS3.CompanyName.local
Description:
BACKUP failed to complete the command BACKUP DATABASE MaConfig WITH DIFFERENTIAL. Check the backup application log for detailed messages.
Event Xml:
<Event xmlns=" <System>
<Provider Name="MSSQLSERVER" />
<EventID Qualifiers="49152">3041</EventID>
<Level>2</Level>
<Task>6</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-07-05T20:20:02.000000000Z" />
<EventRecordID>146642</EventRecordID>
<Channel>Application</Channel>
<Computer>CLIAS3.CompanyName.local</Computer>
<Security />
</System>
<EventData>
<Data>BACKUP DATABASE MaConfig WITH DIFFERENTIAL</Data>
<Binary>E10B0000100000000700000043004C0049004100530033000000090000004D00610043006F006E006600690067000000</Binary>
</EventData>
</Event>
Any idea as to cause & solution?
Thanks very much,
John
John Marrett
Crystal Reports Trainer & Consultant
Maximizer CRM Trainer & Consultant
System DB's: every evening at 21:00
User DB's: full backup every evening at 21:40
Differential Backups every 20 mins from 08:00 to 19:00
SQL backups deleted after 3 days (they are backed up to tape and synched to another machine)
When I was told by the System Administrator that there were 3041 errors and logged onto the server, I initially thought it was a space problem: there was only 15.6 GB free on a 250 GB machine ... but the full backups work just fine, no errors!
Here is the SQL Server info:
Microsoft SQL Server Management Studio - 9.00.5000.00
Microsoft Analysis Services Client Tools - 2005.090.5000.00
Microsoft Data Access Components (MDAC) - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Microsoft MSXML - 3.0 6.0
Microsoft Internet Explorer - 9.0.8112.16421
Microsoft .NET Framework - 2.0.50727.5456
Operating System - 6.1.7601
All Full Backups complete without errors and all differential backups create errors. Here is a sample:
Log Name: Application
Source: MSSQLSERVER
Date: 7/5/2012 4:20:02 PM
Event ID: 3041
Task Category: (6)
Level: Error
Keywords: Classic
User: N/A
Computer: CLIAS3.CompanyName.local
Description:
BACKUP failed to complete the command BACKUP DATABASE MaConfig WITH DIFFERENTIAL. Check the backup application log for detailed messages.
Event Xml:
<Event xmlns=" <System>
<Provider Name="MSSQLSERVER" />
<EventID Qualifiers="49152">3041</EventID>
<Level>2</Level>
<Task>6</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-07-05T20:20:02.000000000Z" />
<EventRecordID>146642</EventRecordID>
<Channel>Application</Channel>
<Computer>CLIAS3.CompanyName.local</Computer>
<Security />
</System>
<EventData>
<Data>BACKUP DATABASE MaConfig WITH DIFFERENTIAL</Data>
<Binary>E10B0000100000000700000043004C0049004100530033000000090000004D00610043006F006E006600690067000000</Binary>
</EventData>
</Event>
Any idea as to cause & solution?
Thanks very much,
John
John Marrett
Crystal Reports Trainer & Consultant
Maximizer CRM Trainer & Consultant