Site icon EfmSoft

What does NTSTATUS 0xC002000B (RPC_NT_OBJECT_NOT_FOUND) mean?

 
Previous Next
RPC_NT_INVALID_TIMEOUT RPC_NT_ALREADY_REGISTERED

RPC_NT_OBJECT_NOT_FOUND

RPC_NT_OBJECT_NOT_FOUND is an NTSTATUS value used by the Windows RPC runtime. This status means that an object UUID was usable as an identifier but no corresponding RPC object registration was found. Object UUIDs can influence manager selection independently of the interface UUID that identifies the remote procedure contract.

It differs from RPC_NT_INVALID_STRING_UUID, where the UUID text cannot be parsed at all, and from RPC_NT_UNKNOWN_IF, where the server does not recognize the requested RPC interface. The three failures occur at different lookup layers.

A valid object UUID could not be matched to an RPC object registration

References


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

Exit mobile version