Site icon EfmSoft

What does Windows error code 1713 (RPC_S_ALREADY_LISTENING) mean?

 
Previous Next
RPC_S_TYPE_ALREADY_REGISTERED RPC_S_NO_PROTSEQS_REGISTERED

RPC_S_ALREADY_LISTENING

RPC_S_ALREADY_LISTENING means that an RPC server attempted to enter its listening state when it was already listening. It normally points to duplicate server-start logic rather than a client connection problem.

Why it happens

The server may call RpcServerListen twice, run initialization concurrently, or reuse a component that starts the listener without coordinating with the host process.

What to do

Microsoft: RpcServerListen · RPC Return Values


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

Exit mobile version