Windows 2008 R2 Server error event identification code is 2884

KAN, Chi-kit Ken 0 Reputation points
2024-05-02T08:36:38.13+00:00

Hello, I have a question would like to ask...

The server have been applied Windows update recently, however, the primary AD server show the error event identification code is 2884. Can anyone know how to fix it? Thank you.

The primary AD system is Windows 2016 Server and the secondary AD system is Windows 2012 R2 Server.

Thank you.

server error.pdf

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 11,255 Reputation points
    2024-05-02T10:13:33.6933333+00:00

    Hello

    The error event identification code 2884 could be due to various reasons. Here are some general suggestions that might help:

     

    For Windows Server 2016:

    USN rollback: This issue might occur if a Windows Server domain controller is incorrectly rolled back using an image-based installation of the operating system. You can detect and recover from a USN rollback following the instructions provided by Microsoft.

    [How to detect and recover from a USN rollback in a Windows Server-based domain controller - Windows Server | Microsoft Learn](https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Ftroubleshoot%2Fwindows-server%2Factive-directory%2Fdetect-and-recover-from-usn-rollback&data=05%7C02%7Cwesleyl%40wicresoft.com%7Cc5b9be2b0a384624383908dc6a8fe95b%7Cb2ae8dd9097749768706861b488b1512%7C0%7C0%7C638502413567984761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=si%2FbNQI1FYKdXzUwtuM%2BUbRDHBu2s1eoaINBYFjZdwI%3D&reserved=0"原始 URL: https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/detect-and-recover-from-usn-rollback。如果你信任此链接, 请单击或点击。")

     

    For Windows Server 2012 R2:

    Network error: If the error is related to network issues, you might want to disable certain network features. You can do this by running the following commands in the command prompt:

    netshinttcp set global netdma=disabled

    netshinttcp set global chimney=disabled

    netshinttcp set global autotuninglevel=disabled

    netshinttcp set global congestionprovider=none

    After running these commands, reboot your server.

     

    System file repair: You can repair system files by running the DISM.exe /Online /Cleanup-Image /RestoreHealth command from the Windows PowerShell (administrator) environment.

    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.