SYMPTOMS
A Windows 2000-based domain controller cannot replicate the configuration or the schema partitions with replication partners that belong to another domain of the forest. Additionally, if the domain controller is a global catalog server, it cannot replicate the other domain partitions with these replication partners.
In the following example, MYDC1 is a domain controller that belongs to the mydomain.com domain. MYDC2 is a replication partner of MYDC1 that belongs to the subdom.mydomain.com domain.
The following event is logged every 15 minutes in the Directory Services event log:
Event ID 1265:
Source: NTDS KCC
Description:
The attempt to establish a replication link with parameters
Partition: CN=Schema,CN=Configuration,DC=mydomain,DC=com Source DSA DN: CN=NTDS Settings,CN=MYDC1,CN=Servers,CN=MYSITE,CN=Sites,CN=Configuration,DC=MYDOMAIN,DC=COM
Source DSA Address: e7453dd3-63b9-4ea1-ab78-e0f16115c84d._msdcs.mydomain.com
Inter-site Transport (if any): failed with the following status:
Logon failure: unknown user name or bad password. The record data is the status code. This operation will be retried.
Data 0000052e
Additionally, the following event is regularly logged in the System log:
Event ID: 63
Source: W32Time
Description:
The time service cannot provide secure (signed) time to client
ClientIPAddress because the attempt to validate its computer account failed with error 1317. Falling back to insecure (unsigned) time for this client.
If you run the
repadmin /showreps command on MYDC1, you receive the following output:
...
CN=Configuration,DC=mydomain,DC=com
MySite\MYDC2 via RPC
objectGuid: a6999e16-99b5-432f-9bc5-3eecf5dc192f<BR/>
Last attempt @ 2002-08-26 17:30.54 failed, result 1326:<BR/>
Logon failure: unknown user name or bad password.<BR/>
Last success @ 2002-08-19 14:42.40.<BR/>
1995 consecutive failure(s).
If you run the
dcdiag command on MYDC1, you receive the following output:
DC Diagnosis
...
[Replications Check,DC-LV1] A recent replication attempt failed:
From MYDC2 to MYDC1
Naming Context: CN=Configuration,DC=mydomain,DC=com
The replication generated an error (1326):
Logon failure: unknown user name or bad password.
The failure occurred at 2002-08-22 14:02.04.
The last success occurred at 2002-08-20 17:10.52.
617 failures have occurred since the last success.
Kerberos Error.
The machine account is not present, or does not match on the.
destination, source or KDC servers.
Verify domain partition of KDC is in sync with rest of enterprise.
The repadmin /syncall command can be used for this purpose.