Conversion file not formed correctly
rkoros
Posts: 18
Hello again,
I am attempting to restore a converted mtf file. I have used both EM and T-SQL and the restore fails with the following error.
Server: Msg 3241, Level 16, State 41, Line 1
The media family on device 'E:\database health check\test.mtf' is incorrectly formed. SQL Server cannot process this media family.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
I am running 2000 SP3a. For the script I used a regular Restore command to a different database name. The regular .BAK from MS restores the database just fine. The converted copy is far smaller and it fails to restore the database after processing about 45% to 50% of the file. I have tried both compressed and non-compressed backups and the result is the same. I have surfed the microsoft/sql site and according to them, the error was corrected in SP1.
Any suggestions would be appreciated.
I am attempting to restore a converted mtf file. I have used both EM and T-SQL and the restore fails with the following error.
Server: Msg 3241, Level 16, State 41, Line 1
The media family on device 'E:\database health check\test.mtf' is incorrectly formed. SQL Server cannot process this media family.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
I am running 2000 SP3a. For the script I used a regular Restore command to a different database name. The regular .BAK from MS restores the database just fine. The converted copy is far smaller and it fails to restore the database after processing about 45% to 50% of the file. I have tried both compressed and non-compressed backups and the result is the same. I have surfed the microsoft/sql site and according to them, the error was corrected in SP1.
Any suggestions would be appreciated.
Thanks,
Robert
Robert
Comments
master..sqlbackupc '-sql "RESTORE SQBHEADERONLY FROM DISK = [...] "
Is the reported size approximately equal to the actual database size? Also, are the LSN values displayed, instead of just 0? If the data is not confidential, could you pls send us the SQL Backup file?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Robert
Robert
Robert
Looks like the backup file is incomplete. Could you pls check for logs (usually C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Backup\Log) for any error during the backup?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Backup group ID: 49733565
File Number: 1 of 1
Backup Size: 8.320 GB
Backup start: today @ 0840
Backup end: today @ 0844
Server Name:
Instance: (local)
Database name: herbert
First LSN: 466375000007993100001
Last LSN: 466375000007993300001
Checkpoint LSN: 466375000007993100003
Differential base LSN: 466375000007988400002
Robert
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Robert
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Robert
I am not familiar with all the options, nor aware of any caveats that may apply, so cannot advise you further. It usually works, but I will not be responsible if anything goes wrong.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I appreciate the help.
Robert
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
BTW it worked correctly this time. It is amazing what happens when all the pieces are in place.
8)
Robert