Prerequisites

You need an installed version of the Pentaho Data Integration Server (DI-Server) or Carte with Version 5.0 GA (Enterprise Edition) or later versions.

Configuring the DI-Server as a Data Service 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

DI-Repository

When using the DI Repository, the following configuration is needed:

<slave_config>
[...]
  <repository>
    <name>Repository Name (shown within Spoon as the ID)</name>
    <username>username</username>
    <password>password</password>
  </repository>
</slave_config>

Note: The Repository Name is shown in your Repository Configuration screen within Spoon as the ID. Within the repositories.xml file the Repository Name is stored in the <name> element.

The given user needs to have access rights to the DI repository. The password can given encrypted (using the Encr tool).

If you are doing this the first time after the default installation: For the DI-Server repository you can use the standard admin account to test with password "password".

Note: 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 of the Windows Service named Data Integration is running with (you can verify the Log on user account within the Windows services). This is by default the local system account and may need to be changed to a different log on user acount according to your needs.

You can find further information about Changing the PDI Home Directory Location (.kettle folder) within the InfoCenter.

Configuring Carte as a Data Service Server

<slave_config>
[...]
  <repository>
    <name>Repository Name (shown within Spoon as the ID))</name>
    <username>username</username>
    <password>password</password>
  </repository>
</slave_config>

Note: The Repository Name is shown in your Repository Configuration screen within Spoon as the ID. Within the repositories.xml file the Repository Name is stored in the <name> element.

The given user needs to have access rights to the DI repository. The password can given encrypted (using the Encr tool).

If you are doing this the first time after the default installation: For the DI-Server repository you can use the standard admin account to test with password "password".

Remark: This is not the login user name for the Carte server (by default cluster/cluster as defined in the data-integration/pwd/kettle.pwd file

Note: When running the Carte Server with a different user name you may need to change this according to your needs.

You can find further information about Changing the PDI Home Directory Location (.kettle folder) within the InfoCenter.

Configuring Clients

Follow these guidelines to connect with a JDBC compliant client to the Data Service Server:

In general, the following jar files need to be on the class path and eventually copied to the client tool from data-integration/lib folder. The listed jar file names are used in the 5.0.0 distribution. Later versions may be different.

A couple of client examples can be found in the Examples section.

Use the following details to configure the JDBC driver for the client:

Example JDBC URLs:

Please see the JDBC and SQL Reference for more details.