...
Panel |
---|
Note: 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". |
...
- 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: There should be the correct name and no error.
- List the services, e.g. by http://localhost:9080/pentaho-di/kettle/*listServices*
once you defined a service within the DI Repository it is listed here
Configuring Carte as a Data Service Server
- Create a slave server configuration file, e.g. slave-server-config.xml as outlined in the Carte Configuration documentation
- Make sure to add the <Repository> information, for example:
Code Block |
---|
<slave_config>
[...]
<repository>
<name>Repository Name (id)</name>
<username>username</username>
<password>password</password>
</repository>
</slave_config>
|
Panel |
---|
Note: 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 |
- TheĀ Carte Server needs to have access to the repositories.xml file (normally in your <users home folder>/.kettle
Panel |
---|
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. |
- Startup the Carte server with the configuration file, e.g. sh carte.sh slave-server-config.xml
- You can check the successfully connection to the DI repository by opening the Carte status page, after login e.g. http://localhost:8080/kettle/status
- Please check the information in the Configuration details / Repository name: There should be the correct name and no error.
- List the services, e.g. by http://localhost:8080/kettle/listServices
once you defined a service within the DI Repository it is listed here
Configuring Clients
-- TODO --