Dear Customer,
Thank you for posting in newsgroup.
According to the description, it seems that some files and folders is not
updated on the DFS member. If I have any misunderstanding, please feel free
to let me know.
Analysis and Suggestions:
=====================
To narrow down the issue, we need to verify that DFS replication is normal
between the source and target DFS member server.
Please create a propagation report on both of the source and target DFS
member server.
Steps to create a propagation report for DFS Replication:
1. Click Start, point to Administrative Tools, and then click DFS Management.
2. In the console tree, under the Replication node, right-click the
replication group that you want to create a diagnostic report for, and then
click Create Diagnostic Report.
3. when the Diagnostic Report Wizard popup, select Propagation report
4. Select the Replicated folder and Propagation server in the drop down list.
5. Click OK to generate the report.
You may check the report to see if the DFS replication is normal and if
there is any error message within the DFS replication.
Then, you may force replication over a given replication group with either
of the 2 methods.
Method1. User DFS management console to force replication in GUI mode.
1. Click Start, point to Administrative Tools, and then click DFS Management.
2. In the console tree, under the Replication node, select the replication
group that you want to force replication
3. in the middle pane, select Connections tab, right-click one of the
Sending member and select Replicate now…
4. Click OK to replicate.
Method2. Use dfsrdiag utility to force replication in command line.
Dfsrdiag syncnow </partner:name> </RGName:name> </Member:name> </v>
E.X. if we want to force replication of the replication group with
Win2003-DFS2 on current DFS member server, you may run the following command.
Dfsrdiag syncnow /partner:win2003-DFS2 /RGname:replication /time:1
Afterwards, you may open the target folders in the Windows Explorer on the
DFS management console to check if the files and folders were replicated.
Hope it helps.
David Shen
Microsoft Online Technical Support
Post by SJMPI have DFS hosted on windows 2003 R2 32bit and replicating to an off-site
2003 R2 64bit.
I was randomly checking folders and files, and noticed that it is actually
not updating data. I ran a diag from the DFS mgmnt console and it reported
everything is healthy. Not sure how to troublshoot this. How can I force
replication to scan the src/trgt and compare the difference? I get my 1206
DFSR events that say it successfully contact the DC on the Target Server. On
the Src I see 1104 that DFS restarted replication after a backup operation.
Thanks,