SystemCenter

AD Replication Monitoring 오류 (0x8004100E)

커널64 2009. 1. 13. 01:29
Active Directory Management Pack Import 후 다음 오류 발생

The script 'AD Replication monitoring' encountered a runtime error. Failed to determine whether the WMI replication provider is installed. The error returned was: 'Invalid Parameter' (0x80041008)

AD Remote Topology Discovery cannot determine whether the WMI Replication Provider is installed. The error returned was: 'Invalid Parameter' (0x80041008).

Replication 관련 정보를 가져오기 위해 사용되는 Replprov.dll의 오류로 인해 발생한다.

[해결]
Windows Server 2000 DC
hotfix 설치 후 다음 명령 실행
rundll32.exe %systemroot%\system32\replprov.dll,DoMofComp

Windows Server 2003 DC
hotfix 설치


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