Error Messages

CSCI installation and configuration error messages relate to the following conditions:

  • Improper ownership

  • Improper access permission

  • Undefined environment variables

  • A variety of miscellaneous conditions

  • Improper CSCI and TCP/IP configuration

Common Error Messages

Communication failure, verb = cmroutine, rc = xx, errno = yyy IPC failure on Socket CSCIzzzzz

Explanation: The read failed on the named connection.

Variable:

  • xx is IBM CPI return code

  • yyy is the UNIX errno value in /usr/include/sys/errno.h

  • CSCIzzzzz is the socket number that was in use

  • cmroutine is the IBM CPI routine name that failed

Read failed for connection: connection_name

Explanation: The read failed on the named connection.

Variable: connection_name is the name of the connection on which the read failed.

Write failed for connection: connection_name

Explanation: The write failed on the named connection.

Variable: connection_name is the name of the connection on which the write failed.