DCDIAG VerifyEnterpriseReferencestesting在PDC上失败

我有两台域控制器都是2008年的服务器,并且域function级别已经提升到2008年。我们之前从一台直stream运行的服务器2008迁移过来。 如果我运行:

dcdiag /v /c /d /e /s:win2k8dc1 >c:dcdiag. 文本

我收到以下错误:

  Starting test: VerifyEnterpriseReferences The following problems were found while verifying various important DN references. Note, that these problems can be reported because of latency in replication. So follow up to resolve the following problems, only if the same problem is reported on all DCs for a given domain or if the problem persists after replication has had reasonable time to replicate changes. [1] Problem: Missing Expected Value Base Object: CN=WIN2K8DC1,OU=Domain Controllers,DC=JEWELS,DC=LOCAL Base Object Description: "DC Account Object" Value Object Attribute Name: msDFSR-ComputerReferenceBL Value Object Description: "SYSVOL FRS Member Object" Recommended Action: See Knowledge Base Article: Q312862 [2] Problem: Missing Expected Value Base Object: CN=WIN2K8DC2,OU=Domain Controllers,DC=JEWELS,DC=LOCAL Base Object Description: "DC Account Object" Value Object Attribute Name: msDFSR-ComputerReferenceBL Value Object Description: "SYSVOL FRS Member Object" Recommended Action: See Knowledge Base Article: Q312862 LDAP Error 0x20 (32) - No Such Object. ......................... WIN2K8DC1 failed test 

我一直在研究,并find一个类似的问题微软technet论坛post。 答案是运行

 dfsrmig /getglobalstate 

并查看直stream所处的状态。如果状态为启动,准备或redirect,则应使用以下命令重新启动该过程:

 dfsrmig /setglobalstate = 1 dfsrmig /setglobalstate = 2 dfsrmig /setglobalstate = 3 

推动整个过程。 但getglobalstate返回: dfsr迁移尚未初始化。 要开始迁移,请将全局状态设置为期望的值。

我仍然应该通过setglobalstate命令,或者这是另一个问题?

你看过KB文章Q312862吗? 命令输出提到了两次,所以这是我要做的第一件事情。

http://support.microsoft.com/kb/312862

另外,看看这个问题和第一个答案:

http://social.technet.microsoft.com/Forums/en-US/winserverDS/thread/2ce07c3f-9956-4bec-ae46-055f311c5d96/