DFS Replication

Akhilesh Ayyagari 1 Reputation point
2021-03-05T18:18:01.31+00:00

The DFS Replication service stopped replication on the replicated folder at local path C:\SYSVOL\Domain. Additional Information: Error: 9025 (The staging area is unusable) Additional context of the error: Replicated Folder Name: SYSVOL Share Replicated Folder ID: 6D056A2A-BE05-4E7B-91CA-320E925A3D6C Replication Group Name: Domain System Volume Replication Group ID: 0DF5849B-E641-4ED4-9D89-9BCF2773B345 Member ID: AA5C1486-0420-41B8-8CAF-3F2B01F9BDE1 Event ID 4004 The DFS Replication service could not replicate the replicated folder at local path C:\SYSVOL\Domain because the staging path is invalid or inaccessible. Additional Information: Staging Folder: C:\SYSVOL\staging areas\app.loc\ContentSet{6D056A2A-BE05-4E7B-91CA-320E925A3D6C}-{AA5C1486-0420-41B8-8CAF-3F2B01F9BDE1} Replicated Folder Name: SYSVOL Share Replicated Folder ID: 6D056A2A-BE05-4E7B-91CA-320E925A3D6C Replication Group Name: Domain System Volume Replication Group ID: 0DF5849B-E641-4ED4-9D89-9BCF2773B345 Member ID: AA5C1486-0420-41B8-8CAF-3F2B01F9BDE1 Event ID 4212

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,171 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-03-05T18:58:34.553+00:00

    You can try a non-authoritative synchronization
    https://learn.microsoft.com/en-US/troubleshoot/windows-server/group-policy/force-authoritative-non-authoritative-synchronization

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


  2. Dave Patrick 426.1K Reputation points MVP
    2021-03-05T21:11:17.733+00:00

    Another option is to try try an authoritative synchronization, or simply move roles off, demote, reboot, promo it again.

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

    0 comments No comments

  3. Fan Fan 15,291 Reputation points Microsoft Vendor
    2021-03-08T00:47:23.513+00:00

    Hi,

    Did the authoritative restore for the sysvol replication work for your situation?
    If you have any progress, welcome to share here!

    Best Regards,

    0 comments No comments

  4. Akhilesh Ayyagari 1 Reputation point
    2021-03-12T14:24:42.407+00:00

    Stop DFSR Replication in services

    delete the folders on Sysvol ( Staging Areas, and Staging- subfolders) only

    If your Sysvol is in C:\windows\sysvol the windows folder run this below command in the Admin command prompt, not PS only mklink

    C:\>mklink /j "c:\windows\sysvol\Staging Areas\fabrikam.com" "c:\windows\sysvol\Staging\domain
    77311-mklink1.png


    if your Sysvol is in C:\Sysvol run this below command in the Admin command prompt, not PS only mklink

    C:\>mklink /j "C:\sysvol\Staging Areas\fabrikam.com" "c:\sysvol\Staging\domain
    77245-mklink2.png

    Start services back on and hope the issue should be fixed.