I started a thread in the Windows General forum but I'm not getting much traction so I thought I'd try here. This is the last post I submitted:
This evening, I ran the dfsrdiag utility. The command I ran was:
dfsrdiag proptest /RGName:"mydomain.com\my files\test" /RFName:test /TestFilename:TestFile02.xml /V /Mem:file02.mydomain.com
I ran this command from both File01 and File 02 and on both machines, I ran it with the Mem parameter set to File01 and File 02. All 4 iterations of the command reported success and the xml file was created on both machines. An example of the command outpu (ran on File02 targeting File01):
Name:test /TestFilename:TestFile02.xml /V /Mem:file01.mydomain.com
[INFO] Computer Name: file01
[INFO] Computer DNS: file01.mydomain.com
[INFO] Domain DNS: mydomain.com
[INFO] Site Name: MySite
[INFO] Connected to WMI services on computer: file01.mydomain.com
[INFO] Issuing query: SELECT * FROM DfsrReplicationGroupConfig WHERE Replication
GroupName="mydomain.com\\my files\\test"
[INFO] Found DfsrReplicationGroupConfig object, guid: A57A94DD-48AE-4132-A577-61
7938B43DB9
[INFO] Issuing query: SELECT * FROM DfsrReplicatedFolderConfig WHERE Replication
GroupGuid="A57A94DD-48AE-4132-A577-617938B43DB9" AND ReplicatedFolderName="test"
[INFO] Found DfsrReplicatedFolderConfig object, guid: 2529A9CE-52E1-4D0D-8FCB-1B
1F5E68B85B
[INFO] RootPath: E:\Test-dfs
[INFO] Execution Time: 0 seconds
Operation Succeeded
But, replication still does not work. I copied a bunch of files into one of the replicated shares on one machine and they do not appear on the other. Here is an example of the log entries:
2F0489129E8E} rgName:mydomain.com\my files\camera Error:
+ [Error:9027(0x2343) DownstreamTransport::EstablishSession downstreamtransport.cpp:4054 2612 C A failure was reported by the remote partner]
+ [Error:9028(0x2344) DownstreamTransport::EstablishSession downstreamtransport.cpp:4054 2612 C The content set was not found]
20130525 02:59:43.107 2612 INCO 2653 InConnection::ProcessErrorStatus remoteError:1 Error:9028(0x2344) The content set was not found
20130525 02:59:43.107 2612 INCO 2690 InConnection::ProcessErrorStatus Restarting session on error. connId:{A60F7F57-A781-4FF3-B8D1-93712FDCCA2A} csId:{CBA881FA-19E8-4C6C-9478-2F0489129E8E} state:CONNECTED
20130525 02:59:43.107 2612 INCO 7114 InConnection::RestartSession Retrying establish contentset session. connId:{A60F7F57-A781-4FF3-B8D1-93712FDCCA2A} csId:{CBA881FA-19E8-4C6C-9478-2F0489129E8E} csName:Camera
20130525 02:59:43.107 2612 INCO 1021 [WARN] SessionTask::Step (Ignored) Failed, should have already been processed. Error:
+ [Error:9027(0x2343) InConnection::TransportEstablishSession inconnection.cpp:7701 2612 C A failure was reported by the remote partner]
+ [Error:9027(0x2343) DownstreamTransport::EstablishSession downstreamtransport.cpp:4075 2612 C A failure was reported by the remote partner]
+ [Error:9027(0x2343) DownstreamTransport::EstablishSession downstreamtransport.cpp:4054 2612 C A failure was reported by the remote partner]
+ [Error:9028(0x2344) DownstreamTransport::EstablishSession downstreamtransport.cpp:4054 2612 C The content set was not found]
20130525 02:59:43.107 2612 TASK 756 Task::Schedule task:00000098016C4850 oldState:RUNNING newState:RUNSLEEP timeout:120000 NEW_SESSION
20130525 02:59:43.107 2612 TASK 1030 TaskPool::Sleep New sleeper thread inserted. Sleepers: 2
20130525 02:59:53.814 2636 TASK 1030 TaskPool::Sleep New sleeper thread inserted. Sleepers: 2
The same error is repeated for each replicated folder.
Any ideas? There isn't much on this online. I even went through the lengthy "Understanding DFSR Debug Logging" and, while a good reference, it didn't touch on what errors 9027 and 9028 mean or what causes them.
Thanks
Bert