Site icon EfmSoft

What does NTSTATUS 0xC003000C (RPC_NT_BAD_STUB_DATA) mean?

 
Previous Next
RPC_NT_BYTE_COUNT_TOO_SMALL RPC_NT_INVALID_ES_ACTION

RPC_NT_BAD_STUB_DATA

Bad marshaled data received by an RPC stub

RPC_NT_BAD_STUB_DATA is a strong hint that the failure is at the NDR/stub boundary. The received data does not match the structure, lengths, discriminants, conformance information, or transfer syntax expected by the generated stub.

The endpoint may be reachable and authentication may already be complete. Focus on IDL compatibility, stub version, transfer syntax, data corruption, and whether a client is sending data produced by a different interface definition.

What to check

References


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

Exit mobile version