Before you begin troubleshooting suspected JDBC driver issues, make sure that the correct JDBC driver JARs are installed in the correct locations. You could install your drivers with our JDBC Distribution Tool to ensure they are placed in the correct locations. Also, make sure there are no conflicting driver versions installed. Confirm with your database or driver vendor if you suspect you have JDBC driver compatibility issues.
The Pentaho Server needs the appropriate driver to connect to the database that stores your data. You can download drivers from your database vendor's website. Check the JDBC Drivers Reference for a list of supported drivers and links to vendor websites.
Perform the following steps to install the appropriate driver for your Pentaho Server:
- Stop the Pentaho Server.
- Copy your driver into this location:
<pentaho-install-directory>/server/pentaho-server/tomcat/lib
. - Start the Pentaho Server.