JSI Tip 2592. Windows 2000 cannot join a domain?

Jerold Schulman

July 11, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today


When you attempt to add a host to a Windows 2000 domain, you receive:

Network Identification
The following error occurred validating the name
The specified domain either does not exist or could not be contacted.

This can occur is the DNS zone file uses an alias (CNAME) record as the target host of the Service Locator (SRV) records instead of a host or A record:

   _ldap._tcp.dc._msdcs    600 SRV    0 100 389 pdc.   pdc                     600 CNAME  dc1.   dc1                     600 A      192.168.0.1

where pdc. is an alias for dc1.

To fix the problem, change the target host of every SRV record in the DNS zone for Active Directory to point to a host or A record.

NOTE: When you join a Windows 2000 domain, the client looks for the SRV record of _ldap._tcp.dc._msdcs.Domain. If this points to an alias, the client ceases its attempt to join.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like