When configuring the database with the ConfigTool for IBM Db2 JDBC driver, continually get error:
"A semicolon is needed after property value ;. ERRORCODE=-4461, SQLSTATE=42815 Error Code: -4461"
However, all property values have a semicolon after them.
Sometimes after running the ConfigTool, will get PERSISTENCE.JDBCJarPath=<CAOMWV12_HOME>/config/JDBC/db2jcc4.jar
and other times configutil will give a null value PERSISTENCE.JDBCJarPath=
Configuration
This is the correct format:
jdbc:db2://hostName:port/database_name:currentSchema=SCHEMA_NAME;
See the IBM documentation for diagrams:
URL format for IBM Data Server Driver for JDBC and SQLJ type 4 connectivity