NetIPC 3000/XL Programmer's Reference Manual (5958-8600)
Table Of Contents
- 1 NetIPC Fundamentals
- 2 Cross-System NetIPC
- 3 NetIPC Intrinsics
- 4 NetIPC Examples
- A IPC Interpreter (IPCINT)
- B Cause and Diagnostic Codes
- C ErrorMessages
- D Migration From PTOP to NetIPC and RPM
- E C Program Language Considerations

Appendix C 203
Error Messages
NetIPC Errors
165 MESSAGE: INVALID ADDRESS LENGTH.
CAUSE: An invalid address length was specified in the
opt
parameter.
ACTION: The address length is 2 bytes (for non-privileged users).
166 MESSAGE: CONNECTION NOT IN VIRTUAL CIRCUIT WAIT CONFIRM
STATE.
CAUSE: Attempt was made to accept or reject a connection that is open
or in the process of closing.
ACTION: Use flags parameter in IPCRECVCN to defer acceptance or
rejection of the connection request.
167 MESSAGE: TIMEOUT NOT ALLOWED ON SHARED CONNECTION.
CAUSE: Attempt to set a send time out on a shared connection.
ACTION: Use IPCCONTROL to disallow sharing of the connection or do
not attempt to set send time out on this connection
171 MESSAGE: INVALID FACILITY FIELD.
CAUSE: For IPCCONNECT, IPCRECVCN, or IPCRECV, the
opt
parameter
“facility field length” is wrong.
ACTION: Check the facility field length. The length may be 1 to 109
bytes inclusive.
172 MESSAGE: CONNECTION MUST BE REJECTED.
CAUSE: An IPCCONTROL request 9, accept the connection, cannot be
performed because fast select restricted has been configured.
ACTION: Use IPCCONTROL request 15 to reject the connection.
173 MESSAGE: MORE DATA IS AVAILABLE.
CAUSE: Warning message. READOPT request was for less data than
available.
ACTION: Specify a greater length in READOPT.