Install Pentaho Data Integration Tools
This section describes the steps you need to follow to set up Pentaho Data Integrator.
Install Pentaho Data Integration Tools
Pentaho is the third-party tool that is used for data integration. You can download Pentaho Data Integration (PDI) from the Deltek download server.
To install Pentaho data integration tools, you must:
- Do all items listed in Before You Begin
- Perform Pentaho Installation
- Server: MS SQL Server or Oracle Server
- Client
- Activate the PDI license
Before You Begin
Before you begin the installation of Pentaho, you must do the following:
- Uninstall previous versions of Pentaho.
- Delete the folders .kettle and .Pentaho, typically located on C:\Users\<username>.
- Ensure that J2SE Runtime Environment is installed and that the PATH environment variable references the Java SE folder. For 64-bit operating systems, you need to have JRE 32-bit installed.
Perform Pentaho Installation
There are various ways to install Pentaho: Evaluation, Archive, Manual, or Client tools only. This guide includes instructions to install the Pentaho server via archive installation, and the client via manual installation.
Prepare the environment
This section describes how to prepare your Windows system for an archive installation of Pentaho.
- Create the folder <Installation_directory>/Pentaho/server.
- Download and install a supported
JRE or JDK version.
- a. Set the PENTAHO_JAVA_HOME environment variable to the JRE or JDK folder path.
- Go to the Windows Settings » System » About » Advanced system properties.
- Click
Environment Variables and add or edit the path.
Example: PENTAHO_JAVA_HOME=C:\Program Files\Java\jdk11.x.x.x
- Verify the settings are in place:
ECHO %PENTAHO_JAVA_HOME%
- a. Set the PENTAHO_JAVA_HOME environment variable to the JRE or JDK folder path.
- Install the Pentaho Server Database. This guide includes instructions for MS SQL and Oracle.
- Download and extract the server
installation files:
- pentaho-server-ee-X.X.0-dist.zip - <Installation_directory>\Pentaho\server
- pdd-plugin-ee-X.X.0-dist.zip - <Installation_directory>\Pentaho\server\pentaho-server\pentaho-solutions\system
- pir-plugin-ee-X.X.0-dist.zip - <Installation_directory>\Pentaho\server\pentaho-server\pentaho-solutions\system
- paz-plugin-ee-X.X.0-dist.zip - <Installation_directory>\Pentaho\server\pentaho-server\pentaho-solutions\system
- pentaho-operations-mart-X.X.0-dist.zip - <Installation_directory>\Pentaho\server\pentaho-server\data
- Verify that you have the following folders:
- pentaho\server\pentaho-server\pentaho-solutions\system\analyzer
- pentaho\server\pentaho-server\pentaho-solutions\system\dashboards
- pentaho\server\pentaho-server\pentaho-solutions\system\pentaho-interactive-reporting
- pentaho\server\pentaho-server
- pentaho\server\pentaho-server\data\<database name>
- Download and extract the server
installation files:
- Related Topics:
- Using MS SQL Server as Pentaho Server Database
This section describes how to change the backend database of Pentaho Server from the default PostgreSQL installation to MS SQL Server. - Using Oracle Server as Pentaho Server Database
This section will describe how to change the backend database of Pentaho Server from the default PostgreSQL installed by the evaluation installation to Oracle database. - Install the PDI Client
This section includes steps to install the Pentaho Data Integration client manually. - Activate PDI License
This section includes steps to activate the Pentaho Data Integration.