Data decompression error
Dinesh
Posts: 14
Hi,
We have a back of one of our production databases (the database size is around 30gb) that is encrypted and broken into 40 files (sqb). When we try to restore the backup in the development servers (diff location, we had to download all the files), we get decryption errors;
Thread 19 error:
Data decompression error: ZLib decompression error: data error
SQL Server error
Server: Msg 3013
RESTORE DATABASE is terminating abnormally.
Server: Msg 3203
Read on "SQLBACKUP_BAACD366-5D5F-4C2B-BCD4-1AC3E418EC0619" failed: 995(The I/O operation has been aborted because of either a thread exit or an application request.)
SQL Backup exit code: 1100
SQL error code: 3203
We are working on it to see whether the error related to something else. Please check and see whether it is related to the SQLBackup tool.
We use SQLBackup profession edition (v. 4.6.0.815)
Hight appreciate your early reply.
Thanks
Dinesh
We have a back of one of our production databases (the database size is around 30gb) that is encrypted and broken into 40 files (sqb). When we try to restore the backup in the development servers (diff location, we had to download all the files), we get decryption errors;
Thread 19 error:
Data decompression error: ZLib decompression error: data error
SQL Server error
Server: Msg 3013
RESTORE DATABASE is terminating abnormally.
Server: Msg 3203
Read on "SQLBACKUP_BAACD366-5D5F-4C2B-BCD4-1AC3E418EC0619" failed: 995(The I/O operation has been aborted because of either a thread exit or an application request.)
SQL Backup exit code: 1100
SQL error code: 3203
We are working on it to see whether the error related to something else. Please check and see whether it is related to the SQLBackup tool.
We use SQLBackup profession edition (v. 4.6.0.815)
Hight appreciate your early reply.
Thanks
Dinesh
Comments
E.g. an MD5 hash generator can be found here (http://www.yohz.com/downloads/md5x.zip).
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Thanks for the reply. We found that there is a problem with one file. We downloaded it again and did the restore operation, and it worked.
Thanks again.