Search found 42189 matches

by chulett
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

Hmmm... that may not be possible. In the routine, use DSJ.ME and DSJ.LINKROWCOUNT with DSGetLinkInfo() to retrieve the count on that link.
by chulett
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

Write a routine to wrapper the DSSendMail call and pass that System Variable in as an argument. Then incorporate it in the 'body' string when build the call to send the mail.
by chulett
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...
by chulett
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

What have you tried? And define 'rejects' in this context as sequential files don't typically generate reject records.
by chulett
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

Ok. How about Oracle specifics. What is the database version and what is the client version? Is the database local to the DataStage server?
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

Wondered about that or it could just be a typo. We'll see.
by chulett
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

God Lord, who comes up with stuff like this? And what's the point of it? Seriously. :?
by chulett
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

Or that. :wink:
by chulett
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? :?
by chulett
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...
by chulett
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

pxraja wrote:i.e., on Inlink.field01 as mentioned earlier.

The field that you showed having an example value of "jkdkal"? :?
by chulett
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.