What does NTSTATUS 0xC0000036 (STATUS_PORT_DO_NOT_DISTURB) mean?

 
Previous Next
STATUS_OBJECT_NAME_COLLISION STATUS_PORT_DISCONNECTED

STATUS_PORT_DO_NOT_DISTURB

The port temporarily rejects messages because of its suspended state

Treat this as native port-object state and capture the operation that encountered it. Determine why the port entered the do-not-disturb state before resuming message traffic.

This is a port-state result. The target port exists, but the current port state prevents the attempted send or request operation from being delivered.

What to inspect

  • Check whether the target process or subsystem is suspended.
  • Retry only if the port owner can leave the do-not-disturb state.
  • Do not treat this as a malformed message unless the port state is known to be normal.

References for STATUS_PORT_DO_NOT_DISTURB


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