Site icon EfmSoft

What does NTSTATUS 0xC00000E2 (STATUS_OPLOCK_NOT_GRANTED) mean?

 
Previous Next
STATUS_DOMAIN_LIMIT_EXCEEDED STATUS_INVALID_OPLOCK_PROTOCOL

STATUS_OPLOCK_NOT_GRANTED

The requested caching lease cannot be granted

An oplock allows a client to cache file data, handles, or directory state while the file system can later break that privilege. The request can be denied because existing opens conflict, the handle or target is unsuitable, or the caller is trying to request a local oplock directly on a remote file.

Denial does not make the underlying file unusable. Correct clients continue with less aggressive caching and preserve ordinary share-mode and synchronization rules.

What to inspect

References


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

Exit mobile version