JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)

Recovery.
Refer to url Property for the valid address format.
29104 HY000 Expected suffix:
suffix
Cause. The address suffix was incorrect or missing.
Effect. Operation fails.
Recovery. Refer to
url Property for the valid address format.
29105 HY000 Unknown prefix for address
Cause. The address prefix was incorrect or missing.
Effect. Operation fails.
Recovery. Refer to
url Property for the valid address format.
29106 HY000 Expected address format: jdbc:subprotocol::subname
Cause. N.A.
Effect. N.A.
Recovery. This is an informational message. Refer to
url Property for the valid address format.
29107 HY000 Address not long enough to be a valid address.
Cause. The address length was too short to be a valid address.
Effect. Operation fails.
Recovery. Refer to
url Property for the valid address format.
29108 HY000 Expecting \\<machine name><process name>/<port number>.
Cause. The MXCS address format was invalid.
Effect. Operation fails.
Recovery. The address returned by the MXCS association server was not in the expected format. Report the entire message to your service
provider.
29109 HY000 //<{IP Address|Machine Name}[:port]/database name>
Cause. Informational message.
Effect. N.A.
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.