NS3000/iX Error Messages Reference Manual (36923-90043)

72 Chapter5
NetIPC (SOCKERRS) Error Messages
ACTION: See Appendix A , “Submitting a CR,” of this manual.
106 MESSAGE: ADDRESS CURRENTLY IN USE BY ANOTHER SOCKET.
CAUSE: Address being specified for use is already being used.
ACTION: Stop application or choose a different socket address.
107 MESSAGE: TRANSPORT IS GOING DOWN.
CAUSE: The transport is being shut down.
ACTION: If you are a privileged user trying to specify a well known
address, try again later. If you are nonprivileged, then see Appendix A ,
“Submitting a CR,” of this manual.
108 MESSAGE: USER HAS RELEASED CONNECTION; UNABLE TO SEND
DATA.
CAUSE: Process tried to send after initiating graceful release.
ACTION: Check command sequence.
109 MESSAGE: PEER HAD RELEASED THE CONNECTION; UNABLE TO
RECEIVE DATA.
CAUSE: Process tried to receive after remote initiated graceful release.
ACTION: Check command sequence.
110 MESSAGE: UNANTICIPATED ERROR.
CAUSE: NetIPC received a protocol module error which it was unable to
map.
ACTION: Call IPCCHECK to get the protocol module error. Call
IPCSHUTDOWN to clean up. See Appendix A , “Submitting a CR,” of this
manual.
111 MESSAGE: INTERNAL SOFTWARE ERROR DETECTED.
CAUSE: An internal error was detected.
ACTION: See Appendix A , “Submitting a CR,” of this manual.
112 MESSAGE: NOT PERMITTED WITH SOFTWARE INTERRUPTS
ENABLED.
CAUSE: A request was made which cannot be performed with software
interrupts enabled.
ACTION: Disable software interrupts or remove the request
113 MESSAGE: INVALID SOFTWARE INTERRUPT PROCEDURE LABEL.
CAUSE: Procedure label passed when enabling software interrupts is
invalid.
ACTION: Check the PLABEL you are passing.