Comments
3 comments
-
Hi @CSR
Sorry to hear about your error in SQL BackupThis error is typically caused by a corruption of the activity cache, which stores backup and restore history.
To fix this problem, close SQL Backup and delete the activity cache files from the machine.
By default these are stored in:
- %USERPROFILE%\Local Settings\Application Data\Red Gate\SQL Backup\Server Data (Windows 2003 and Windows XP), or
- %LOCALAPPDATA%\Red Gate\SQL Backup\Server Data (Windows 2008, Windows 2008 R2, and Windows 7 and above)
When you next open the SQL Backup GUI, the activity cache is populated from the msdb database and the SQL Server Compact database for each SQL Server that you have added to the GUI. This may take some time.
Can you try this first and advise if you are still receiving the error message when starting SQL Backup
-
Hi Jon,
Thank you for the response, I cleared the cache from %LOCALAPPDATA%\Red Gate\SQL Backup\Server Data as recommended by the Redgate documentation but the issue was not resolved.
I re installed the Server Component and cleared the backup history from msdb, which resolved the issue.
Thank you,
CSR
-
Hi @CSR,
Unfortunate that our recommendation didn't solve it, but very great that you did find a resolution.
I'll submit your comments to our documentation team incase they need to update any guides.
Add comment
Please sign in to leave a comment.
Hi,
We are using Red-Gate SQL backup tool, when we connect to the SQL Server we are getting error
"database disk image is malformedConsider reducing your history"
and after digging through the logfiles, I found the query
master..sqbdata 'select * from backupfiles WHERE backup_id > 6450'
when I execute the sqbdata 'select * from backupfiles' there are records with backup_id with 0 values, I think I have to remove the records, but how do I remove them
Your help is greatly appreciated.
Thank you
CSR