Hi Carlos,
Based on the information you have provided, it appears that there may be an issue with the secure channel between the domain controllers. This can cause replication issues and prevent the domain controllers from communicating with each other.
To resolve this issue, you can try resetting the secure channel between the domain controllers using the following steps:
- Open Command Prompt as an administrator on the domain controller that is displaying the error.
- Type the following command and press Enter:
nltest /sc_reset:<domain_name>\<domain_controller_name>
- Wait for the command to complete and then restart the domain controller.
If the issue persists, you can also try resetting the computer account password for the domain controller using the following steps:
- Open Command Prompt as an administrator on the domain controller that is displaying the error.
- Type the following command and press Enter:
netdom resetpwd /server:<domain_controller_name> /userd:<domain_name>\<domain_administrator> /passwordd:*
- Wait for the command to complete and then restart the domain controller.
If neither of these steps resolves the issue, you may need to investigate further to determine the root cause of the replication issue. You can use tools such as repadmin and dcdiag to help diagnose and troubleshoot the issue.
Best regards,
Qiuyang