Comments
1 comment
-
Hi @...
I'm sorry to hear you are facing this issue with SQL Backup! Thanks for reaching out to us regarding this.Error 880 relates to their potentially being a permissions related issue (https://documentation.red-gate.com/sbu7/errors-and-warnings/sql-backup-errors-500-5292).
You need to ensure that the account the SQL Backup Agent service logs on as is a Windows Authenticated account with sysadmin privileges on the SQL Server. You can also see more information about permissions here: https://documentation.red-gate.com/sbu7/permissions
If the error persists, turn off the user rights checks by creating a registry entry called SkipChecks:
- Open Registry Editor and locate HKEY_LOCAL_MACHINE\SOFTWARE\Red Gate\SQL Backup\BackupSettingsGlobal\(local) or <instance name>
- Create a new DWORD type registry entry called SkipChecks and set the data value to 1.
- From the Windows Services panel, stop and restart the SQL Backup Agent service.
To reinstate user rights checks, set the data value to 0 or delete the SkipChecks entry.
I hope this helps!
Add comment
Please sign in to leave a comment.
.Any suggestions where to look next? Thanks