Error: Failed to read file list from backup file.
rdalton
Posts: 36
I'm running ver 4.1. I'm trying to restore a ver.3 backup. I'm using the wizard. As soon as 'step 3 of 4' screen comes up, a pop up box appears with this error.
What does this mean? How can I get around it?
What does this mean? How can I get around it?
Comments
exec master..sqlbackup '-sql "RESTORE FILELISTONLY FROM DISK = [<file name>]"'
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I looked in the help document and it doesn't give any detail.
It displays the list of files used by the database, which SQL Backup needs in step 3 of the restore wizard.
To run this in Query Analyzer, provide the name of the backup file. If your file is located in G:\Backups\pubs_full.sqb, run the following in Query Analyzer
exec master..sqlbackup '-sql "RESTORE FILELISTONLY FROM DISK = [G:\Backups\pubs.sqb]"'
and check the output.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8