November 5, 2008 at 6:20 am
Hey all,
At a loss here ... my backups against this particular instance have been running great for almost a year, and as of this last week, I am continually failing every night with the same error:
Msg 3266, Sev 16, State 1, Line 2 : The backup data at the end of "path\backup" is incorrectly formatted. Backup sets on the media might be damaged and unusable. To determine the backup sets on the media, use RESTORE HEADERONLY. To determine the usability of the backup sets, run RESTORE VERIFYONLY. If all of the backup sets are incomplete, reformat the media using BACKUP WITH FORMAT, which destroys all the backup sets. [SQLSTATE 42000]
Msg 3013, Sev 16, State 1, Line 2 : BACKUP DATABASE is terminating abnormally. [SQLSTATE 42000]
I come in and resolve the issue by taking a new backup with format, run an additional test backup which works fine ... but then come my nightly scheduled backups, this happens yet again. Unsure what is causing this to continually happen.
Thanks
November 5, 2008 at 6:48 am
Hi Adam,
Because it is usually a problem with the media as such, did you try to do what the message tells you to do ? (obviously I don't know how your handle you backups so you might need to do copy things else where first).
There is more information in "Error message when you perform a database backup to disk or tape or a database restore from disk or tape: "3266," "3013"", http://support.microsoft.com/kb/290787.
HTH!
/Elisabeth
elisabeth@sqlserverland.com
MCITP | MCT
http://sqlblog.com/blogs/elisabeth_redei/
http://linkedin.com/in/elisabethredei
November 5, 2008 at 7:10 am
Are you backing up to disk or tape?
Are you using devices or files?
Do you go to the same set every day? (not recommended)
November 5, 2008 at 7:14 am
Backing up to disk. Not using devices. I overwrite the same file everyday (soon to change actually).
November 5, 2008 at 8:03 am
I would try a new file. You might have some bad blocks in there. The disk should handle it, but using the same file might cause issues. Have you tried deleting the file completely and then doing the format?
November 5, 2008 at 9:23 am
That I have ... I removed the file yesterday and created a new backup manually, worked like a champ. Then the nightly blew up.
I repeated the same process today, but I'm also running a defrag on the drive for S&G's ...
November 5, 2008 at 9:37 am
Very strange. Can you set this up on a 2nd drive and see if the schedule works?
If you run the schedule now (if you can), does it fail?
November 5, 2008 at 9:39 am
Yeah that was my test yesterday and this morning ... I was able to back it up to another location without problem. I've never seen such odd behavior ... especially repetitive.
November 5, 2008 at 9:50 am
Hi Adam,
I am sorry if you already informed us but I didn't get it but did you try to redirect the SCHEDULED job to another disk?
/Elisabeth
elisabeth@sqlserverland.com
MCITP | MCT
http://sqlblog.com/blogs/elisabeth_redei/
http://linkedin.com/in/elisabethredei
November 5, 2008 at 9:54 am
Yes, I have pointed it at another location which worked just fine after doing a manual backup with format.
August 3, 2010 at 7:42 am
Not sure this makes sense, but I received the "incorrectly formatted" error after I backed up databases with the same names on a different instance to the same location.
August 3, 2010 at 7:46 am
Please note: 2 year old thread.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply