Search found 5168 matches

by kumar_s
Wed Jan 03, 2007 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Exception Table and Primary Key constraint
Replies: 2
Views: 1072

Hi Munish, Rather than finding a way to insert duplicate rows in table, find the reason why you getting duplicates to the table. And work at the root cause. If its the table that ought to have constraints, the Extract and transformation should be made in such a way that it suites the target. Considi...
by kumar_s
Wed Jan 03, 2007 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pxjobs
Replies: 4
Views: 1567

And while creating a post, give a meaningful title to the post, so that it will help those who try to help you as well as for those who make a search in future.
by kumar_s
Wed Jan 03, 2007 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error Fork Failed Not Enough Space
Replies: 2
Views: 2373

If you do a search for each error message, you will ultimately end up in understanding that you are running short of resource. :wink:
by kumar_s
Wed Jan 03, 2007 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lkp and join
Replies: 6
Views: 2651

Hi Sudeep,

If you check the previous post, you can find that the Lookup does both inner and outer join by it self.
by kumar_s
Wed Jan 03, 2007 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Proc. error Invalid Cursor state
Replies: 2
Views: 3275

Try changing array size and transcation size to 1. So that you can force record to flow one after other, rather that caching it up.
by kumar_s
Tue Jan 02, 2007 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding uservariable activity
Replies: 21
Views: 4710

Are you checking the log for the Sequence or for the Job2? Is the log for the Job2 shows its running?
by kumar_s
Tue Jan 02, 2007 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint and Reject
Replies: 7
Views: 2060

Constraints are ok. But you may need to check the actual value after getting converted into internal format. For testing purpose, add three more column and pass on the derivation as Iconv(DSLink1.TERMINATION_DATE,"D/MDY(2,2,4)"), Iconv(DSLink2.ACTUAL_OPEN_DATE,"D/MDY(2,2,4)") and Iconv(DSLink2.ACTUA...
by kumar_s
Tue Jan 02, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding uservariable activity
Replies: 21
Views: 4710

You can use Nested contition Activity next to User Variable Activity and branch both the Job Activity stage based on different condition.
by kumar_s
Tue Jan 02, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding subroutine DSSENDMAIL
Replies: 8
Views: 1709

Were you able to send the mail to your local network mail group?
You may need to set up each smtp for each mail group. eg: smtp.google.com,smtp.mail.yahoo.com
by kumar_s
Tue Jan 02, 2007 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering Look Up Table
Replies: 6
Views: 1502

So is it you got the solution or expecting something else. If yes, you can close the post.
by kumar_s
Tue Jan 02, 2007 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: input file dataset doesnot exist
Replies: 5
Views: 2635

Yeah, possibly a '/' next to '/apps/source/ds' your path might be missing. You can mark the status of the topic.
by kumar_s
Tue Jan 02, 2007 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lkp and join
Replies: 6
Views: 2651

Lookup does the outer join based on your input stream. The other conditions are to state how to the lookup stage can react with the records when it doesn't find a match in the lookup stream.
Do a search, you will find some related post..
by kumar_s
Tue Jan 02, 2007 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining Dimensions in a data warehouse - is it possible?
Replies: 3
Views: 1274

If I understand properly, the joiner table will have the set of keys the links both dimension table. But let me know, why do you want to do this, if you can join the dimension tables directly using Fact tables. After all the dimensions can be purposefully used only after joining with fact table.
by kumar_s
Tue Jan 02, 2007 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function to Replace a string with replacement string ?
Replies: 11
Views: 6258

I was able to see another very relevent link in google but that was in Ask Tom premium members. :wink:
But its good that we have another Tom (DSguru2B). :wink: