Data synchronization state of some availability database is not healthy
This policy checks the data synchronization state of the availability database (also known as a "database replica"). The policy is in an unhealthy state when the data synchronization state is NOT SYNCHRONIZING or the state is not SYNCHRONIZED for the synchronous-commit database replica.
Note
|
|---|
|
For this release of SQL Server 2012, information about possible causes and solutions is located at Data synchronization state of availability database is not healthy on the TechNet Wiki. |
At least one availability database on the replica has an unhealthy data synchronization state. If this is an asynchronous-commit availability replica, all availability databases should be in the SYNCHRONIZING state. If this is a synchronous-commit availability replica, all availability databases should be in the SYNCHRONIZED state. This issue can be caused by the following:
-
The availability replica might be disconnected.
-
The data movement might be suspended.
-
The database might not be accessible.
-
There might be a temporary delay issue due to network latency or the load on the primary or secondary replica.

Note