Error demoting Domain Controller

Daniël Schiffers 21 Reputation points
2021-06-18T16:00:34.113+00:00

Hello everyone,

I'm currently transfering the role of DC from two server to two other servers. The OS I am running is Windows Server 2019. I demoted one server without problems but when I try to demote my other server it gives the following error: "No other DC could be contacted but other DC are in the directory." In order to safely transfer to role of DC to the new DC's they need to be contacted before I proceed since forcing the demoting will break AC in my domain (I have tried this).

When I go the AC sites and services the servers seem to replicate with eachother.

Another problem is that w32time is broken on the old DC, that is why I'm trying to transfer the role to new DC's in the first place. I am not sure whether this is the cause of the problem.

I tried altering the DNS settings: On the old DC the primary DNS points to a new DC and the secondary to itself. On the new DC the primary points to the old and the secondary to itself.

Does anybody have any idea what I could do to fix this?

Thanks in advance,

Greetings Daniël

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,880 questions
0 comments No comments
{count} votes

19 answers

Sort by: Most helpful
  1. Anonymous
    2021-06-19T14:36:35.013+00:00

    Sorry I'll be more clear. SRV1 and SRV2 used to be my DC's but I demoted them. They are the ones having problems.

    Then they would not be able to use NT5DS time source. You'll need to configure them with an NTP source (which can be your PDCe's ip address).

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    2021-06-19T14:45:17.293+00:00

    At some point I made the foolish decision to make SRV1 and SRV2 a meinberg NTP server

    No clue on that. May be time to rebuild them from scratch.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  3. Anonymous
    2021-06-19T14:58:08.55+00:00

    Sounds good, glad to have helped.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  4. Vicky Wang 2,736 Reputation points
    2021-06-21T09:53:40.71+00:00

    If the partition was created manually, or if it was created by using another program, you can remove it by using the Ntdsutil utility:

    Open a command prompt, and then type ntdsutil.

    From the Ntdsutil prompt, type domain management.

    In the Domain Management window, type connections.

    Type connect to server <yourservername>.

    After the binding message appears, you will have a successful connection to your server.

    In the Server Connections window, type quit.

    In the Domain Management window, type list. A list of the naming contexts on this server appears.

    To remove the application directory partition replica, type remove nc replica <ApplicationDirectoryPartition> <DomainController>.

    At the Ntdsutil prompt, type Q, and then press ENTER until you are returned to the CMD command prompt. You can now successfully demote this domain controller. You may have to restart this domain controller before you start the Active Directory Installation wizard again.

    1 person found this answer helpful.
    0 comments No comments

  5. Anonymous
    2021-06-21T12:05:16.08+00:00
    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.