Site icon EfmSoft

What does NTSTATUS 0xC0020005 (RPC_NT_INVALID_RPC_PROTSEQ) mean?

 
Previous Next
RPC_NT_PROTSEQ_NOT_SUPPORTED RPC_NT_INVALID_STRING_UUID

RPC_NT_INVALID_RPC_PROTSEQ

RPC_NT_INVALID_RPC_PROTSEQ is an NTSTATUS value used by the Windows RPC runtime. This status is about the protocol-sequence identifier supplied to the RPC runtime. The sequence is not accepted as a valid RPC protocol-sequence name, so the runtime cannot use it to interpret the network address, endpoint or binding options that depend on that transport.

It is narrower than RPC_NT_PROTSEQ_NOT_SUPPORTED. A supported-status failure starts with a valid sequence that the host cannot use; this status means the requested sequence is not valid in the first place.

The protocol-sequence identifier is malformed or unknown to RPC

References


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

Exit mobile version