NS3000/iX Error Messages Reference Manual (36923-90041)
Chapter 10 107
Network Transport Protocol (PMERR) Error Messages
ACTION: This is an internal error between TCP and the upper layer
protocol (IPC or BSD Sockets). You may wish to submit an SR for this
defect. Please include the nature of the call being made, and some
indication of the current connection state. If possible please include a
copy of the program and the input which caused the error to aid
resolution of the problem.
MESSAGE: DATA SENT AFTER SHUTDOWN
-45 CAUSE: An attempt was made to send data after a simplex-in or
graceful release lingering shutdown call had been executed.
ACTION: This is an internal error between TCP and the upper layer
protocol (IPC or BSD Sockets). The upper layer protocol should
circumvent any further sends before they reach TCP. You may wish to
submit an SR for this defect. Please include the nature of the call being
made, and some indication of the current connection state. If possible
please include a copy of the program and the input which caused the
error to aid resolution of the problem.
MESSAGE: DATA SENT AFTER SHUTDOWN
-50 CAUSE: Data was received on a connection after a shutdown call with
how = “graceful release now” (available only in BSD sockets) had been
executed.
ACTION: The remote connection half should not be sending data after
the local side has issued a “graceful release now shutdown.” This is an
application timing issue. The application needs to coordinate the
connection shutdown or the local side should do a “simple-in shutdown”
and continue to receive until the remote graceful release notification is
received.
MESSAGE: NETWORK SHUTDOWN
-60 CAUSE: A Netcontrol shutdown was issued. A connection or sockets
may have been shutdown due to the network shutdown; or an operation
may have been denied because a network shutdown is in progress.
ACTION: Restart the network to be able to establish new sockets and/or
connections.
MESSAGE: NETWORK NOT STARTED
-61 CAUSE: An operation was denied because a NETCONTROL START has
not been issued yet (i.e., the transport has not been started.)
ACTION: Issue a NETCONTROL START and retry the operation.
MESSAGE: CONNECTION ABORTED
-70 CAUSE: A TCP Connection was aborted either due to a local error or
due to a remote connection abortion (i.e., a reset packet was received).
ACTION: Use IPC or BSD error code to discover source of connection
abortion.