Site icon EfmSoft

What does NTSTATUS 0xC0020010 (RPC_NT_NOT_LISTENING) mean?

 
Previous Next
RPC_NT_NO_PROTSEQS_REGISTERED RPC_NT_UNKNOWN_MGR_TYPE

RPC_NT_NOT_LISTENING

RPC_NT_NOT_LISTENING is an NTSTATUS value used by the Windows RPC runtime. This status reports that the RPC runtime is not in its listening state. Protocol sequences or interfaces may have been registered, but no active listener is accepting calls when the operation expects one. This is a local server-lifecycle condition.

It is the inverse of RPC_NT_ALREADY_LISTENING; neither describes a malformed endpoint. It also differs from RPC_NT_SERVER_UNAVAILABLE, which is observed from a client attempting to reach a remote server.

The requested RPC server operation requires an active listener

References


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

Exit mobile version