Article ID: 259374 - Last Review: December 26, 2007 - Revision: 4.2

Error message: The wizard cannot gain access to the list of domains in the forest

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q259374
Expand all | Collapse all

SYMPTOMS

When you attempt to use Dcpromo.exe to move a Windows 2000-based, or a Windows Server 2003-based server into an existing domain, the following error message may be displayed:
Active Directory Installation Wizard

The wizard cannot gain access to the list of domains in the forest. The error is:

The specified domain either does not exist or could not be contacted.
If you are using Windows Server 2008, the error message may resemble the following:
Active Directory Installation Wizard

The wizard cannot access the list of domains in the forest. The error is:

The network path was not found.

CAUSE

This problem can occur if the server that is running the Domain Name System (DNS) service has not registered an "A" record for itself in DNS.

The SRV records for the domain controllers must be in the DNS database. If the "A" record for the DNS server is missing, the process does not succeed.

RESOLUTION

You can add the "A" record to DNS by issuing the following command at the DNS server:
ipconfig /registerdns
After verifying that an "A" record is present for the DNS server, you may receive the following error message when you attempt to continue the Dcpromo.exe process:
Active Directory Installation Wizard

The wizard cannot gain access to the list of domain in the forest. The error is:

The RPC server is unavailable.

To resolve this problem, type the following command on the server on which you try to use Dcpromo.exe. This command clears the DNS resolver cache on the computer that is running Dcpromo.exe so that it re-creates the query after the "A" record for the DNS server is registered in the DNS database.
ipconfig /flushdns
This problem can also occur during the Dcpromo.exe process if the existing domain controller that is authenticating this process does not have file and printer sharing enabled on its network adapter. To resolve this issue, enable file and printer sharing on the existing domain controller until the Dcpromo.exe process is complete.

APPLIES TO
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows Server 2003, Datacenter x64 Edition
  • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Standard x64 Edition
  • Windows Server 2008 Datacenter
  • Windows Server 2008 Enterprise
  • Windows Server 2008 Standard
Keywords: 
kbdcpromo kberrmsg kbprb KB259374