Why not just create another DataStage job to read the file and produce the 'report' you need?
Search found 42189 matches
- Thu Nov 09, 2006 8:04 am
- Forum: General
- Topic: automation of report generation using shell script
- Replies: 4
- Views: 2459
- Thu Nov 09, 2006 8:01 am
- Forum: General
- Topic: DS Info - Problem with URL
- Replies: 6
- Views: 4933
ADN is dead and has been replaced by IBM's DeveloperWorks. Start here:
http://www-128.ibm.com/developerworks/
You'll need to register first, then you'll have access to what you are looking for.
http://www-128.ibm.com/developerworks/
You'll need to register first, then you'll have access to what you are looking for.
- Thu Nov 09, 2006 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance question with ORAOCI8 stages
- Replies: 15
- Views: 4708
- Thu Nov 09, 2006 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORAOCI9 Stage
- Replies: 4
- Views: 2050
- Thu Nov 09, 2006 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance question with ORAOCI8 stages
- Replies: 15
- Views: 4708
It will still slow down... and it's all about Oracle. Are you doing pure inserts or one of those silly insert-else-update type actions? Have you had your DBAs monitor what is happening with regards to the target table while you are loading? Factors can be a number of things like the indexes on the t...
- Thu Nov 09, 2006 12:00 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: RTI console (Register an RTI server)
- Replies: 4
- Views: 3495
This is a volunteer site so there's nothing 'immediate' about what we do. People answer when they can... anything other than that needs to be redirected to your Support provider who are paid to provide that service and perhaps even supply immediate answers. That being said, I'm not sure what's so c...
- Wed Nov 08, 2006 11:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copy tables from one Database to another Database
- Replies: 8
- Views: 4605
- Wed Nov 08, 2006 11:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reference lookup generated, Only the last row was used
- Replies: 11
- Views: 7829
- Wed Nov 08, 2006 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification Stage Error
- Replies: 11
- Views: 2481
- Wed Nov 08, 2006 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting String
- Replies: 28
- Views: 6714
- Wed Nov 08, 2006 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting String
- Replies: 28
- Views: 6714
- Wed Nov 08, 2006 8:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reference lookup generated, Only the last row was used
- Replies: 11
- Views: 7829
What stage are you using to do the reference lookup? As noted, when your query in the stage returns more than one record, only one will be returned. Some stages do this silently, some do it and log a warning as well. The solution is to rewrite the query so that it returns the singleton row you want ...
- Wed Nov 08, 2006 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting String
- Replies: 28
- Views: 6714
- Wed Nov 08, 2006 8:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pcard
- Replies: 4
- Views: 1412
- Wed Nov 08, 2006 8:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification Stage Error
- Replies: 11
- Views: 2481
my job sequence is doing exactly that, ie, job sequence 1 ----> Email Notification and job sequence 1 ---> job sequence 2 But once the email service is down, my job sequence will be aborted. Again, the email service being unavailable causes the Notification Activity stage to fail - not the Sequence...