Site icon EfmSoft

What does Windows error code 71 (ERROR_REQ_NOT_ACCEP) mean?

 
Could be also:
ConstantTypeOS
EPROTOerrnoLinux
EREMOTEerrnoMac
EPROTOerrnoSolaris
REF_UNKNOWN_LOGON_SESSIONBugCheck CodeWindows
Previous Next
ERROR_SHARING_PAUSED ERROR_REDIR_PAUSED

ERROR_REQ_NOT_ACCEP

This result is a server admission limit. It is not equivalent to ERROR_CONNECTION_REFUSED, where the remote endpoint actively refuses a connection, and it is not the per-account concurrency condition described by ERROR_CONNECTION_COUNT_LIMIT. The scope of the limit matters when deciding what to measure.

Inspect the server-wide connection/session population and how quickly connections are released. A leak or long-lived idle session can consume admission capacity even when request throughput is low. On SMB systems, collect server connection and session information together with the application connection pattern.

Measure the limit scope

Windows network redirector architecture · MS-SMB2 network disconnect handling · Samba smbclient manual


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

Exit mobile version