Site icon EfmSoft

What does NTSTATUS 0xC000009B (STATUS_DFS_EXIT_PATH_FOUND) mean?

 
Previous Next
STATUS_INSUFFICIENT_RESOURCES STATUS_DEVICE_DATA_ERROR

STATUS_DFS_EXIT_PATH_FOUND

The opened DFS control path is an exit from namespace processing

This internal DFS status identifies an exit-path control object rather than an ordinary file in the namespace. DFS clients and redirectors use special control paths while resolving referrals and moving from a logical namespace path to a concrete target server.

Application code should not reinterpret the status as a normal file-not-found result or attempt to read the control object as user data. Capture the original UNC path, the referral request, and the target selected by the DFS client. Failures around this status often indicate incorrect namespace handling in a redirector, filter, or protocol implementation.

What to inspect

References


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

Exit mobile version