Unable to open Active directory administrative center

Ahmed Essam 201 Reputation points
2022-09-27T13:14:13.057+00:00

Hello,

We experienced an issue with our domain controllers servers when opening the active directory administrative center, I received the below error

The procedure entry point could not be located in the dynamic link library C:\Windows\system32\dsac.exe

Windows Server 2019

Thanks

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,453 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,843 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. JimmySalian-2011 41,916 Reputation points
    2022-09-27T13:28:37.04+00:00

    Hi Ahmed,

    Seems like a DLL corruption, does it show DLL details? try to register it again, regsrv32 path to the DLL.

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


  2. Limitless Technology 43,931 Reputation points
    2022-09-30T07:46:24.197+00:00

    Hello

    Thank you for your question and reaching out.

    It could some corruption in Windows OS system files.

    1. Disable any Antivirus program or Windows firewall you may have for temporary purpose.
    2. Cleanup below Temp folders
      C:\Windows\Temp
      %USERPROFILE%\AppData\Local\Temp
    3. Run below DISM commands from elevated prompt.

    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

    ------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  3. AW 0 Reputation points
    2023-01-18T16:35:59.7733333+00:00

    From https://learn.microsoft.com/en-us/answers/questions/547502/servermanager-will-not-launch-on-2-2019-servers

    If I copy both EXE files from %windir%\system32 to C:\Temp\

    C:\temp\dsac.exe
    C:\temp\ServerManager.exe

    I can start both, Server manager and ADAC.

    0 comments No comments