Step 1: Create module file for Pentaho Repository database
You need to create a file for the database that hosts the Pentaho Repository (either PostgreSQL, MySQL, or Oracle), as well as for HSQLDB.
Locate the
pentaho/server/pentaho-server/<your jboss installation directory>/modules/system/layers/base/orgfolder and create one of the following paths for the database on which you are hosting the Pentaho Repository.PostgreSQL:
postgresql/mainMySQL:
mysql/mainOracle:
oracle/mainMS SQL Server:
sqlserver/main
Create these two paths in the same directory.
HSQLDB:
hsqldb/mainH2:
h2/main
Download the supported JDBC driver for your Pentaho Repository database to the directory that you just created.
The JDBC drivers reference has a list of supported drivers.
Within that directory, perform the following steps.
Use an editor to create a text file named
module.xml.Copy the appropriate code into the
module.xmlfile, then modify it so that the name of the JDBC driver you just downloaded appears.Save and close the
module.xmlfile.
Repository Type
Module code
PostgreSQL
MySQL
Oracle
MS SQL Server
Last updated
Was this helpful?

