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

Chapter 10 107
Network Transport Protocol (PMERR) Error Messages
-45 MESSAGE: DATA SENT AFTER SHUTDOWN
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 CR 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.
-50 MESSAGE: DATA SENT AFTER SHUTDOWN
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.
-60 MESSAGE: NETWORK SHUTDOWN
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.
-61 MESSAGE: NETWORK NOT STARTED
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.
-70 MESSAGE: CONNECTION ABORTED
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.
-80 MESSAGE: RETRANSMISSION RETRIES EXCEEDED
CAUSE: A TCP connection did not receive any acknowledgment from the
remote connection half for a data packet within the configured number
of retransmissions.