To work around this issue, use one of the following methods.
Method 1: Remove the DNS service
1. | Click Start, click Run, type Appwiz.cpl, and then click OK. |
2. | Click Add/Remove Windows Components, double-click Networking Services, click to clear the Domain Name System (DNS) check box, and then click OK. |
3. | Click Next, and then follow the instructions to complete the removal process. |
Method 2: Remove the domain controller from the naming context replica set
Use the Ntdsutil.exe command-line utility to remove the domain controller from the DomainDnsZones and ForestDnsZones naming contexts. To do this, follow these steps:
1. | Click Start, click Run, type ntdsutil, and then click OK. |
2. | Type domain management, and then press ENTER. |
3. | Type connections. |
4. | Type connect to server server_name to connect to the server to which you want to apply the changes. Type the actual name of the server instead of server_name. |
5. | Type quit to return to domain management. |
6. | Type remove nc replica naming_context server_name, where naming_context is the naming context from which you want to remove the server, and where server_name is the name of the domain controller. Then, press ENTER. |
7. | At the domain management command prompt, type q, and then press ENTER. |
8. | At the ntdsutil command prompt, type q, and then press ENTER. |