Cannot join Windows Server to domain (The specified network name is no longer available)

Ardan Zaki 236 Reputation points
2023-10-04T14:30:46.78+00:00

User's image

Hi all, I got this error when trying to join my new server to my domain. has anyone experience this before?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,516 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
424 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.4K Reputation points MVP
    2023-10-04T14:34:31+00:00

    Make sure the domain controller and problem member both have the static ip address of DC listed for DNS and no others such as router or public DNS.

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.4K Reputation points MVP
    2023-10-07T12:53:58.9366667+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log (run on PDC emulator)
    repadmin /showrepl >C:\repl.txt (run on any domain controller)
    ipconfig /all > C:\%computername%.txt (run on EVERY domain controller)
    ipconfig /all > C:\problemworkstation.txt (run on problem pc)

    Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found. (no evtx files)

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