Search found 42189 matches

by chulett
Tue Mar 31, 2009 9:30 pm
Forum: General
Topic: New Windows-only Version
Replies: 4
Views: 1123

Sorry, not April 1st over here quite yet. :wink:
by chulett
Tue Mar 31, 2009 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Password Encryption Issue
Replies: 1
Views: 1263

I'm assuming that the problem only materializes when run from the Sequence, yes? Meaning, if you run the job standalone, it can make use of the parametrized password value without an error. Correct? If that's the case, then it sounds like you have a problem with how you defined the value to be passe...
by chulett
Tue Mar 31, 2009 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or Unix Script
Replies: 5
Views: 1310

I don't see a problem with option 1, nor a need for any 'looping'. A routine can be used to retrieve the values and called twice in the Sequence, once for each value. Or a UserVariables stage could pull both values, then either could pass them as job parameters to Job2. Neither difficult nor complic...
by chulett
Tue Mar 31, 2009 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence starts job but then immediately ends?
Replies: 7
Views: 2034

I never could, really. :( It happened with two jobs of almost identical design and once it started we never found a way to correct it, and "we" included both IBM and I. I ended up doing what I used to do before Sequence jobs were available - I hand-coded the equivalent looping process and ...
by chulett
Tue Mar 31, 2009 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Dataset to Oracle
Replies: 6
Views: 1880

Interesting... let us know after you get the patch if that fixes it for you.
by chulett
Tue Mar 31, 2009 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Out of process Memory error
Replies: 4
Views: 3196

You really need to take that error back to your DBA and see if they can help, perhaps by changing some settings. They may also be able to recommend some "alter session" statements that might help, you can use those in the before-sql tab.
by chulett
Tue Mar 31, 2009 11:25 am
Forum: General
Topic: Doubt Regarding the error SIGSEGV
Replies: 1
Views: 906

The first light can be shed by searching for that error here. For example, I got over 120 matches for "SIGSEGV" when I searched. You could also Google for SIGSEGV and find a wealth of information out there on the subject of "segmentation violations".
by chulett
Tue Mar 31, 2009 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 client on AIX
Replies: 6
Views: 1282

Are you saying that your organization does not have an DB2 licenses itself but has the need to access DB2 on 'remote' databases? In that case you may very well need to purchase DB2, I'd be surprised if the client itself could be obtained separately and without cost, but who knows.
by chulett
Tue Mar 31, 2009 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in XMLoutput stage more than one repeat element
Replies: 26
Views: 6364

Short answer - no. Only one repeating / key element. That's not to say you can't generate these as 'chunks' and then assemble the chunks into the complete output format that you need after that. The Best Practices document uploaded at Kim Duke's website details this technique.
by chulett
Tue Mar 31, 2009 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic oracle lookup
Replies: 10
Views: 3731

Even the join-key in not correct reference value will be null right? Not necessarily. "Not correct" could mean any number of records are returned, including the cartesian product you seem to be getting or none / null output if no keys match. To me it sounds like at least one key is matchi...
by chulett
Tue Mar 31, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic oracle lookup
Replies: 10
Views: 3731

If you are truly getting a "cartesian product" and that's not what you want, then it sounds like your join keys are not properly set up. :?
by chulett
Tue Mar 31, 2009 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting at next step
Replies: 1
Views: 834

The short answer is "no". The long answer would involve creating your own checkpointing system or building in alternate entry points into the job flow rather than using the existing checkpoint functionality.
by chulett
Tue Mar 31, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Dataset to Oracle
Replies: 6
Views: 1880

Why not check to ensure there's data to load before invoking this process? It doesn't seem like a "bug" per se to me, the stage utilizes a named pipe to feed sqlldr and one of the two of them doesn't like the fact that there's no data to process.
by chulett
Tue Mar 31, 2009 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to hide a Project from the users
Replies: 1
Views: 704

'Hide' as in ensure people can't even see that it exists? I don't believe so. Would restricting access to it not be a valid alternative?
by chulett
Tue Mar 31, 2009 7:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI - "No handlers available" error
Replies: 5
Views: 3170

(and he did) 8)