DSNL514I csect-name TCP/IP SERVICE serv IS NOT DEFINED

Explanation

The TCP/IP getservbyname socket call did not find a matching definition for serv.
Variable
Description
serv
The TCP/IP service name that Db2 wants to convert into a TCP/IP port number. Db2 obtains the service name from the PORT column of the SYSIBM.LOCATIONS communication database table.

System action

The row in SYSIBM.LOCATIONS containing the specified service name in the PORT column is invalid. The associated LOCATION cannot be used for TCP/IP communication. If the error occurs during an SQL statement, the SQL statement fails.

Operator response

Notify the system programmer.

System programmer response

If the value specified by serv is incorrect, correct the PORT column value in SYSIBM.LOCATIONS.

If the value specified by serv is correct, register the service name with TCP/IP.

TCP/IP service names are case sensitive, so make sure that the PORT column in SYSIBM.LOCATIONS is an exact match for the service name defined to TCP/IP.

User response

Notify the system programmer.

Problem determination

See System Programmer Response.