Search found 63 matches

by ayan
Fri Nov 06, 2009 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query regarding adding an environment variable in a job
Replies: 3
Views: 1779

fare enough...actually my requirement is that I want to create 2 env. variables - dbuser and dbpwd which I will be adding in various jobs as job parameter. I want that whenever I move the job to another project(say test),I will just change the 2 env variable values in the administration console and ...
by ayan
Fri Nov 06, 2009 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query regarding adding an environment variable in a job
Replies: 3
Views: 1779

query regarding adding an environment variable in a job

When adding an env. parameter at job level,there are options like PROJDEF AND ENV.What is the difference between them?
by ayan
Fri Nov 06, 2009 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile query
Replies: 4
Views: 1851

hashfile query

In hash file stage ,there is an option called "Normalize on".Could somebody please explain how this works?
by ayan
Thu Nov 05, 2009 2:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject file
Replies: 2
Views: 1444

reject file

I have a job which is loading to an oracle table using oci stage.I would like to capture all the rejected records in a flat file.Does DS create any reject file on its own?Otherwise how can I create one? I know there is a reject link for transformer but is there something similar for oci stage too?
by ayan
Wed Nov 04, 2009 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: checking whether lookup has returned a result or not
Replies: 4
Views: 2342

so if my lookup key consists of 3 fields ,i have to put a 'notfound' for each link with 'AND' condition ,right?
by ayan
Wed Nov 04, 2009 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: checking whether lookup has returned a result or not
Replies: 4
Views: 2342

checking whether lookup has returned a result or not

I have a transformer with the primary link coming from a oci stage and a reference link coming from a hash file (lookup). I am using a composite lookup key (3 fields) for lookup from hash file.I would like to set a flag,ina stage variable,to check whether the lookup has returned or not.One obvious w...
by ayan
Wed Nov 04, 2009 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sending mail on error
Replies: 4
Views: 2220

ok. I can use an exception handler activity linked with a notification.In that case ,can I use stage_label.$ErrSource variable in the notification ?Also if 2 jobs raise some excpetion at the same time, will notification be sent for both?
by ayan
Wed Nov 04, 2009 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sending mail on error
Replies: 4
Views: 2220

sending mail on error

I have a sequence with 3 jobs running parallaly.Now I need to send a mail if any of them fails, with the job name and error description.I intially thought of linking(failed trigger) seperate notification activity with each job with 'include job status' turned on.But on second thought ,can we achieve...
by ayan
Tue Nov 03, 2009 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stop on first error
Replies: 1
Views: 845

stop on first error

If I want a job to stop as soon as the first error is encountered,how can we achieve it? If I set warning limit =0 ,will that work? Also ,while running a job from command line using dsjob, if I don't specify the limit clause , does it mean that the job will be run in 'never abort' mode?
by ayan
Mon Nov 02, 2009 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence related query
Replies: 3
Views: 1322

Sequence related query

Say,We have designed a sequence with five jobs (sequentially , using OK trigger).Now if the 3rd job activity fails,is it possible to start the sequence from the 3rd job (i.e only 3rd to 5th job will run),rather than running the whole sequence again?Alternatively,is it possible to run only a single j...
by ayan
Fri Oct 30, 2009 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invocation id
Replies: 2
Views: 1407

thanks...clear.
by ayan
Fri Oct 30, 2009 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performing join in server edition
Replies: 7
Views: 2466

ok...that makes the job easier.
by ayan
Fri Oct 30, 2009 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invocation id
Replies: 2
Views: 1407

invocation id

I have a requirement where I need a sequence in which 2 job activities would be running in parallel,both running the same job(allow multiple instances checked in job level).Now I have 2 questions here : 1.while providing invocation id in the 2 job activities,can i just hard code 2 different numbers ...
by ayan
Fri Oct 30, 2009 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performing join in server edition
Replies: 7
Views: 2466

yes..I was talking about tables in 2 different DB,so joining in database level is not a good option.Also the join should be inner join.doing a lookup in transformer would mean a filtering (constraint) out the null values...but looking at all possible options,I guess doing a hash file lookup is proba...
by ayan
Thu Oct 29, 2009 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performing join in server edition
Replies: 7
Views: 2466

performing join in server edition

Does server edition(7x) provide any way for joining 2 tables direcly?I can see there is a merge stage which works with flat files and ofcourse we can do it in DB level.But my requirement is 2 do an inner join between 2 tables which are in 2 different DB.Is there a way to accomplish this other than u...