Search found 42189 matches

by chulett
Wed Jan 06, 2010 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling a parallel job many times using parameters
Replies: 10
Views: 7769

If you want some help with your batch job you'd need to post the code or at least enough of it to emcompass the "won't compile" part and people here could get you going there. However, a Sequence job (not a Server job) with the Start/End Loop and UserVariables stage to run your Parallel jo...
by chulett
Wed Jan 06, 2010 1:07 pm
Forum: General
Topic: 'Abnormal Termination of Stage' and 0 byte coredump
Replies: 11
Views: 2908

Hmmm... from what I recall, usually those "DSD.WriteLog" fatal messages are user controlled aborts. Meaning a routine or derivation (etc) has coded into it a call to the DSLogFatal() function and something triggered that code.

Any chance something like that is going on? :?
by chulett
Wed Jan 06, 2010 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use a stored procedure as reference
Replies: 1
Views: 1036

A function should work, I would think, then you could just include it as a column value in your reference sql.
by chulett
Wed Jan 06, 2010 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

Go for it. Whatever is easiest, perhaps adding the corrected job to the zip as a separate dsx with "_new" or "_corrected" appended to the job name?
by chulett
Wed Jan 06, 2010 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle 'ü' character in Unidata
Replies: 0
Views: 1607

And... your resolution was?
by chulett
Wed Jan 06, 2010 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split file into different parts based on a given number.
Replies: 5
Views: 1515

Never said it was a good idea but it would work. :wink:

Or a very simple Server job will handle this all automagically.
by chulett
Wed Jan 06, 2010 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Id is a required stage property
Replies: 8
Views: 2659

I thought this was a consistent error rather than a "sometimes works and sometimes doesn't" kind of issue. The latter generally falls into two camps - data related or a resource issue. Yours is sounding like a resource issue. And I didn't realize you were talking about a Server Shared Cont...
by chulett
Wed Jan 06, 2010 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split file into different parts based on a given number.
Replies: 5
Views: 1515

You'd have to know your maximum possible key values and define a output link for each. Do you?
by chulett
Wed Jan 06, 2010 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot login to project
Replies: 6
Views: 7723

Involve your official support provider. And find out exactly what kind of "space issue" you had, particularly where and how it was "taken care of".
by chulett
Wed Jan 06, 2010 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: populating date dimension
Replies: 6
Views: 1658

The only people that will have 'that info' are people working at your company. :?
by chulett
Wed Jan 06, 2010 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Added field has duplicate identifier()
Replies: 3
Views: 7807

What happens if you map your target IP_ID field from the reference IP_ID field?
by chulett
Wed Jan 06, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03106: fatal two-task communication protocol error
Replies: 12
Views: 13010

:? Where was using an "undefined" array size ever mentioned? All I've been trying to get you to try is an array size of 1. One. Uno. Ek.

Regardless, involve your official support provider. Seems to me you've either hit a limitation in the product or a bug.
by chulett
Wed Jan 06, 2010 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop mechanism inside job.
Replies: 6
Views: 1972

I assume we're talking about "looping" inside a PX job rather than a Sequence job, the latter of which goes back well before the 8.x version. First question would have to be why - what makes you think you need to do any kind of "looping" in a job? What are you trying to accomplis...