Site icon EfmSoft

What does NTSTATUS 0xC0020015 (RPC_NT_CANT_CREATE_ENDPOINT) mean?

 
Previous Next
RPC_NT_NO_PROTSEQS RPC_NT_OUT_OF_RESOURCES

RPC_NT_CANT_CREATE_ENDPOINT

RPC_NT_CANT_CREATE_ENDPOINT is an NTSTATUS value used by the Windows RPC runtime. This status is returned when the server runtime cannot create the endpoint required for a registered protocol sequence. It is later than endpoint-format validation: the endpoint representation can be valid, but the runtime or underlying transport cannot create the endpoint instance.

It differs from RPC_NT_INVALID_ENDPOINT_FORMAT, which is a syntax problem, and from RPC_NT_DUPLICATE_ENDPOINT, which identifies a conflicting existing endpoint. The appropriate evidence is the attempted protocol-sequence/endpoint pair and the underlying resource or permission failure.

A server endpoint could not be created after transport selection

References


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

Exit mobile version