JDBC Type 4 Driver 1.1 Programmer's Reference

Recovery. N.A.
29110 HY000 Address is missing an IP address or machine name.
Cause. An IP address or machine name is required, but missing.
Effect. The operation fails.
Recovery. Include a valid IP address or machine name. Refer to url Property for the valid
address format.
29111 HY000 Unable to evaluate address address Cause: cause
Cause. The driver could not determine the IP address for a host.
Effect. The operation fails.
Recovery. The address or machine name may not be properly qualified or there my exist a
security restriction. See the documentation for the getAllByName method in the
java.net.InetAddress class. Include a valid IP address or machine name. Refer to url
Property for the valid address format.
29112 HY000 Missing ']'.
Cause. The driver could not determine the IP address for a host.
Effect. The operation fails.
Recovery. The address or machine name may not be properly formatted. Refer to [Insert Link
to sqlx.htm#url] url for proper address format.
29113 HY000 Error while opening socket. Cause: cause
Cause. Socket error.
Effect. The operation fails.
Recovery. Use the getCause method on the Exception to determine the appropriate recovery
action.
29114 HY000 Error while writing to socket.
Cause. Socket write error.
Effect. The operation fails.
Recovery. Use the getCause method on the Exception to determine the appropriate recovery
action.
29115 HY000 Error while reading from socket. Cause: cause
Cause. Socket read error.
Effect. The operation fails.