SQL Storage Compress - 6.1
SQL Server error 3201 "Cannot open backup device" - SQL Storage Compress
You may encounter the following error when creating a compressed database by restoring from an encrypted SQL Backup Pro backup:
Resolving this error
Before restoring an encrypted SQL Backup Pro backup, you should run the extended stored procedure xp_validate_sqb_backup to associate the encrypted backup with a password:
EXEC master..xp_validate_sqb_backup
@filename=N'<backup_path>',
@password=N'<password>'
If the extended stored procedure is not available, you will need to add it to the master database for the local SQL Server instance. To do this:
- Copy the xpHyperBac.dll file from %ProgramFiles%\Red Gate\HyperBac\bin on 32-bit machines or %ProgramFiles(x86)%\Red Gate\HyperBac\bin on 64-bit machines to the installation directory of your SQL Server instance (for example %ProgramFiles%\Microsoft SQL Server\MSSQL10\MSSQL\Binn, for SQL Server 2008).
- Run the following command to install the stored procedure:
EXEC dbo.sp_addextendedproc N'xp_validate_sqb_backup', 'xpHyperBac.dll';
Note: to avoid this problem, use the wizard to restore a SQL Backup Pro backup to a compressed database.
Was this article helpful?
SQL Storage Compress
all SQL products
- Compatibility of Red Gate tools in 64-bit environments
- Application has encountered an error and needs to close
- Error message after installing SQL Toolbelt - The description for Event ID ( 1 ) in Source ( nview_info ) cannot be found.
- Changing the temporary directory used by the installer
- Toolbelt Installer "hanging" while "scanning volumes"
- Login failing with "trusted SQL Server connection" error when using RunAs
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SQL Storage Compress
all SQL products
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

Installing or upgrading SQL Storage Compress