backup exec 8.6
when my sql log backup runs at night, it truncates. but i am getting the following errors:
An error occurred on a query to database msbd.
^^^^^
The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. User BACKUP DATABASE or change the recovery model using the ALTER DATABASE.
^^^^^
Unable to open the item msdb - skipped.
At first, i thought no big deal, the database was accidently set to simple instead of full. so i switched it back to full and did not think twice about it. came back in the next day and got the same exact problem. so its almost like backup exec is messing with my recovery model setting and changing it. i do not understand whats going on.
the second error is:
An error occurred on a query to database master.
^^^^^
Cannot back up the log of the master database. Use BACKUP DATABASE instead.
^^^^^
Unable to open the item master - skipped.
this one almost sounds like a permissions issue, but i know that cannot be the case. i know that BE has access. so i am confused today. anyone that has any suggestions would be greatly appreciated. thanks in advance!!
when my sql log backup runs at night, it truncates. but i am getting the following errors:
An error occurred on a query to database msbd.
^^^^^
The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. User BACKUP DATABASE or change the recovery model using the ALTER DATABASE.
^^^^^
Unable to open the item msdb - skipped.
At first, i thought no big deal, the database was accidently set to simple instead of full. so i switched it back to full and did not think twice about it. came back in the next day and got the same exact problem. so its almost like backup exec is messing with my recovery model setting and changing it. i do not understand whats going on.
the second error is:
An error occurred on a query to database master.
^^^^^
Cannot back up the log of the master database. Use BACKUP DATABASE instead.
^^^^^
Unable to open the item master - skipped.
this one almost sounds like a permissions issue, but i know that cannot be the case. i know that BE has access. so i am confused today. anyone that has any suggestions would be greatly appreciated. thanks in advance!!