| Previous | Next |
| STATUS_RDBSS_POST_OPERATION | STATUS_BTH_ATT_INVALID_HANDLE |
STATUS_RDBSS_RETRY_LOOKUP
The network object name lookup must be repeated
RDBSS stores network namespace objects such as SRV_CALL, NET_ROOT, and V_NET_ROOT entries in managed name and prefix tables. A lookup can become stale when another thread inserts, removes, finalizes, or replaces an object while a request is being resolved.
This status tells the caller to perform a fresh lookup under the correct table synchronization rather than using an object pointer derived from an earlier table version. It is an internal consistency mechanism, not a DNS or server-side name-resolution error.
What to inspect
- Log the UNC path, connection identity, prefix-table version, and object type being resolved.
- Repeat the lookup while holding the synchronization required by the RDBSS name table.
- Release stale references before retrying and validate the newly returned object state.
- Investigate repeated retries for concurrent connection teardown or defective table invalidation.
References
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: RDBSS prefix table management
- Microsoft: the RDBSS driver and library
- Microsoft: mini-redirector callback routines
Looking for a different code? Search another status or error code.