Site icon EfmSoft

What does NTSTATUS 0xC0400005 (STATUS_RKF_FILE_BLOCKED) mean?

 
Previous Next
STATUS_RKF_STORE_FULL STATUS_RKF_ACTIVE_KEY

STATUS_RKF_FILE_BLOCKED

Existing resume state is fencing access to the file

During transparent failover, the server must prevent a new open from racing with recovery of persistent handles that already own state on the file. RKF can temporarily fence the file until those handles are resumed, expired, or explicitly cleaned up. This protects ordering, locks, oplocks, and application I/O semantics across the interruption.

The status is therefore not equivalent to a permanent ACL denial. Retrying immediately from many threads can increase contention. The important question is whether the expected reconnect is still progressing or whether stale resume state is blocking the file beyond the configured durable-handle timeout.

What to inspect

References


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

Exit mobile version