Search found 42189 matches

by chulett
Wed Feb 24, 2016 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03127 piece-wise
Replies: 1
Views: 2223

Interesting, thanks for posting that. Was curious about the "piece-wise" in your subject, found this when searching for the ORA error: ORA-03127: no new operations allowed until the active operation ends Cause: An attempt was made to execute a new operation before the active non-blocking o...
by chulett
Wed Feb 24, 2016 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza connector - Failed to write to named pipe
Replies: 5
Views: 5240

I have no clue never having used the stage but perhaps someone else does. Or ask support.
by chulett
Wed Feb 24, 2016 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza connector - Failed to write to named pipe
Replies: 5
Views: 5240

Hence the suggestion to contact support. :wink:

Any chance the partition you are writing to is filling up?
by chulett
Wed Feb 24, 2016 7:54 am
Forum: General
Topic: SequenceJob_Notification Activity stage_No email received
Replies: 5
Views: 2333

Welcome. Not sure why there was a need to create that text file, anything the Notification stage needs should already be there. Curious why you did that and wondering if "%Server%" should really be "%server%" but from what I recall that's not even leveraged on a UNIX system. :? F...
by chulett
Wed Feb 24, 2016 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC join tables limitation
Replies: 10
Views: 3953

What kind of problem / errors are you seeing when there is more than 4? Are you supplying the SQL or is the stage generating it? I've seen limitations in the past with other stages when the size of the user-defined SQL exceeds what the stage could hold and the end of it would get trimmed off, result...
by chulett
Wed Feb 24, 2016 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza connector - Failed to write to named pipe
Replies: 5
Views: 5240

There's also this, allegedly patched in an earlier release:

http://www-01.ibm.com/support/docview.w ... wg1JR41831

Still, in your shoes I'd contact support.
by chulett
Mon Feb 22, 2016 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get last load time without CDC ?
Replies: 2
Views: 1586

You may also be able to get away with just the "last update date". We use that as the high water mark from our source systems and then extract where the last update date is greater than the previous max last update date, which we have stored. This because when they create a new record, the...
by chulett
Sun Feb 21, 2016 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error warning
Replies: 4
Views: 2217

Thinking you may need to leverage the UstringtoString() function here.
by chulett
Sun Feb 21, 2016 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting StringToDecimal and back DecimalToString
Replies: 9
Views: 4175

All of that is in my very first reply. Ray touched on it as well. Go back and reread those posts and let us know if any of that is still unclear.
by chulett
Sat Feb 20, 2016 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error warning
Replies: 4
Views: 2217

Perhaps an explicit conversion is in order?
by chulett
Fri Feb 19, 2016 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Normal Date Into Julian Date
Replies: 12
Views: 9466

Ah... that could be. Use whatever Century value is appropriate in your shop based on the incoming date.
by chulett
Fri Feb 19, 2016 1:21 pm
Forum: General
Topic: Get the month
Replies: 15
Views: 5095

cyclogenisis wrote:The routine is working very well. Thanks Craig & Ray.
8)
by chulett
Fri Feb 19, 2016 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Scenario
Replies: 10
Views: 8554

See your quoted text, the value is right there.
by chulett
Fri Feb 19, 2016 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Normal Date Into Julian Date
Replies: 12
Views: 9466

Ah yes, I recall that now but funny it didn't come up in my quickie search of the Server pdf. Further perpetuating the myth of the Julian date! And one of the Mainframe folks here gave me a "Perpetual Julian Date" calendar just because they knew it would irk me. :wink: And both of you guys...
by chulett
Fri Feb 19, 2016 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Normal Date Into Julian Date
Replies: 12
Views: 9466

Thanks Thomas, moved it. Unfortunately, right off the top of my head I don't have an answer and don't have the proper time to research. I wonder if Ray's freely available date routines do that kind of conversion?