NS3000/iX Error Messages Reference Manual (36923-90041)
68 Chapter5
NetIPC (SOCKERRS) Error Messages
MESSAGE: CONNECTION ABORTED BY LOCAL PROTOCOL
MODULE.
65 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 an SR,” of this manual.
MESSAGE: INVALID CONNECTION DESCRIPTOR.
66 CAUSE: Supplied value is not that of a valid VC socket (connection)
descriptor.
ACTION: Check the value being given.
MESSAGE: CONNECTION FAILURE DETECTED.
67 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.
MESSAGE: RECEIVED A GRACEFUL RELEASE OF THE
CONNECTION.
68 CAUSE: Informational message.
ACTION: Do not attempt to receive any more data.
MESSAGE: MUTUALLY EXCLUSIVE flags OPTIONS SPECIFIED.
69 CAUSE: Bits in the flags parameter were set which indicate requests for
mutually exclusive options.
ACTION: Check and clear the appropriate bits.
MESSAGE: I/O OUTSTANDING.
71 CAUSE: Attempted an operation with nowait I/O outstanding.
ACTION: Call IOWAIT to complete the I/O or IPCCONTROL to abort any
receives.
MESSAGE: INVALID ICCONTROL REQUEST CODE.
74 CAUSE: Request code is unknown or a nonprivileged user requested a
privileged option.
ACTION: Validate the value being passed.
MESSAGE: UNABLE TO CREATE A PORT FOR LOW LEVEL I/O.
75 CAUSE: Unable to create an entity used for communication between
NetIPC and the protocol module.
ACTION: See Appendix A, “Submitting an SR,” of this manual.