Site icon EfmSoft

What does NTSTATUS 0xC0000707 (STATUS_LPC_REQUESTS_NOT_ALLOWED) mean?

 
Previous Next
STATUS_LPC_INVALID_CONNECTION_USAGE STATUS_RESOURCE_IN_USE

STATUS_LPC_REQUESTS_NOT_ALLOWED

The port no longer accepts new request traffic

A port can remain represented by a handle while its protocol state prevents new requests. Shutdown, disconnect, rejection of new clients, or a port mode intended only for replies and datagrams can all make request submission invalid. This differs from a malformed message because the endpoint state is the deciding factor.

Retry logic should first establish whether the service is draining, restarting, or permanently rejecting requests. Repeated sends on the same endpoint can amplify shutdown races and obscure the first transition that disabled request acceptance.

What to inspect

References


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

Exit mobile version