SQLBackup Restore I-O Error
wpa
Posts: 8
I'm getting the following error when trying to restore a multi-sqb backup set:
Restoring database naxosdb_test from "F:\backupdbtest\naxosdb_01.sqb"
Msg 3203, Level 16, State 1, Server NAXOSSQL01, Line 1
Read on 'SQLBACKUP_243207805' failed, status = 995. See the SQL Server error log for more details.
Msg 3013, Level 16, State 1, Server NAXOSSQL01, Line 1
RESTORE DATABASE is terminating abnormally.
There are ten sqb files: naxosdb_01.sqb - naxosdb_10.sqb
I restored on a different server using the exact same sqb files. I even physically connected the usb disk containing the files to the new server as I thought the error was because I was restoring across the network.
But I got the same error.
The SQL error log just says: Backupmedium::ReportIOError:Read failure on backup device 'SQLBACKUP_75296381'.
Any ideas?[/b]
Restoring database naxosdb_test from "F:\backupdbtest\naxosdb_01.sqb"
Msg 3203, Level 16, State 1, Server NAXOSSQL01, Line 1
Read on 'SQLBACKUP_243207805' failed, status = 995. See the SQL Server error log for more details.
Msg 3013, Level 16, State 1, Server NAXOSSQL01, Line 1
RESTORE DATABASE is terminating abnormally.
There are ten sqb files: naxosdb_01.sqb - naxosdb_10.sqb
I restored on a different server using the exact same sqb files. I even physically connected the usb disk containing the files to the new server as I thought the error was because I was restoring across the network.
But I got the same error.
The SQL error log just says: Backupmedium::ReportIOError:Read failure on backup device 'SQLBACKUP_75296381'.
Any ideas?[/b]
Comments
sqlbackup '-sql "RESTORE HEADERONLY FROM DISK = [F:\backupdbtest\naxosdb_01.sqb]" '
sqlbackup '-sql "RESTORE HEADERONLY FROM DISK = [F:\backupdbtest\naxosdb_02.sqb]" '
...
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I get Error 530: File does not exist: F:\backupdbtest\naxosdb_01.sqb
when I try the HEADERONLY option.
The disk I'm using for the .sqb files is a cheap USB 400gb one formatted as FAT32. (samsung HD400LD). It is unable to handle large files (eg 15gb) as I cannot copy such files to it. I guess this is a FAT32 limit.
However, my sqb files are 2gb each and have already been used to restore successfully on a different server yesterday.
The 'good' server is Win Server 2000 SP3
The 'bad' server is Win Server 2003 SP1
I'm thinking of formatting the disk as NTFS and starting again.
What do you think?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
All OK.
I've just checked and the sqlbackupC.exe version are different on the backup server to that on the restore server.
Version 4 on backup server. Version 3.2 on restore server.
So, is it not backwards compatible?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I have upgraded to v4.6 and re-activated and it's now working.
Thanks for your help.