Event ID: 13568

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

We have 14 domain controllers(windows 2000 sp4). One of them is giving
me a 'Event ID: 13568' error. Is the method for restoring presented in
the eventlog safe?

Expand HKEY_LOCAL_MACHINE.
Click down the key path:
"System\CurrentControlSet\Services\NtFrs\Parameters"
Double click on the value name
"Enable Journal Wrap Automatic Restore"
and update the value.

What exactly happens if the above is enabled? Are there any other safe
methods
of recovering from this error?

thx jason
 
Yes, that's fine. The other option is to set the BurFlags value to D2 in
the following registry key:
-- HKLM\ SYSTEM\ CurrentControlSet\ Services\ NtFrs\ Parameters\
Backup/Restore\ Process at Startup

Stop NtFrs first; set the value and restart NtFrs.

--

Paul Williams

http://www.msresource.net/
http://forums.msresource.net/

We have 14 domain controllers(windows 2000 sp4). One of them is giving
me a 'Event ID: 13568' error. Is the method for restoring presented in
the eventlog safe?

Expand HKEY_LOCAL_MACHINE.
Click down the key path:
"System\CurrentControlSet\Services\NtFrs\Parameters"
Double click on the value name
"Enable Journal Wrap Automatic Restore"
and update the value.

What exactly happens if the above is enabled? Are there any other safe
methods
of recovering from this error?

thx jason
 
Thank you for the reply..

what would be the difference between the two methods?

"System\CurrentControlSet\Services\NtFrs\Parameters"
"Enable Journal Wrap Automatic Restore"


-- HKLM\ SYSTEM\ CurrentControlSet\ Services\ NtFrs\ Parameters\
Backup/Restore\ Process at Startup

Which one is recommended?

thx jason
 
The method in the event log is the old way. This behaviour has changed in
each SP. In SP1 or 2 they made the bit in the event automatic; then they
changed it back again.

When I had this happen ages ago, my searches led me to believe that the
Burflags route was the preferred way.

I have since used both and both have worked fine though.

--

Paul Williams

http://www.msresource.net/
http://forums.msresource.net/

Thank you for the reply..

what would be the difference between the two methods?

"System\CurrentControlSet\Services\NtFrs\Parameters"
"Enable Journal Wrap Automatic Restore"


-- HKLM\ SYSTEM\ CurrentControlSet\ Services\ NtFrs\ Parameters\
Backup/Restore\ Process at Startup

Which one is recommended?

thx jason
 
thx
I just want to confirm that these registry keys are to fix the following
error.

Event ID: 13568
The File Replication Service has detected that the replica set "DOMAIN
SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.


thx jason
 
Yep.

You're basically performing a non-authorative restore of the SYSVOL, i.e.
binning the existing one and pulling a new replica from another DC.


--

Paul Williams

http://www.msresource.net/
http://forums.msresource.net/

thx
I just want to confirm that these registry keys are to fix the following
error.

Event ID: 13568
The File Replication Service has detected that the replica set "DOMAIN
SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.


thx jason
 
Back
Top