...
- When the connection target it ALTIBASE 4, the user to access in the form of "user=sys" must be entered in the property.
Client unable to establish connection / Communication link failure
- ALTIBASE server is not running
- If the connection is impossible because the IP address or port number of the ALTIBASE server is incorrectly set in the connection URL
The following is an example of the case where the IP address of the ALTIBASE server to be integrated is 192.168.1.81 and the port number is 20300, and it is incorrectly specified as a different value.
Code Block |
---|
jdbc:Altibase://192.168.1.80:20800/mydb |