Hitachi

Hitachi Advanced Database Messages


KFAA71452-E

The connection information specified in aa....aa is invalid. (value = "bb....bb") (J)

The connection information specified by aa....aa is invalid. <SQLSTATE: R2428>

aa....aa:

If the connection was established using the getConnection method of the DriverManager class

One of the following is displayed:

  • Settings specified for the URL or user properties

    Note that the following information is displayed, just as for user properties, even if the URL's host name or port number is invalid.

    • Host name: adb_clt_rpc_srv_host

    • Port number: adb_clt_rpc_srv_port

  • setLoginTimeout

    If the value specified with the setLoginTimeout method is invalid, setLoginTimeout is displayed.

If the setXXX method for setting connection information of the DataSource or ConnectionPoolDataSource class is executed

The method name of the setXXX method is displayed.

In other cases

The item specified for a system property is displayed.

bb....bb: Value specified by aa....aa

If no value was specified, null is displayed.

S:

Terminates processing.

Action:

Carefully review the connection information specified by aa....aa.