2
votes

I have pentaho data integration repository in postgres database. I want to run the job in this repository from remote server. How can I run this transformation from remote server using pan.sh?

1

1 Answers

1
votes

First we need to copy ./kettle from user directory to server. This directory has repository information. Than:

./pan.sh -rep=repo_id -user=admin -pass=admin -trans=transformation_name

If you are running it form cron then you need to set environment variables!!