Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 4.2.1 (4.1.0 GA Suite Release)
-
Fix Version/s: 4.4.0 GA (4.8.0 GA Suite Release) , 5.0.0 GA (5.0.0 GA Suite Release)
-
Component/s: Database
-
Labels:None
-
Environment:Vertica v5.1 JDBC driver
-
PDI Sub-component:
-
Customer Case:
-
QA Validation Status:Validated by QA
-
CI Build:October 5 build.
Description
The current pre configured Vertica database connection type is set to use the JDBC driver class "com.vertica.Driver" for older versions of Vertica's driver. However, Vertica 5.1 JDBC driver class has now changed to "com.vertica.jdbc.Driver" so using the pre configured connection type no longer works for the new version. The obvious workaround would be to use the "Generic database" connection type and manually specify the correct driver class name.
Edit: Fixed linked Jira case.