NetIPC 3000/XL Programmer's Reference Manual (5958-8600)

Table Of Contents
Appendix C 199
Error Messages
NetIPC Errors
ACTION: See “Submitting an SR” at the end of this appendix.
106 MESSAGE: ADDRESS CURRENTLY IN USE BY ANOTHER SOCKET.
CAUSE: Address being specified for use is already being used.
ACTION: If you are a privileged user trying to specify a well known
address, try again later. If you are nonprivileged, then see “Submitting
an SR”.
107 MESSAGE: TRANSPORT IS GOING DOWN.
CAUSE: The transport is being shut down.
ACTION: Call IPCSHUTDOWN on all sockets and destination descriptors.
108 MESSAGE: USER HAS RELEASED CONNECTION; UNABLE TO SEND
DATA.
CAUSE: Process tried to send after initiating a 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 “Submitting an SR” at the end of this
appendix.
111 MESSAGE: INTERNAL SOFTWARE ERROR DETECTED.
CAUSE: An internal error was detected.
ACTION: See “Submitting an SR” at the end of this appendix.
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.