Hyper-V 2012 R2 Replication Reverse Replication not initiated.

Microsoft.Windows.HyperV.2012.R2.VMReplicationHealth33412.Monitor (UnitMonitor)

Failed over virtual machine has not been reprotected.

Knowledge Base article:

Summary

Failover has been initiated on the replica virtual machine but it is currently not protected. Reprotect the virtual machine by reverse replicating it back to the primary server or replicating it to any other server.

Causes

Resolutions

Element properties:

TargetMicrosoft.Windows.HyperV.2012.R2.VirtualMachine
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2012.R2.VMReplicationHealthMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
The Replica virtual machine has failed over, start reverse replication.
Virtual Machine Replication recovery failed over, start reverse replication..
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2012.R2.VMReplicationHealth33412.Monitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.2012.R2.VirtualMachine" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2012.R2.VMReplicationHealthMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2012.R2.VMReplicationHealth33412.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="VMReplicationHealthy" HealthState="Success"/>
<OperationalState ID="Unhealthy" MonitorTypeStateID="VMReplicationCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
<VMId>$Target/Property[Type="HVLib!Microsoft.Windows.HyperV.VirtualMachine"]/VirtualMachineId$</VMId>
<ErrorProperty>ReplicationHealthIssuesList</ErrorProperty>
<ErrorCode>33412</ErrorCode>
</Configuration>
</UnitMonitor>