Team,
I found below warning & replication is not working. Pls advice.
Log Name: DFS Replication
Source: DFSR
Date: 5/24/2015 12:46:37 PM
Event ID: 2213
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: NAF-FS01.contoso.com
Description:
The DFS Replication service stopped replication on volume D:. This occurs when a DFSR JET database is not shut down cleanly and Auto Recovery is disabled. To resolve this
issue, back up the files in the affected replicated folders, and then use the ResumeReplication WMI method to resume replication.
Additional Information:
Volume: D:
GUID: DF150642-02EF-11E4-8DCA-00155DE07001
Recovery Steps
1. Back up the files in all replicated folders on the volume. Failure to do so may result in data loss due to unexpected conflict resolution during the recovery of the
replicated folders.
2. To resume the replication for this volume, use the WMI method ResumeReplication of the DfsrVolumeConfig class. For example, from an elevated command prompt, type the
following command:
wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="DF150642-02EF-11E4-8DCA-00155DE07001" call ResumeReplication
For more information, see http://support.microsoft.com/kb/2663685.
AliahMurfy