Error: Failed to read file list from backup file
kermi
Posts: 47
I've seen a couple of posts for this topic but there does not seem to be a solution.
When trying to restore a database we get the following error message at step 3:
Error: Failed to read file list from backup file
When trying to restore a database we get the following error message at step 3:
Error: Failed to read file list from backup file
Comments
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
SQL Backup log file
11/1/2006 9:53:09 AM: Red Gate SQL Backup 4.5.0.704, (c) Red Gate Software Ltd 2004 - 2006
11/1/2006 9:53:09 AM:
11/1/2006 9:53:09 AM: Restoring DBNAME (database) from:
C:\backup\zzz\DBNAME01.sqb
C:\backup\zzz\DBNAME02.sqb
C:\backup\zzz\DBNAME03.sqb
C:\backup\zzz\DBNAME04.sqb
11/1/2006 9:53:09 AM: RESTORE DATABASE [DBNAME] FROM DISK = 'C:\backup\zzz\DBNAME01.sqb', DISK = 'C:\backup\zzz\DBNAME02.sqb', DISK = 'C:\backup\zzz\DBNAME03.sqb', DISK = 'C:\backup\zzz\DBNAME04.sqb' WITH RECOVERY, MOVE 'Software_Data' TO 'C:\13Software\DBNAME.MDF', MOVE 'Software_Log' TO 'C:\Software\DBNAME_log.LDF', REPLACE', PASSWORD = 'XXXXXXXXXX'
11/1/2006 9:53:09 AM: Server: Msg 3013
RESTORE DATABASE is terminating abnormally.
11/1/2006 9:53:09 AM: Server: Msg 3205
Too many backup devices specified for backup or restore; only 64 are allowed.
Is this the case?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
If licensing is an issue, perhaps SQL Server 2005 Express (http://msdn.microsoft.com/vstudio/express/sql/) may be an option, if your database is less than 4 GB?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Any issues restoring redgate backups from 2000 to 2005?
None.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8