hi all,
i ask you if it’s possible execute a JOB from another JOB .
thanks
gbarbato (BOB member since 2010-03-17)
hi all,
i ask you if it’s possible execute a JOB from another JOB .
thanks
gbarbato (BOB member since 2010-03-17)
Whilst it is possible using the EXEC function to call the same executable and switches as when you schedule a job it isn’t often the best thing to do.
If you have a number of smaller jobs consider wrapping them inside a workflow and controlling the execution that way, otherwise use an external scheduling tool that allows greater flexibility than the basic DI or BOE one.
ScoobyDoo (BOB member since 2007-05-10)
thanks ScoobyDoo ,
can you kindly explain the sintax of exec command specifying the meaning of the parameters .
thanks
gbarbato (BOB member since 2010-03-17)
Well the exec command syntax can be found in the technical manual.
If you mean what you need to put in there to get a job to run, then if you generate an Execution Command File from the BODI Web Administrator you will see exactly the syntax you need for the job launcher, its rather long and indiviudal to the installation.
I would warn though that if you didn’t know the above already then you really shouldn’t be attempting to do this as its not really ‘standard’ BODI.
ScoobyDoo (BOB member since 2007-05-10)
thnks
i build a WF with a script that contain exece command for each JOB that i need to lounch .
best regards
gbarbato (BOB member since 2010-03-17)