| Previous | Next |
| STATUS_WAIT_FOR_OPLOCK | DBG_EXCEPTION_HANDLED |
STATUS_REPARSE_GLOBAL
A namespace-boundary reparse
STATUS_REPARSE_GLOBAL is a specialized Object Manager control status. The current name must be reparsed from the global root so that resolution can leave a container namespace. It is therefore about which namespace root is used for lookup, not about file contents or a failed disk operation.
The status is most useful in low-level traces, sandbox/container diagnostics, and code that opens native object names. It should not be collapsed into a generic “symbolic link failed” message: the salient fact is that a local namespace boundary was encountered and the resolver needs a global interpretation of the remaining name.
What to preserve in diagnostics
- The initial namespace context or container identity.
- The original name and the portion remaining when the reparse was requested.
- Whether the request was intended to remain inside the local namespace.
- The final resolved object only after a successful subsequent lookup.
Do not use a blind retry to work around this status. A retry without the required namespace policy can resolve a different object from the one the caller meant to address.
References
Looking for a different code? Search another status or error code.