0
votes

Pentaho running job through command line

I have a pentaho job which runs successfully in pentaho but if i try to run the same through command line i get the error -(But It runs Successfully in one PC throws, error in another PC)

Here is my problem of the moment:

2016/12/12 16:52:30 - Start of job execution

2016/12/12 16:52:30 - ERROR (version 6.0.0.0-353, build 1 from 2015-10-07

13.27.43 by buildguy) : A serious error occurred during job execution:

2016/12/12 16:52:30 - Couldn't find starting point in this job.

2016/12/12 16:52:30 - ERROR (version 6.0.0.0-353, build 1 from 2015-10-07

13.27.43 by buildguy) : org.pentaho.di.core.exception.KettleJobException:

2016/12/12 16:52:30 - Couldn't find starting point in this job.

2016/12/12 16:52:30 - at org.pentaho.di.job.Job.execute(Job.java:532)

2016/12/12 16:52:30 - at org.pentaho.di.job.Job.run(Job.java:435)

2016/12/12 16:52:30 - Kitchen - Finished!

2016/12/12 16:52:30 - Kitchen - ERROR (version 6.0.0.0-353, build 1 from

2015-10-07 13.27.43 by buildguy) : Finished with errors

2016/12/12 16:52:30 - Kitchen - Start=2016/12/12 16:52:15.536, Stop=2016/12/12 16:52:30.652

3
Are you sure you are running kjb file in both machines?Marlon Abeykoon
Yes, I am same kjb fileANURAG
I have the same error. I am running a KJB file with one KJR file in it. The KJR runs fine by itself. The KJB throws this error. Anyone find a fix?nicomp

3 Answers

1
votes
0
votes

you should try pan, pan is PDI command line tools.

PDI Command line tools

sh /home/patel/Downloads/pdi/pdi-ce-9.0.0.0-423/data-integration/pan.sh /file:/home/patel/Documents/replication.ktr
0
votes

Are you sure if you are using ****Start**** step while writing a job. P.S. Each Pentaho job needs a start step to execute.