Kicking off ETL from another app

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
tracy
Participant
Posts: 47
Joined: Mon Aug 07, 2006 9:19 am

Kicking off ETL from another app

Post by tracy »

I'm not sure where to go for this question or what keywords to search on.

When we kick off ETL, we've done it in one of three ways:

1. Click the run button either in Designer or Director, enter the parameters, let it run.

2. Schedule it in Director.

3. One of our jobs that needs look for a file every 5 minutes and run if it finds it. I was told not to use a loop to do this. So we setup a bat file and scheduled it to run through Windows Task Manager every 5 minutes. This required us to enter the parameter values into a txt file.

I'm trying to determine if I can have another application kick off an ETL job when the other application is done with it's processing. I'm unable to figure out how to do that with any of the above approaches.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's what "dsjob" is for. That's the command line utility that, amongst other things, allows something outside of DataStage to run jobs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply