Hi all,
I'm running SQL Server 2005 SP2.
I've set up 2 maintenace plans. 1 for full backups to run every night. Another one for differential backups to run every 3h.
I back up 7 different databases. Full backups are working just fine and so do 5 of the differential backups.
The other 2 differential backups fail with this error message:
Error: 3041, Severity: 16, State: 1.
2010-04-09 09:15:04.25 Backup BACKUP failed to complete the command BACKUP DATABASE mydatabase WITH DIFFERENTIAL. Check the backup application log for detailed messages.
The application log doesn't contain any additional information.
Error 3041 means a differential backup won't run because it can't see a full backup.
Now the bizarre bit: If I run my full backup maintainance plan tonight, ALL my differential backups will work as well - up until another full backup run has been done.
After the 2nd full backup run, 2 of my 7 databases will fail - thinking there is no full backup.
If I try running the differential backup manually I get the following error message:
Cannot perform a differential backup for database "mydatabase", because a current database backup does not exist. Perform a full database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option.
I don't understand why it would work for some databases but not for others?
Any help much appreciated.
I'm running SQL Server 2005 SP2.
I've set up 2 maintenace plans. 1 for full backups to run every night. Another one for differential backups to run every 3h.
I back up 7 different databases. Full backups are working just fine and so do 5 of the differential backups.
The other 2 differential backups fail with this error message:
Error: 3041, Severity: 16, State: 1.
2010-04-09 09:15:04.25 Backup BACKUP failed to complete the command BACKUP DATABASE mydatabase WITH DIFFERENTIAL. Check the backup application log for detailed messages.
The application log doesn't contain any additional information.
Error 3041 means a differential backup won't run because it can't see a full backup.
Now the bizarre bit: If I run my full backup maintainance plan tonight, ALL my differential backups will work as well - up until another full backup run has been done.
After the 2nd full backup run, 2 of my 7 databases will fail - thinking there is no full backup.
If I try running the differential backup manually I get the following error message:
Cannot perform a differential backup for database "mydatabase", because a current database backup does not exist. Perform a full database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option.
I don't understand why it would work for some databases but not for others?
Any help much appreciated.