Work in progress
Prerequisites
You need an installed version of the Pentaho Data Integration Server (DI-Server) or Carte as an Pentaho DI Enterprise Edition version 5.0 or higher.
Configuring the DI-Server
File based
When running only file based, no further configuration is needed. The data services are taken from the
<users home folder>.pentaho/metastore folder
You need to make sure, that this folder is accessible on the DI-Server.
When running the DI-Server as a Windows server, please see the comment below (in the DI-Repository section) for different <users home folders> when running as a service.
DI-Repository
When using the DI Repository, the following configuration is needed:
Edit the file data-integration-server/pentaho-solutions/system/kettle/slave-server-config.xml
Add the <Repository> information, for example:
-- TODO --
The DI-Server needs to have access to the repositories.xml file (normally in your <users home folder>/.kettle
When running the DI-Server as a Windows server, please remember that the KETTLE_HOME folder with the repository.xml file is depending on the Log on user-name the Windows Service Data Integration is running with (you can verify the Log on user account within the Windows services).
You can check the successfully connection to the DI repository by opening the DI-Server page, after login e.g. http://localhost:9080/pentaho-di/kettle/status
Please check the information in the Configuration details / Repository name.
Configuring Carte
-- TODO --
Configuring Clients
-- TODO --