I'm running into problems trying to build a replica DC for an existing domain at a new site.
After supplying credentials (which is the administrator account for the forest root) I come to the "select a domain" screen. After picking the domain and hitting next, "Examining Active Directory Forest fails with,
dcpromoui.log shows:
My credentials are fine (you can't even get this far in dcpromo without having them validated, and I can use these credentials in ADSIedit to bind to the domain from this site.) I haven't been able to find anything related to the errors that are being thrown.
Anyone have any ideas?
After supplying credentials (which is the administrator account for the forest root) I come to the "select a domain" screen. After picking the domain and hitting next, "Examining Active Directory Forest fails with,
Code:
Failed to examine the Active Directory forest. The error was: The operation cannot continue because LDAP connect/bind operation failed: error: 1326 (Logon failure: unknown user name or bad password.).
dcpromoui.log shows:
Code:
dcpromoui 110.B6C 02D5 08:52:52.578 Enter ValidateForestConfig
dcpromoui 110.B6C 02D6 08:52:52.593 Enter DS::ExamineForest
dcpromoui 110.B6C 02D7 08:52:52.593 Enter State::GetOperation REPLICA
dcpromoui 110.B6C 02D8 08:52:52.593 Enter State::GetForestName example.local
dcpromoui 110.B6C 02D9 08:52:52.593 Enter State::GetReplicationPartnerDomainName
dcpromoui 110.B6C 02DA 08:52:52.593 Enter State::GetOperation REPLICA
dcpromoui 110.B6C 02DB 08:52:52.593 Enter State::GetReplicaDomainDNSName example.local
dcpromoui 110.B6C 02DC 08:52:52.593 ldapUserName <- "administrator"
dcpromoui 110.B6C 02DD 08:52:52.593 ldapPassword <- "<password>"
dcpromoui 110.B6C 02DE 08:52:52.593 ldapDomain <- "example.local"
dcpromoui 110.B6C 02DF 08:52:52.593 domainDnsName <- "example.local"
dcpromoui 110.B6C 02E0 08:52:52.593 forestDnsName <- "example.local"
dcpromoui 110.B6C 02E1 08:52:52.593 operationType <- "replica"
dcpromoui 110.B6C 02E2 08:52:52.593 Enter CLdapContext::ExecuteScript opMode=run-read-only
dcpromoui 110.B6C 02E3 08:52:52.593 Enter CLdapOperationBlock::Execute
dcpromoui 110.B6C 02E4 08:52:52.593 Enter CLdapOperationIf::Execute
dcpromoui 110.B6C 02E5 08:52:52.593 Enter CLdapExpressionNot::Compute
dcpromoui 110.B6C 02E6 08:52:52.593 Enter CLdapExpressionPresent::Compute pattern=domainDnsName
dcpromoui 110.B6C 02E7 08:52:52.593 ==> true (example.local)
dcpromoui 110.B6C 02E8 08:52:52.593 ==> false
dcpromoui 110.B6C 02E9 08:52:52.593 Condition == false
dcpromoui 110.B6C 02EA 08:52:52.593 Enter CLdapOperationIf::Execute
dcpromoui 110.B6C 02EB 08:52:52.593 Enter CLdapExpressionNot::Compute
dcpromoui 110.B6C 02EC 08:52:52.593 Enter CLdapExpressionPresent::Compute pattern=forestDnsName
dcpromoui 110.B6C 02ED 08:52:52.593 ==> true (example.local)
dcpromoui 110.B6C 02EE 08:52:52.593 ==> false
dcpromoui 110.B6C 02EF 08:52:52.593 Condition == false
dcpromoui 110.B6C 02F0 08:52:52.593 Enter CLdapOperationIf::Execute
dcpromoui 110.B6C 02F1 08:52:52.593 Enter CLdapExpressionNot::Compute
dcpromoui 110.B6C 02F2 08:52:52.593 Enter CLdapExpressionPresent::Compute pattern=operationType
dcpromoui 110.B6C 02F3 08:52:52.593 ==> true (replica)
dcpromoui 110.B6C 02F4 08:52:52.593 ==> false
dcpromoui 110.B6C 02F5 08:52:52.593 Condition == false
dcpromoui 110.B6C 02F6 08:52:52.593 Enter CLdapOperationConnect::Execute target=$(domainDnsName), options=0x10
dcpromoui 110.B6C 02F7 08:52:52.593 DsGetDcNameW() returned SERVER.example.local
dcpromoui 110.B6C 02F8 08:52:52.750 Calling ldap_bind_sW(ld, NULL, pCreds, 1158)
dcpromoui 110.B6C 02F9 08:52:56.609 _lastLdapError_ <- "1326"
dcpromoui 110.B6C 02FA 08:52:56.609 ldap_bind() failed, err=53
dcpromoui 110.B6C 02FB 08:52:56.609 Enter GetErrorMessage 8007052E
dcpromoui 110.B6C 02FC 08:52:56.609 ***** EXCEPTION: 8007052e The operation cannot continue because LDAP connect/bind operation failed: error: 1326 (Logon failure: unknown user name or bad password.).
dcpromoui 110.B6C 02FD 08:52:56.609 ExecuteScript() failed:
The operation cannot continue because LDAP connect/bind operation failed: error: 1326 (Logon failure: unknown user name or bad password.).
dcpromoui 110.B6C 02FE 08:52:56.609 ExamineForest failed. The error is The operation cannot continue because LDAP connect/bind operation failed: error: 1326 (Logon failure: unknown user name or bad password.).
dcpromoui 110.0EC 02FF 08:52:56.609 Enter Popup::Error
dcpromoui 110.0EC 0300 08:52:56.609 MessageBox: Active Directory Domain Services Installation Wizard : Failed to examine the Active Directory forest. The error was: The operation cannot continue because LDAP connect/bind operation failed: error: 1326 (Logon failure: unknown user name or bad password.).
dcpromoui 110.0EC 0301 08:53:27.343 Enter Wizard::SetNextPageID id = -1
Anyone have any ideas?