{"id":11690,"date":"2018-05-04T15:20:27","date_gmt":"2018-05-04T19:20:27","guid":{"rendered":"https:\/\/southjerseytechies.net\/blog\/?p=11690"},"modified":"2025-11-03T14:24:20","modified_gmt":"2025-11-03T19:24:20","slug":"replicated-folder-offline-in-dfsr","status":"publish","type":"post","link":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/","title":{"rendered":"Replicated Folder Offline in DFSR"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11691\" src=\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg\" alt=\"\" width=\"348\" height=\"277\" srcset=\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg 348w, https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016-300x239.jpg 300w\" sizes=\"auto, (max-width: 348px) 100vw, 348px\" \/><\/p>\n<p><strong>We recently had an issue with and Active Directory DFSR &#8211; The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment<\/strong><strong>. <\/strong><\/p>\n<p><strong>Event ID 4012 &#8211; DFSR &#8211; The DFS Replication service stopped replication on the folder with the following local path: C:\\Windows\\SYSVOL\\domain. This server has been disconnected from other partners for 149 days, which is longer than the time allowed by the MaxOfflineTimeInDays parameter (###). DFS Replication considers the data in this folder to be stale, and this server will not replicate the folder until this error is corrected.<\/strong><\/p>\n<p>To resume replication of this folder, use the DFS Management snap-in to remove this server from the replication group, and then add it back to the group. This causes the server to perform an initial synchronization task, which replaces the stale data with fresh data from other members of the replication group. .<\/p>\n<div class=\"ng-scope\">\n<div class=\"ng-isolate-scope\">\n<section class=\"section ng-scope\" data-grid=\"col-12\">\n<div class=\"ng-scope\">\n<div class=\"ng-scope\">\n<div class=\"ng-isolate-scope\">\n<section class=\"section ng-scope\" data-grid=\"col-12\">\n<div class=\"section-body ng-scope\" style=\"box-sizing: inherit; outline: none;\">\n<div class=\"ng-scope\" data-grid=\"col-12\">\n<div class=\"ng-isolate-scope\" data-grid=\"col-12\">\n<div class=\"kb-summary-section section ng-scope\">\n<div class=\"ng-scope\">\n<h2 class=\"c-heading-4 f-lean bold ng-binding\">Summary<\/h2>\n<hr class=\"c-divider f-pad-bottom-6x f-pad-top-3x\" \/>\n<\/div>\n<div class=\"section-body ng-scope\" style=\"box-sizing: inherit; outline: none;\">\n<div class=\"ng-scope\" data-grid=\"col-12\">\n<div class=\"ng-isolate-scope\" data-grid=\"col-12\">\n<div class=\"kb-summary-section section ng-scope\">\n<p class=\"\">Consider the following scenario:<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>You want to force the non-authoritative synchronization of SYSVOL on a domain controller. In the File Replication Service (FRS), this was controlled through the\u00a0<strong>D2<\/strong>\u00a0and\u00a0<strong>D4<\/strong>\u00a0data values for the\u00a0<strong>Burflags<\/strong>\u00a0registry values, but these values do not exist for the Distributed File System Replication (DFSR) service. You cannot use the DFS Management snap-in (Dfsmgmt.msc) or the Dfsradmin.exe command-line tool to achieve this. Unlike custom DFSR replicated folders, SYSVOL is intentionally protected from any editing through its management interfaces to prevent accidents.<\/p>\n<p><strong>How to perform a non-authoritative synchronization of DFSR-replicated SYSVOL (like\u00a0&#8220;D2&#8221; for FRS)<\/strong><\/p>\n<ol>\n<li>In the\u00a0<strong>ADSIEDIT.MSC<\/strong>\u00a0tool modify the following\u00a0distinguished name (DN) value\u00a0and attribute on each of the domain controllers that you want to make non-authoritative:CN=SYSVOL Subscription,CN=Domain System Volume,CN=DFSR-LocalSettings,CN=<em>&lt;the server name&gt;<\/em>,OU=Domain Controllers,DC=<em>&lt;domain&gt;<\/em>msDFSR-Enabled=<strong>FALSE<\/strong><\/li>\n<li>Force\u00a0Active Directory replication throughout the domain.<\/li>\n<li>Run the following command from an elevated command prompt on the same servers that you set as non-authoritative:<strong>DFSRDIAG POLLAD<\/strong><\/li>\n<li>You will see Event ID 4114 in the DFSR event log indicating SYSVOL is no longer being replicated.<\/li>\n<li>On the same DN from Step 1, set:msDFSR-Enabled=<strong>TRUE<\/strong><\/li>\n<li>Force Active Directory replication throughout the domain.<\/li>\n<li>Run the following command from an elevated command prompt on the same servers that you set as non-authoritative:<strong>DFSRDIAG POLLAD<\/strong><\/li>\n<li>You will see Event ID 4614 and 4604 in the DFSR event log indicating SYSVOL has been initialized. That domain controller\u00a0has now done a \u201cD2\u201d of SYSVOL.<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<div class=\"ng-scope\">\n<div class=\"ng-isolate-scope\">\n<section class=\"section ng-scope\" data-grid=\"col-12\">\n<div class=\"ng-scope\">\n<h2 class=\"c-heading-4 f-lean bold ng-binding\">More Information<\/h2>\n<hr class=\"c-divider f-pad-bottom-6x f-pad-top-3x\" \/>\n<\/div>\n<div class=\"section-body ng-scope\" style=\"box-sizing: inherit; outline: none;\">\n<div class=\"ng-scope\" data-grid=\"col-12\">\n<div class=\"ng-isolate-scope\" data-grid=\"col-12\">\n<div class=\"kb-moreinformation-section section ng-scope\">\n<p>If setting the authoritative flag on one DC, you\u00a0<strong><em>must\u00a0<\/em><\/strong>non-authoritatively synchronize<strong><em>all other DCs in the domain<\/em><\/strong>. Otherwise you will see conflicts on DCs, originating from any DCs where you did not set auth\/non-auth and restarted the DFSR service.For example, if all logon scripts were accidentally deleted and a manual copy of them was placed back on the PDC Emulator role holder, making that server authoritative and all other servers non-authoritative would guarantee success and prevent conflicts.<\/p>\n<p>If making any DC authoritative,\u00a0the PDC Emulator as authoritative is preferable, since its SYSVOL contents\u00a0are usually most up to date.<\/p>\n<p>The use of the authoritative flag is\u00a0only necessary if you need to force synchronization of all DCs. If only repairing one DC, simply make it non-authoritative and do not touch other servers.<\/p>\n<p>This article is designed with\u00a0a 2-DC environment in mind, for simplicity of description. If you had more than one affected DC, expand the steps to include<strong><em>ALL<\/em><\/strong>\u00a0of those as well. It also assumes you have the ability to restore data that was deleted, overwritten, damaged, etc. previously if this is a disaster recovery scenario on all DCs in the domain.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<div class=\"ng-scope\">\n<div class=\"ng-isolate-scope\">\n<section class=\"section ng-scope\" data-grid=\"col-12\">\n<div class=\"section-body ng-scope\" style=\"box-sizing: inherit; outline: none;\">\n<div class=\"ng-scope\" data-grid=\"col-12\">\n<div class=\"ng-isolate-scope\" data-grid=\"col-12\">\n<div class=\"ng-scope\">\n<p><a href=\"https:\/\/support.microsoft.com\/en-us\/help\/2218556\/how-to-force-an-authoritative-and-non-authoritative-synchronization-fo\">https:\/\/support.microsoft.com\/en-us\/help\/2218556\/how-to-force-an-authoritative-and-non-authoritative-synchronization-fo<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<h4>Have any questions?<\/h4>\n<p>Call us at:\u00a0856-745-9990 or visit:\u00a0<a href=\"https:\/\/southjerseytechies.net\/\">https:\/\/southjerseytechies.net\/<\/a><\/p>\n<p><a title=\"South Jersey Techies Website\" href=\"http:\/\/southjerseytechies.net\/\">South Jersey Techies, LLC<\/a>\u00a0is a full\u00a0<a title=\"South Jersey Techies Managed Services\" href=\"http:\/\/southjerseytechies.net\/\">Managed Web and Technology Services Company<\/a>\u00a0providing\u00a0IT Services,\u00a0<a title=\"South Jersey Techies: Web Design\" href=\"http:\/\/southjerseytechies.net\/website_design.php\">Website Design Services<\/a>,\u00a0Server Support,\u00a0<a title=\"South Jersey Techies: Network Consulting\" href=\"http:\/\/southjerseytechies.net\/network_consulting.php\">Network Consulting<\/a>,\u00a0<a title=\"South Jersey Techies: Internet Phones\" href=\"http:\/\/southjerseytechies.net\/voip.php\">Internet Phones<\/a>,\u00a0<a title=\"South Jersey Techies: Cloud Solutions Provider\" href=\"http:\/\/southjerseytechies.net\/cloud.php\">Cloud Solutions Provider<\/a>\u00a0and much more.<a title=\"South Jersey Techies: Contact\" href=\"http:\/\/southjerseytechies.net\/contact.php\">\u00a0Contact for More<\/a>\u00a0Information.<\/p>\n<p>To read this article in its entirety\u00a0<a href=\"https:\/\/support.office.com\/en-us\/article\/Outlook-known-issues-in-the-June-2017-security-updates-3f6dbffd-8505-492d-b19f-b3b89369ed9b?ui=en-US&amp;rs=en-US&amp;ad=US&amp;fromAR=1\">click here.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We recently had an issue with and Active Directory DFSR &#8211; The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. Event ID 4012 &#8211; DFSR &#8211; The &hellip;<\/p>\n<p><a href=\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\">Continue Reading<span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":11691,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_links_to":"","_links_to_target":""},"categories":[1664,16],"tags":[2190,2191,2194,2193,2192],"class_list":["post-11690","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft","category-windows","tag-active-directory-dfsr","tag-event-id-4012","tag-the-replicated-folder-has-been-offline","tag-windows-server-standard-2016","tag-windows-server-standard-2016-single-domain-controller"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Replicated Folder Offline in DFSR<\/title>\n<meta name=\"description\" content=\"SOLUTION - The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. In the File Replication Service (FRS), this was controlled through the\u00a0D2\u00a0and\u00a0D4\u00a0data values for the\u00a0Burflags\u00a0registry values, but these values do not exist for DFSR...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Replicated Folder Offline in DFSR\" \/>\n<meta property=\"og:description\" content=\"SOLUTION - The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. In the File Replication Service (FRS), this was controlled through the\u00a0D2\u00a0and\u00a0D4\u00a0data values for the\u00a0Burflags\u00a0registry values, but these values do not exist for DFSR...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\" \/>\n<meta property=\"og:site_name\" content=\"South Jersey Techies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sjtechies\" \/>\n<meta property=\"article:published_time\" content=\"2018-05-04T19:20:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-03T19:24:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2016\/03\/Office365adminSJTechies.png\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"221\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Website Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sjtechies\" \/>\n<meta name=\"twitter:site\" content=\"@sjtechies\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Website Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\"},\"author\":{\"name\":\"Website Admin\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#\/schema\/person\/a1375c4442c14bec9ac2daa6426e2cec\"},\"headline\":\"Replicated Folder Offline in DFSR\",\"datePublished\":\"2018-05-04T19:20:27+00:00\",\"dateModified\":\"2025-11-03T19:24:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\"},\"wordCount\":679,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg\",\"keywords\":[\"Active Directory DFSR\",\"Event ID 4012\",\"The replicated folder has been offline\",\"Windows Server Standard 2016\",\"Windows Server Standard 2016 single Domain Controller\"],\"articleSection\":[\"Microsoft\",\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\",\"url\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\",\"name\":\"Replicated Folder Offline in DFSR\",\"isPartOf\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg\",\"datePublished\":\"2018-05-04T19:20:27+00:00\",\"dateModified\":\"2025-11-03T19:24:20+00:00\",\"description\":\"SOLUTION - The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. In the File Replication Service (FRS), this was controlled through the\u00a0D2\u00a0and\u00a0D4\u00a0data values for the\u00a0Burflags\u00a0registry values, but these values do not exist for DFSR...\",\"breadcrumb\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage\",\"url\":\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg\",\"contentUrl\":\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg\",\"width\":348,\"height\":277},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/southjerseytechies.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Replicated Folder Offline in DFSR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#website\",\"url\":\"https:\/\/southjerseytechies.net\/blog\/\",\"name\":\"South Jersey Techies\",\"description\":\"Managed IT, Cloud Solutions, Web Services, Cabling, Voice over IP\",\"publisher\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/southjerseytechies.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#organization\",\"name\":\"South Jersey Techies, LLC\",\"url\":\"https:\/\/southjerseytechies.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2017\/05\/sjt-logo-2015-b.png\",\"contentUrl\":\"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2017\/05\/sjt-logo-2015-b.png\",\"width\":291,\"height\":201,\"caption\":\"South Jersey Techies, LLC\"},\"image\":{\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/sjtechies\",\"https:\/\/x.com\/sjtechies\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/southjerseytechies.net\/blog\/#\/schema\/person\/a1375c4442c14bec9ac2daa6426e2cec\",\"name\":\"Website Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/e4ad6c975b960e6de6d438b15df7d322b34ea121a183b748a4fbbc893dfc6316?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e4ad6c975b960e6de6d438b15df7d322b34ea121a183b748a4fbbc893dfc6316?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e4ad6c975b960e6de6d438b15df7d322b34ea121a183b748a4fbbc893dfc6316?s=96&d=mm&r=g\",\"caption\":\"Website Admin\"},\"sameAs\":[\"http:\/\/www.southjerseytechies.net\"],\"url\":\"https:\/\/southjerseytechies.net\/blog\/author\/sj-techies\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Replicated Folder Offline in DFSR","description":"SOLUTION - The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. In the File Replication Service (FRS), this was controlled through the\u00a0D2\u00a0and\u00a0D4\u00a0data values for the\u00a0Burflags\u00a0registry values, but these values do not exist for DFSR...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/","og_locale":"en_US","og_type":"article","og_title":"Replicated Folder Offline in DFSR","og_description":"SOLUTION - The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. In the File Replication Service (FRS), this was controlled through the\u00a0D2\u00a0and\u00a0D4\u00a0data values for the\u00a0Burflags\u00a0registry values, but these values do not exist for DFSR...","og_url":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/","og_site_name":"South Jersey Techies","article_publisher":"https:\/\/www.facebook.com\/sjtechies","article_published_time":"2018-05-04T19:20:27+00:00","article_modified_time":"2025-11-03T19:24:20+00:00","og_image":[{"width":400,"height":221,"url":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2016\/03\/Office365adminSJTechies.png","type":"image\/png"}],"author":"Website Admin","twitter_card":"summary_large_image","twitter_creator":"@sjtechies","twitter_site":"@sjtechies","twitter_misc":{"Written by":"Website Admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#article","isPartOf":{"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/"},"author":{"name":"Website Admin","@id":"https:\/\/southjerseytechies.net\/blog\/#\/schema\/person\/a1375c4442c14bec9ac2daa6426e2cec"},"headline":"Replicated Folder Offline in DFSR","datePublished":"2018-05-04T19:20:27+00:00","dateModified":"2025-11-03T19:24:20+00:00","mainEntityOfPage":{"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/"},"wordCount":679,"commentCount":0,"publisher":{"@id":"https:\/\/southjerseytechies.net\/blog\/#organization"},"image":{"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage"},"thumbnailUrl":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg","keywords":["Active Directory DFSR","Event ID 4012","The replicated folder has been offline","Windows Server Standard 2016","Windows Server Standard 2016 single Domain Controller"],"articleSection":["Microsoft","Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/","url":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/","name":"Replicated Folder Offline in DFSR","isPartOf":{"@id":"https:\/\/southjerseytechies.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage"},"image":{"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage"},"thumbnailUrl":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg","datePublished":"2018-05-04T19:20:27+00:00","dateModified":"2025-11-03T19:24:20+00:00","description":"SOLUTION - The replicated folder has been offline for too long at Site error for a Windows Server Standard 2016 single Domain Controller environment. In the File Replication Service (FRS), this was controlled through the\u00a0D2\u00a0and\u00a0D4\u00a0data values for the\u00a0Burflags\u00a0registry values, but these values do not exist for DFSR...","breadcrumb":{"@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#primaryimage","url":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg","contentUrl":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg","width":348,"height":277},{"@type":"BreadcrumbList","@id":"https:\/\/southjerseytechies.net\/blog\/replicated-folder-offline-in-dfsr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/southjerseytechies.net\/blog\/"},{"@type":"ListItem","position":2,"name":"Replicated Folder Offline in DFSR"}]},{"@type":"WebSite","@id":"https:\/\/southjerseytechies.net\/blog\/#website","url":"https:\/\/southjerseytechies.net\/blog\/","name":"South Jersey Techies","description":"Managed IT, Cloud Solutions, Web Services, Cabling, Voice over IP","publisher":{"@id":"https:\/\/southjerseytechies.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/southjerseytechies.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/southjerseytechies.net\/blog\/#organization","name":"South Jersey Techies, LLC","url":"https:\/\/southjerseytechies.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/southjerseytechies.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2017\/05\/sjt-logo-2015-b.png","contentUrl":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2017\/05\/sjt-logo-2015-b.png","width":291,"height":201,"caption":"South Jersey Techies, LLC"},"image":{"@id":"https:\/\/southjerseytechies.net\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sjtechies","https:\/\/x.com\/sjtechies"]},{"@type":"Person","@id":"https:\/\/southjerseytechies.net\/blog\/#\/schema\/person\/a1375c4442c14bec9ac2daa6426e2cec","name":"Website Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e4ad6c975b960e6de6d438b15df7d322b34ea121a183b748a4fbbc893dfc6316?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e4ad6c975b960e6de6d438b15df7d322b34ea121a183b748a4fbbc893dfc6316?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e4ad6c975b960e6de6d438b15df7d322b34ea121a183b748a4fbbc893dfc6316?s=96&d=mm&r=g","caption":"Website Admin"},"sameAs":["http:\/\/www.southjerseytechies.net"],"url":"https:\/\/southjerseytechies.net\/blog\/author\/sj-techies\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/southjerseytechies.net\/blog\/wp-content\/uploads\/2018\/05\/Server2016.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8eT50-32y","_links":{"self":[{"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/posts\/11690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/comments?post=11690"}],"version-history":[{"count":9,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/posts\/11690\/revisions"}],"predecessor-version":[{"id":17312,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/posts\/11690\/revisions\/17312"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/media\/11691"}],"wp:attachment":[{"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/media?parent=11690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/categories?post=11690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/southjerseytechies.net\/blog\/wp-json\/wp\/v2\/tags?post=11690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}