Job dependancy between different DS projects

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
urma
Participant
Posts: 5
Joined: Thu Mar 09, 2006 11:54 am

Job dependancy between different DS projects

Post by urma »

Hello All,

In need your advice on something I'm working on. I need to create an Job sequence in the DataStage project A but this needs to trigger a job which is in the DataStage project B. At present I use to do this putting a flag in a table and I have a Unix Shell that looks for the flag and executes the job existing in project B. Is there a way to put a dependency between jobs that reside in different DS projects?

I'm sorry for my bad english.

Thanks in advance
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's nothing wrong with your English.

Alas, there is no way to include cross-project dependencies, other than to design it in, as you have done.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You could use dsjob rather than polling for a flag in a table to run the job in the other project but it's still a form of "coding in" something.
-craig

"You can never have too many knives" -- Logan Nine Fingers
urma
Participant
Posts: 5
Joined: Thu Mar 09, 2006 11:54 am

Post by urma »

Thanks for your response!!

I will keep this topic open for one or two days until I mark this as Resolved. I would like to know some other approaches for this design.
ArjunK
Participant
Posts: 30
Joined: Sun Apr 30, 2006 6:32 pm

Post by ArjunK »

My 2 cents..Ideally you would want to have an external scheduling tool handle cross project/application scheduling and dependencies
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sure, an Enterprise Scheduler would handle something like this quite easily. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

You can use the enterprise scheduler like 'Autosys' / 'Dollar Universe'
to achieve this functionality

Regards
Sreeni
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

If you are looking for different approaches, you could also consider creating a combination of touch files and "Wait for file Activity"
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Abhijeet1980
Participant
Posts: 81
Joined: Tue Aug 15, 2006 8:31 am
Location: Zürich
Contact:

Post by Abhijeet1980 »

Dear All,

In my opinion, it isn't a good idea to segregate the operational jobs using projects.

The concept of project was introduced to segregate the usage and certainly not for segregating the business streams. There is no point in going further and try something new. This is certainly not innovative perhaps contradicting to our basics. :(

Many regards,
Abhijit Gaikwad
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:?

That's great and all, though I don't really agree with your conclusion. Never mind the fact that the post is about how to establish dependancies between already established projects, not one seeking advice on how to set up new projects.
-craig

"You can never have too many knives" -- Logan Nine Fingers
raji33
Premium Member
Premium Member
Posts: 151
Joined: Thu Sep 23, 2010 9:21 pm
Location: NJ

Re: Job dependancy between different DS projects

Post by raji33 »

urma wrote:Hello All,

In need your advice on something I'm working on. I need to create an Job sequence in the DataStage project A but this needs to trigger a job which is in the DataStage project B. At present I use to do this putting a flag in a table and I have a Unix Shell that looks for the flag and executes the job existing in project B. Is there a way to put a dependency between jobs that reside in different DS projects?

I'm sorry for my bad english.

Thanks in advance
Hi Urma,

May i know how did you really done this job , i mean how did you build the sequencer can you please explain the design to achieve this.


Thanks in advance.
Post Reply