What does NTSTATUS 0xC002003B (RPC_NT_NOT_ALL_OBJS_UNEXPORTED) mean?

 
Previous Next
RPC_NT_NO_MORE_MEMBERS RPC_NT_INTERFACE_NOT_FOUND

RPC_NT_NOT_ALL_OBJS_UNEXPORTED

Only part of the RPC name-service data was unexported

Unexporting a name-service entry can target interfaces, object UUIDs and binding handles. This status means the request did not remove every object or binding that the caller expected.

The likely causes are mismatched UUIDs, version filters, stale name-service data, or multiple server instances exporting overlapping entries.

What to inspect

  • Compare the unexport request with the objects originally exported.
  • Check whether multiple server instances share the same name-service entry.
  • Inspect remaining interfaces, object UUIDs and bindings after unexport.

References


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