The DFS Replication service stopped replication on volume %2!s!. This occurs when a DFSR JET database is not shut down cleanly ...

The DFS Replication service stopped replication on volume %2!s!.
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: %2!s!

GUID: %1!s!



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:\
oot\microsoftdfs path dfsrVolumeConfig where
volumeGuid="%1!s!" call ResumeReplication



For more information, see http://support.microsoft.com/kb/2663685.