I have not used this backup before and I’m not an SQL Admin. The trial is installed and I’ve configured connection to the db as a domain admin as well as sa. In both connections, the software backs up the db successfully every time to either a local folder or a network folder. It fails on every scheduled backup. Backup of transaction logs also fails every time. What am I missing to get this working on scheduled backups?
Full Backup scheduled
• 6:15:00 PM : Backing up “master” database to .bak file. Backup type: “Full”. Checksum: “Disabled”
• 6:15:00 PM : ERROR: Failed to backup “master” database with “Full” backup type: One or more errors occurred. > BACKUP DATABASE permission denied in database ‘master’. BACKUP DATABASE is terminating abnormally.
• 6:15:00 PM : Backing up “msdb” database to .bak file. Backup type: “Full”. Checksum: “Disabled”
• 6:15:00 PM : ERROR: Failed to backup “msdb” database with “Full” backup type: One or more errors occurred. > BACKUP DATABASE permission denied in database ‘msdb’. BACKUP DATABASE is terminating abnormally.
Transaction log Backup
• 1:45:00 PM : Backup of “master” successfully compressed to “(master201903191345.zip : 608.059KB)”
• 1:45:01 PM : ERROR: Skipping “msdb” database backup. Reason: [DBMS:11002#0] Transaction Log backup is not allowed for “msdb” database while the recovery model is SIMPLE. Use FULL backups only or change the recovery mode.