Search found 42189 matches
- Sun Aug 17, 2008 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Record count to be sent in Dssendmail subroutine
- Replies: 9
- Views: 3038
- Sun Aug 17, 2008 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Record count to be sent in Dssendmail subroutine
- Replies: 9
- Views: 3038
- Sun Aug 17, 2008 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rare Oracle Error
- Replies: 14
- Views: 3891
I doubt this is "erratic stage behaviour" but rather erratic Oracle behaviour, more than likely caused be using a 10.2 client against a 9.1 instance. Do you see this behaviour in the 10g database or just the 9i one? And any chance you can get a 9i client installed on the DataStage server? 9i will wo...
- Sun Aug 17, 2008 12:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Record count to be sent in Dssendmail subroutine
- Replies: 9
- Views: 3038
- Sun Aug 17, 2008 12:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rare Oracle Error
- Replies: 14
- Views: 3891
- Sun Aug 17, 2008 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Solution approaches for table reformatting in datastage
- Replies: 10
- Views: 2827
Re: Reply2
this requirement changing was part of a siebel upgrade which is our source. the changes have already been made. and the etl team has to showcase solution approaches which would not effect the performance in a big way. Understand that. Forced change that you need to deal with. Good luck. Previous qu...
- Sun Aug 17, 2008 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Want to merge multiple rows into one row
- Replies: 1
- Views: 860
Welcome. :D Transformer with stage variables could be used but you'd need to append a trailer record to the file before processing so you can recognize EOF and push out the last group. And the stage variables would be doing 'group change detection' and appending field values per number. Another appr...
- Sun Aug 17, 2008 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rare Oracle Error
- Replies: 14
- Views: 3891
Is that the only error? It should have logged the sql it couldn't prepare and stated a reason for the failure. Was anything else like "table or view does not exist" logged? And with no owner specified for the table, you either need to be logged in as the table owner or have a synonym in place to res...
- Sun Aug 17, 2008 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rare Oracle Error
- Replies: 14
- Views: 3891
- Sat Aug 16, 2008 9:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Solution approaches for table reformatting in datastage
- Replies: 10
- Views: 2827
- Sat Aug 16, 2008 9:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get quarter date format
- Replies: 8
- Views: 3047
- Sat Aug 16, 2008 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rare Oracle Error
- Replies: 14
- Views: 3891
Re: Rare Oracle Error
jguerrero wrote:when the job run it aborted saying that there is a problem with the query
Post the errors. And why ask about 7.5.2 when you upgraded from 7.5.1 to 7.5.3?
- Sat Aug 16, 2008 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass header and trailor to the output
- Replies: 8
- Views: 4464
You need to make it understand. Not sure why everything starts over with a new question as all of these are variations on the same theme and basically all have the same answer. Define the record as a single string field using the length of the longest record. Parse the string into individual fields...
- Sat Aug 16, 2008 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get Max(DATE) using transformer
- Replies: 16
- Views: 12625
- Sat Aug 16, 2008 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get quarter date format
- Replies: 8
- Views: 3047
Re: how to get quarter date format
pxraja wrote:but how to get Q inserted inbetween year and quarter
In other words, you need to handle the 'Q' and insert it between the two other elements.