DPM (data protection manager) backup with SQL Server 2014 AlwaysOn

1.4k Views Asked by At

I have a SQL Server 2014 AlwaysOn cluster. I created a protection group on DPM, first backup is successfull but when DPM tries to get incremental(tlog for every 15') backup of databases which are member of a availability group, it fails. Other databases (system databases) which are not in availability group succeed. You can find error detail and a screenshot below.

DPM and Sql Server 2014 Versions :

DPM : Service Pack 1 4.1.34170.0 Sql Server 2014 : 12.04100.1

The error :

The replica of DATABASENAME on machine.domain.com is inconsistent with the protected data source. All protection activities for data source will fail until the replica is synchronized with consistency check. (ID: 3106)
DPM failed the current backup because the previously standalone SQL database is now a part of a SQL Availability Group.
Database: DATABASENAME (ID: 32030).

Screenshot :

DPM Error Screenshot and DPM Create New Protection Group Selection Screenshot

Thanks in advance

0

There are 0 best solutions below