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

68 Chapter5
NetIPC (SOCKERRS) Error Messages
65 MESSAGE: CONNECTION ABORTED BY LOCAL PROTOCOL
MODULE.
CAUSE: Local protocol module encountered some error which caused it
to abort the connection.
ACTION: Call IPCSHUTDOWN to clean up your end of the connection. See
Appendix A , “Submitting a CR,” of this manual.
66 MESSAGE: INVALID CONNECTION DESCRIPTOR.
CAUSE: Supplied value is not that of a valid VC socket (connection)
descriptor.
ACTION: Check the value being given.
67 MESSAGE: CONNECTION FAILURE DETECTED.
CAUSE: An event occurred which caused the local protocol module to
determine that the connection is no longer up (for example,
retransmitted data was never acknowledged).
ACTION: Call IPCSHUTDOWN to clean up your end of the connection.
68 MESSAGE: RECEIVED A GRACEFUL RELEASE OF THE
CONNECTION.
CAUSE: Informational message.
ACTION: Do not attempt to receive any more data.
69 MESSAGE: MUTUALLY EXCLUSIVE flags OPTIONS SPECIFIED.
CAUSE: Bits in the flags parameter were set which indicate requests for
mutually exclusive options.
ACTION: Check and clear the appropriate bits.
71 MESSAGE: I/O OUTSTANDING.
CAUSE: Attempted an operation with nowait I/O outstanding.
ACTION: Call IOWAIT to complete the I/O or IPCCONTROL to abort any
receives.
74 MESSAGE: INVALID ICCONTROL REQUEST CODE.
CAUSE: Request code is unknown or a nonprivileged user requested a
privileged option.
ACTION: Validate the value being passed.
75 MESSAGE: UNABLE TO CREATE A PORT FOR LOW LEVEL I/O.
CAUSE: Unable to create an entity used for communication between
NetIPC and the protocol module.
ACTION: See Appendix A , “Submitting a CR,” of this manual.