JDBC Type 4 Driver Programmer's Reference
[back to the top]
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 for
proper address format.
[back to the top]
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 url for proper
address format.
[back to the top]
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.
[back to the top]
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.
[back to the top]