Err Msg: Could Not Find Domain Controller for This Domain (245172)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional
- Microsoft Windows 2000 Datacenter Server
- Microsoft Windows NT Server 4.0
This article was previously published under Q245172 SYMPTOMS
When you attempt to establish a trust relationship from a trusting domain by connecting to a primary domain controller (PDC) running Microsoft Windows NT Server 4.0 in a trusted domain, you may receive the following error message:
Could not find domain controller for this domain.
CAUSE
This behavior can occur if the 1b (domain master browser) and 1c (domain controller) NetBIOS names for the PDC in the trusted domain are not registered in the Windows Internet Naming Service (WINS). This can occur when the WINS servers in the two domains do not replicate to each other.
RESOLUTION
To resolve this issue, modify the Lmhosts file that contains the 1b and 1c entries for the PDC of the trusted domain:
- In a text editor (such as Notepad), open the Lmhosts file located
in the %SystemRoot%\System32\drivers\etc folder.
- Add the following lines to the Lmhosts file, using the name of the
trusted domain, the Internet Protocol (IP) address, and the
NetBIOS name of the PDC in the trusted domain, as indicated in the
following example:
10.0.0.1 PDCName #PRE #DOM:DomainName
10.0.0.1 "DOMAINNAME \0x1b" #PRE
- Replace 10.0.0.1 in the example with the IP address of the PDC in
the trusted domain.
- Replace the PDCName with the NetBIOS name of the trusted domain PDC.
When you specify the NetBIOS suffix (the sixteenth character), the
spacing between the quotation marks is critical. There must be a
total of 20 characters within the quotation marks (the domain name
plus the appropriate number of spaces to pad up to 15 characters
plus the backslash (\) plus the NetBIOS hex representation of the
service type).
- Replace DomainName with the Windows NT 4.0 domain name of the
trusted domain.
- Save the changes to the Lmhosts file.
- Specify the use of the Lmhosts file:
- In Control Panel, double-click Network.
- Click the Protocols tab.
- In the Network Protocols box, click TCP/IP Protocol,
and then click Properties.
- In the WINS Address tab, click the Enable LMHOSTS
Lookup check box, and then click OK.
- Click Yes when you are prompted to restart your
computer.
Modification Type: | Major | Last Reviewed: | 5/14/2003 |
---|
Keywords: | kbprb KB245172 |
---|
|