M204.2354: Difference between revisions

From m204wiki
Jump to navigation Jump to search
DmeWiccan (talk | contribs)
Automatically generated page update
 
(No difference)

Latest revision as of 03:42, 14 March 2018

M204.2354  Socket call cancellation failed - errno​=​token

An uncompleted TCP/IP socket function call had to be canceled (for example, thread was bumped while waiting for completion). The attempt to cancel the call failed.

Response: ERRNO=3 is benign and indicates that the call had been completed by the time the cancellation was attempted. ERRNO=22 is not expected to occur and indicates the possibility of a problem in Model 204. Contact the System Manager.

System manager response: Contact Technical Support.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages