Search found 200 matches

by trobinson
Thu Feb 27, 2003 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading the first record only
Replies: 10
Views: 4565

Use @INROWNUM < 2 as a contstraint on an output link (input link to you Oracle stage. Only the first row will meet the constraint.
by trobinson
Wed Feb 19, 2003 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: handling pk violations
Replies: 4
Views: 2164

Why aren't the duplicates being treated the same way as the bad PK records. If the Oracle PK unique constraint is active on table 1 then the bad PKs and the duplicates should fail on an INSERT into table 1. Is so, they can be routed to table 2 via a constraint. What am I missing?
by trobinson
Thu Jul 25, 2002 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining Last Input Record
Replies: 3
Views: 1983

Determining Last Input Record

Is there a method for determining when the last record is traveling down a link? I would like to build a constraint for a link that would only evaluate to TRUE when the last record of an input set is detected. The first row is easy (@INROWNUM = 1). Is there anything like @LASTROWNUM ???
by trobinson
Tue Jun 11, 2002 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQseries Realtime Processing
Replies: 1
Views: 1247

MQseries Realtime Processing

We are contemplating developing an EAI Realtime MQSeries DataStage job that will process XML Messages. We'd like to talk with anybody who is in production with such a DataStage configuration. The DataStage job will utilize the MQSeries Plug-in stage with a wait time of -1 (indefinite wait). Messages...
by trobinson
Thu Jun 06, 2002 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Q: Insert into 2 stages as single transaction ?
Replies: 2
Views: 850

Assuming that the plug-in type (e.g. Oracle) supports transaction grouping and that the two output tables are in the same RDBMS and that they are in the same output stage linked to the same transformer stage, then you can group the two (or more) output links as a transaction group. Both links will h...