Replication Issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I believe I might be having some replication issues between DC's. If I make
a password rerset on a user on our exchange server using aduc the change is
not always reflected on the one of our Dc's till much later. Sometimes 1
hour t 2 hours later. Is there a way to diganiose replication issues and try
to fix this type of problem.
 
Try running netdiag, repadmin and dcdiag. Look for fail, error and warning
errors.

If you don't have the tools installed load them from your install disk.

d:\i386\adminpak.msi (Server tools for remote management of servers)
d:\support\tools\setup.exe (Server Utilities)

Copy the following to a cmd file and run look for error, fail and warn
within the reports. Post any errors you can't figure out. make sure you
modify DC_Name to the name of a dc in your domain.

@echo off

c:
cd \
cd "program files\support tools"

del c:\dcdiag.log
dcdiag /e /c /v /s:DC_Name /f:c:\dcdiag.log
start c:\dcdiag.log

netdiag.exe /v > c:\netdiag.log
start c:\netdiag.log

repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
start c:\repl.txt


See for more details

http://www.microsoft.com/technet/pr...Ref/1d4ce93c-54f2-4069-a708-251509c38837.mspx

--
Paul Bergson MCT, MCSE, MCSA, Security+, CNE, CNA, CCA
http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi George,

You can follow Paul ,Jorge and Andrei 's suggestion. If you feel it is hard
to cache something, I suggest you collect some system information using
Microsoft Configuration Capture Utility , and please send the CAB (Zip)
file to me.

Please download the tool:

http://download.microsoft.com/download/b/b/1/bb139fcb-4aac-4fe5-a579-30b0bd9
15706/Mpsrpt_dirsvc.exe

For more information and overview, please refer to link below:

KB818742 Overview of the Microsoft Configuration Capture Utility
(MPS_REPORTS)

http://support.microsoft.com/?id=818742

Note: The CAB file will be generated for your convenience in the
%systemroot%\MPSReports\Setup\Report\Cab directory called
%COMPUTERNAME%_MPSReports_.CAB. The CAB file will contain the reports
generated by the MPS Reporting Tool. If the CAB file isn't produced, please
compress all of the result files under %systemroot%\MPSReport\Setup\Report
as a Zip file. (Note: %systemroot% is the folder where you install Windows.)

Please send me the CAB file via the email : (e-mail address removed)

Note: Please collect MPS report on both DCs.

Thanks.


Best regards,

Vincent Xu
Microsoft Online Partner Support

======================================================
Get Secure! - www.microsoft.com/security
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no rights.
======================================================



--------------------
 
Back
Top