Comments
4 comments
-
version 4 gui returns message of:
Error, "Failed to read file list from backup file. SQL Backup exit code : 5270 SQL error code : 0" -
3.0 can read the files w/i the backup. It appears to be restoring right now. Not really a difficulty I would have expected....
-
Would it be possible to send us the backup file, or a similar one where version 4 fails to read the file list?
-
Hi Peter,
On a similar note, erasefiles didn't erase the files created with v3 after we upgraded to v4 on our production server. Maybe v4 has some problems reading v3 backup headers?
Add comment
Please sign in to leave a comment.
I see the header info, then when try to list file, get error message = Error, "Failed to read file list from backup file."
from Query Analyzer
--47 seconds for no rows returned (result set successful = 0 rows)
exec master..sqlbackup '-sql "RESTORE FileListOnly FROM DISK = [F:\3.1 Disaster\OPSDEPO_LRCS_FULL_3_1_abandoned.sqb]"'
--quick
exec master..sqlbackup '-sql "RESTORE SQBHEADERONLY FROM DISK = [F:\3.1 Disaster\OPSDEPO_LRCS_FULL_3_1_abandoned.sqb]"'
Have tried doing a new backup to folder, then listing header and filelist info. Is successful. Service account has full administrative rights.