I have the health report add on running on our recently installed Windows 2012 essential server. I am receiving the following error:
The DFS Replication service stopped replication on volume C:. 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: C: GUID: 43AB7407-312B-11E3-93EE-806E6F6E6963 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="43AB7407-312B-11E3-93EE-806E6F6E6963" call ResumeReplication For more information, see
http://support.microsoft.com/kb/2663685. |
Last occurrence: Wednesday, December 11, 2013 11:02:19 PM We currently have no other server connected to this network and I am not sure why this service would even be running, it's my understanding that this service is for replication of files or folders across servers. I don't think
I need this. Is there a way of turning this off? And what should I do about the supposedly corrupted database file. Thanks, Rob |