0

I am using a pentaho community edition 7. I want to schedule a JOB with two sub transformations in it.

I want to schedule it to run on every monday. Can anyone please guide me in saving the files using the correct filepaths and schedule them from BI server.

Sachin Thapa
  • 3,559
  • 4
  • 24
  • 42

1 Answers1

0

You can find a guidance for your question in an accepted answer here: How to deploy scheduled Kettle jobs on Pentaho BI server v6 CE

Basically:

  • Add job file and xaction file (triggers job file) to Pentaho server
  • Add transformation files to server's filesystem
  • Schedule xaction file in Pentaho using "Schedule..." file action (Weekly, Monday, preferred time can be set up in pop-up dialog)
mzy
  • 1,754
  • 2
  • 20
  • 36