system
July 11, 2012, 6:28pm
1
Hi
I am planning to kick off a BODI job just after the completion of another BODI job.
How to kick off one BODI job from another BODI job?
I know we cna use exec function to execute batch scripts, but whether that can be used to kick off BODI job too?
What should be the code?
Any help is appreciated.
Regards
Vikram
vikramvasisht (BOB member since 2008-02-18)
system
July 11, 2012, 6:44pm
2
A good discussion on scheduling batch jobs within DS: https://bobj-board.org/t/177553
And another thread. See post #9: https://bobj-board.org/t/179394
The search feature is your friend. Use it.
eganjp (BOB member since 2007-09-12)
system
July 11, 2012, 7:18pm
3
LOL…this topic comes again and again and again and…
Simply…to put my thought again…don’t burry the chains inside jobs…it is such a crazy thing to figure out why something gets kicked on when we have a problem!!!
BEST answer is using customized ETL CONTROL tables as of these days…or CHAIN in the external scheduling tools!!!
ganeshxp (BOB member since 2008-07-17)
system
July 12, 2012, 3:47pm
4
@vikramvasisht
yes u can use exec function to execute batch scripts to trigger a job with in another job
n78882 (BOB member since 2010-09-17)
system
July 12, 2012, 4:05pm
5
Code - exec(‘cmd’,‘bat file path’,8); in a script.
Arun
Arun.K (BOB member since 2011-10-18)