Link to home
Start Free TrialLog in
Avatar of boxexpert
boxexpertFlag for Switzerland

asked on

Ntfrs Error 13568

this is what shows up.

anyone an idea how to fix this?
id-13568.JPG
Avatar of Spot_The_Cat
Spot_The_Cat
Flag of United Kingdom of Great Britain and Northern Ireland image

If you read the whole error you get this:

....because of one of the following reasons.

[1] Volume "\\.\C:" has been formatted.
[2] The NTFS USN journal on volume "\\.\C:" has been deleted.
[3] The NTFS USN journal on volume "\\.\C:" has been truncated. Chkdsk can
truncate the journal if it finds corrupt entries at the end of the journal.
[4] File Replication Service was not running on this computer for a long
time.
[5] File Replication Service could not keep up with the rate of Disk IO
activity on "\\.\C:".
Setting the "Enable Journal Wrap Automatic Restore" registry parameter to 1
will cause the following recovery steps to be taken to automatically recover
from this error state.
[1] At the first poll, which will occur in 5 minutes, this computer will be
deleted from the replica set. If you do not want to wait 5 minutes, then run
"net stop ntfrs" followed by "net start ntfrs" to restart the File
Replication Service.
[2] At the poll following the deletion this computer will be re-added to
the replica set. The re-addition will trigger a full tree sync for the
replica set.

WARNING: During the recovery process data in the replica tree may be
unavailable. You should reset the registry parameter described above to 0 to
prevent automatic recovery from making the data unexpectedly unavailable if
this error condition occurs again.

To change this registry parameter, run regedit.

Click on Start, Run and type regedit.

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

If the value name is not present you may add it with the New->DWORD Value
function under the Edit Menu item. Type the value name exactly as shown above.

If you follow that it should fix it.

Hope that helps
Avatar of boxexpert

ASKER

ok thanks, but which value?
Under:
"System\CurrentControlSet\Services\NtFrs\Parameters"

Double click on the value name
"Enable Journal Wrap Automatic Restore"

If the value is not there add it as a DWORD.
but does it need a value of 1 or 0?
ASKER CERTIFIED SOLUTION
Avatar of rehanahmeds
rehanahmeds

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rehanahmeds
rehanahmeds

yes,i did that. the value is 0

do i have to change it into 1?
in the meantime this shows up after the registry entry:


event-13512.JPG
founf the problem: sysvol was not shared. now it added it manually and it seems to work..
Hi Boxexpert,

Have you done a restart of the DC to verify that the SYSVOL doesnt go back to its original state? I had the same problem as you and the fix listed above did not work for me.