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,833 questions
0 comments No comments
{count} votes

19 answers

Sort by: Most helpful
  1. Anonymous
    2021-06-18T18:08:02.637+00:00

    At least correct the time manually. Otherwise please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\dc3.txt

    then put unzipped text files up on OneDrive and share a link.

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    2021-06-18T19:06:37.197+00:00
    • On DC1 I'd add server's own static ip address (192.168.50.111) listed for DNS then do ipconfig /flushdns, ipconfig /registerdns, restart the netlogon service
    • On DC2 I'd add server's own static ip address (192.168.50.112) listed for DNS then do ipconfig /flushdns, ipconfig /registerdns, restart the netlogon service
    • SRV2 is multi-homed. Multihoming domain controllers will always cause no end to grief for active directory domain DNS Try disabling the other adapters.
    • I'd remove the 192.168.50.102 address from all since it is not a domain controller
    • I'd make sure the domain controller times are within ~5 minutes then also work through this one.
      https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/troubleshoot-missing-sysvol-and-netlogon-shares

    if problems persist then put up a new set of files to look at.

    --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-19T02:38:56.613+00:00

    Just checking if there's any progress or updates?

    --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. Anonymous
    2021-06-19T13:36:28.207+00:00

    Some general info

    For all besides the PDCe

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /syncfromflags:domhier /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

  5. Anonymous
    2021-06-19T14:23:11.98+00:00

    The Windows Time service could not be stopped may need to reboot

    Also check that the Windows Time service is running on PDCe and that it is reachable by the problem domain controller.

    --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

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.