What does NTSTATUS 0xC00002B8 (STATUS_JOURNAL_NOT_ACTIVE) mean?

 
Previous Next
STATUS_JOURNAL_DELETE_IN_PROGRESS STATUS_NOINTERFACE

STATUS_JOURNAL_NOT_ACTIVE

No active change journal exists on the volume

This status means the volume does not currently have an active USN change journal for the requested operation. The volume can still be valid and accessible.

Applications that depend on journal-based incremental sync must create or enable the journal when appropriate, or fall back to a full scan if they cannot control the volume.

What to inspect

  • Query the current journal state before reading records.
  • Handle volumes that do not support or do not enable a change journal.
  • Do not reuse a cursor from a older journal instance.

References


Looking for a different code? Search another status or error code.