ZLib decompression error
jerryhung
Posts: 138
I got this error when trying to restore from .sqb file to DB
(actually I got the same error Zlib/Buffer error in SQB2MTF)
The .sqb file is 3.07GB (original MDF is 24GB and growing)
SQLBackup is v5.3.0.178
Server is Windows 2003 R2 x64, SQL Server 2008 Standard RTM x64
Server is Virtual (VMWare) with 3GB RAM
(actually I got the same error Zlib/Buffer error in SQB2MTF)
Data decompression error: ZLib decompression error: data error
Process terminated unexpectedly. Error code: -2139684860
SQL error 3013: SQL error 3013: RESTORE DATABASE is terminating abnormally.
SQL error 3183: SQL error 3183: RESTORE detected an error on page (0:0) in database "Log" as read from the backup set.
SQL Backup exit code: 790
SQL error code: 3183
The .sqb file is 3.07GB (original MDF is 24GB and growing)
SQLBackup is v5.3.0.178
Server is Windows 2003 R2 x64, SQL Server 2008 Standard RTM x64
Server is Virtual (VMWare) with 3GB RAM
Jerry Hung
DBA, MCITP
DBA, MCITP
Comments
Does your SQL Server 2008 database use the new FILESTREAM feature?
Is the backup file the original backup file, or is it a copy? If the latter, could you please check if the file is identical to the original? You could use a md5 file hash generator to generate a checksum.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Here's the log file
FILESTREAM is Disabled on both the Source server DB and the Destination server DB
The file is the original backup file downloaded via the FTP
DBA, MCITP
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I re-downloaded a new backup (daily generated)
MD5 both and they matched
Restored with SQL Backup, it worked fine
Thanks
DBA, MCITP