Question & Answer
Question
I am trying to setup a generic JDBC connection in Watson Content Analytics for the first time to Teradata. I have copied the .jar files to a location on the server and then tried to go through the setup in the admin console.
After fininshing the setup I receive error FFQD2329E: The JDBC driver terajdbc4.jar could not be loaded.
The logs also show the following:
Cause
The JDBC driver could not be loaded because the class path for the specified JDBC driver is incorrect.
Answer
The "JDBC driver class path" must be set like a typical Java Classpath variable. In other words, it is not to be confused with a system path.
- Incorrect
/data/wcadata/JDBCDrivers/Teradata
Changed
/data/wcadata/JDBCDrivers/Teradata/terajdbc4.jar:/data/wcadata/JDBCDrivers/Teradata/tdgssconfig.jar
Please note: The Windows platform separator is the semi-colon :
Example:
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
swg21902776