Troubleshooting
Problem
The database server is unable to find the database name specified in the JDBC Connection String
The database name may be misspelled or incorrect
The database specified may not reside on the server specified.
The JDBC Connection String may not be formatted correctly, leading the JDBC driver to improperly identify the database name.
Symptom
Pipeline with a JDBC stage fails validation.
When you select the validation error in the UI, it displays the following message:
JDBC_INIT_54 - Could not find the database: JDBC Connection String
Resolving The Problem
Verify the JDBC connection string to ensure the host, port, and database name are all correct.
Verify the JDBC Connection String is in the correct format for the database driver in use
Consult the database driver documentation to find the correct format for the connection string. For example:
MySQL Connector/J: https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
Postgres JDBC Driver: https://jdbc.postgresql.org/documentation/use/#connecting-to-the-database
Oracle Thin Client: https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
15 March 2025
UID
ibm17186212