When I perform "repadmin /replsum %computername%", I get the error from one of domain controllers in my production environment.
DC04 can't replicate from DC02. To solve this problem, I have to run the following step in DC02:
1. At the DC02, log in as Domain Administrator.
2. Launch "Services" console.
3. Right-click "Kerberos Key Distribution Center", select "Properties"..
4. Next to "Startup type", select "Disabled".
5. Click "Stop".
6. Click "OK".
7. Launch "Command Prompt".
8. Enter "netdom resetpwd /server:<Server Name> /ud:<Domain Administrator> /pd:*".
9. Restart the DC02.
After the computer was restarted, the replication from DC02 resumes normal.
Reference:
Error Message "Target Principal Name is Incorrect" When manually replicating data between domain controllers
http://support.microsoft.com/kb/288167
No comments:
Post a Comment