Hi,
We have faced below issue while taking backup of SQL DB So Kindly suggest any solution to fix.
ERROR:
Affected area: Database instance
Occurred since:
Description: Recovery point creation jobs for SQL Server 2012 database on Server have been failing. The number of failed recovery point creation jobs = 2.
If the data source protected has some dependent data sources (like a SharePoint Farm), then click on the Error Details to view the list of dependent data sources for which recovery point creation failed. (ID 3114)
Execution of SQL command failed for SQL Server 2012 database on with reason : BACKUP LOG is terminating abnormally.
The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.
. (ID 30173 Details: Internal error code: 0x80990D18)
More information
Recommended action: Check the Application Event Viewer logs on the SQL Server for entries posted by the SQL Server service to find out why the SQL command may have failed. For more details, look at the SQL Server error logs.
Create a recovery point...