DSNL517I csect-name CEEPIPI func SERVICE FAILED WITH RETURN CODE=return-code

Explanation

Db2 uses the Language Environment® CEEPIPI service to issue certain TCP/IP socket calls. The Language Environment return code return-code was not expected for the indicated Language Environment function call.
func
The function requested by Db2. Possible values are:
add_entry(module-name)
Add an entry to the Language Environment PIPI table dynamically. Module-name is the name of the module that failed to be added to the PIPI table.
call_sub
Run a program that issues a TCP/IP socket call using an existing Language Environment run time environment.
del_sub
Delete an entry from the Language Environment PIPI table dynamically.
init_sub
Create Language Environment sub run time environment.
term
Terminate the Language Environment run time environment.
return-code
The return code received from CEEPIPI.

System action

The attempt to issue the Language Environment request fails.

If this message is issued during DDF startup, DDF startup continues.

If this message is issued during an SQL statement, a -904 SQLCODE is returned to the calling application.

System programmer response

See Problem Determination.

Problem determination

Collect the following diagnostic items:
  • Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.

If the function requested by Db2 was add-entry(module-name), an incorrect link edit of the module could create unresolved references. To determine if link edit problems exist, run the z/OS® AMBLIST utility with LISTLOAD and OUTPUT=XREF.