Search found 42189 matches

by chulett
Wed Aug 06, 2008 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 5
Views: 7642

I would suggest opening up a case with your official support provider. Core dumps can be difficult to track down and resolve.
by chulett
Wed Aug 06, 2008 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Enterprise_4,1: error in readCommFifo or ftp command fun
Replies: 8
Views: 3587

You may want to enable tracing in the FTP stage, see if any of the additional information that gets logged (depending on the trace level) helps in figuring out what is going on.
by chulett
Wed Aug 06, 2008 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executables of dependent Jobs could not be exported
Replies: 3
Views: 1534

As far as I know, you'll need to do them separately and keep appending to the .dsx output file.
by chulett
Wed Aug 06, 2008 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering special characters
Replies: 8
Views: 3686

Why not try to get them to load without aborting? Perhaps if you posted the errors generated, we could help make that happen.
by chulett
Wed Aug 06, 2008 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filtering special characters
Replies: 8
Views: 3686

"Alphanumeric" just means a character that is a letter or a number. As Ray notes, you need to tighten down your requirements first.
by chulett
Wed Aug 06, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically modifying external function's logic
Replies: 9
Views: 2134

What's so not nice about that? You've already got Perl expertise and people know how to maintain it, I assume. Would you really rather rewrite the whole damn thing in C++? :? (which of course you could do)
by chulett
Wed Aug 06, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to open RT_LOG2377 file
Replies: 10
Views: 2506

Re: Failed to open RT_LOG2377 file

I was asking about the Project indexing based on this comment:

z035011 wrote:I am not able to find the job in director but it is showing in designer.

Of course, it could just be operator error. [shrug]
by chulett
Wed Aug 06, 2008 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 1688

Hmmm... I thought it was just bass-ackwards order but closer examination of the evidence provided by the defense suggests otherwise.
by chulett
Wed Aug 06, 2008 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVar
Replies: 10
Views: 3338

That would work, too, since the output is a hashed file where order isn't an issue. :wink:
by chulett
Wed Aug 06, 2008 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem writing a Parallel Routine
Replies: 4
Views: 1263

You don't see a Code tab as you do coding/compiling outside of DataStage, then come here and create a pointer/interlude to the routine.
by chulett
Wed Aug 06, 2008 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 1688

Use COUNT to get the number of spaces, add 1, then use FIELD to pull each of them from your space delimited string. Or skip the COUNT if it is always three (max).
by chulett
Wed Aug 06, 2008 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Report
Replies: 3
Views: 998

Allow "ActiveX" content in your browser.
by chulett
Wed Aug 06, 2008 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Palette
Replies: 5
Views: 1488

Have you opened a case with your official support provider? Perhaps it is a known issue on that platform and they have a fix for it.
by chulett
Wed Aug 06, 2008 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Palette
Replies: 5
Views: 1488

Bummer. Did this happen to everyone or just you?
by chulett
Wed Aug 06, 2008 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on cartesian product in DataStage server job
Replies: 17
Views: 12581

So... are you still having an issue or is this resolved now? :?