Resolution: This error occurs if a database driver is not present under the <TIBCO-HOME>\tpcl\5.9\jdbc folder, in the Designer classpath or if an incorrect database driver is selected in the BC Connection palette. Verify that the JDBC URL given in the BC ServerConfig palette is correct. See the attached (Filename:Â jdbcError.jpg) for reference.
Example for Oracle database follows.
JDBC Driver Type : Oracle Thin
JDBC Driver Class : oracle.jdbc.OracleDriver
JDBC URL : jdbc:oracle:thin:@<host>:<port>:<sid>