Search found 42189 matches

by chulett
Mon Jun 29, 2009 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 21
Views: 6378

Keep in mind the fact that in Server jobs the transformer (the active stage) always "generates the error" regardless of the actual source of the problem.
by chulett
Mon Jun 29, 2009 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading environment variable
Replies: 13
Views: 4419

Sorry, but you need no quotes and no dollar sign as a simple search of the forums here would reveal.
by chulett
Mon Jun 29, 2009 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unreadable Record
Replies: 3
Views: 1838

If you installed the hex editor on your client PC, then you'll need to copy the file there before you can look at it. You can also do an "od -h" directory on the UNIX server if you like.
by chulett
Mon Jun 29, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join returns wrong result with Partitioning
Replies: 14
Views: 3528

Simply getting more records out of the join than went in isn't an error, per se. Please explain the nature of the "join" you are doing.
by chulett
Mon Jun 29, 2009 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle client version 0 is NOT supported.
Replies: 6
Views: 3470

First thing you always need to mention for something like this is - is this the first time you are attempting to use the OE stage and it just doesn't work or have you used it successfully in the past and this is a new error? For the latter, does it occur in only one job or all jobs that use the stage?
by chulett
Mon Jun 29, 2009 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle EE stage
Replies: 12
Views: 2255

Other than the idea already given? No. Check the docs.
by chulett
Mon Jun 29, 2009 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle EE stage
Replies: 12
Views: 2255

Then I would think you forgot to install this optional plugin when you reinstalled the datastage. For 7.x I would say "Rerun the install and make sure it is selected"... I assume that still works in 8.x. :?
by chulett
Mon Jun 29, 2009 6:53 am
Forum: General
Topic: Initializing plug-ins
Replies: 2
Views: 1100

Sorry, but you need to continue the conversation there, not start all over again because you didn't like the answers so far. First thing that's going to happen is those "constructive inputs" will be repeated or we'll have two compeating threads on the same subject. No thanks. And that's al...
by chulett
Mon Jun 29, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is meaning of node in the datastage
Replies: 4
Views: 8429

Welcome. Node is a logical rather than a physical concept and while the number of CPUs plays a part here it is not equivalent to a CPU. Think of it as the number of "invocations" or "instances" or "copies" of a job to run, each one sharing the workload and transforming ...
by chulett
Mon Jun 29, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage -Transformer
Replies: 19
Views: 7325

Well, at least they match which is a Good Thing but not necessarily always the case, hence the question. And the only reason I brought it up is because I personally have seen intermittent core dump issues like this myself caused by a buggy Oracle client. So as you're trying to solve this, keep that ...
by chulett
Mon Jun 29, 2009 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaData mismatch
Replies: 3
Views: 1166

Seems to be. Try.
by chulett
Mon Jun 29, 2009 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaData mismatch
Replies: 3
Views: 1166

Try changing your metadata to what it found it to be.
by chulett
Mon Jun 29, 2009 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage -Transformer
Replies: 19
Views: 7325

Ok... wrong choice of words. What version of Oracle are you connecting to? I can't answer your question until you answer mine. And just to double-check, your 'lookups' are all from hashed files, yes?
by chulett
Mon Jun 29, 2009 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI PLUG IN
Replies: 9
Views: 1753

The "OCI" stage is a Server stage. For PX you would use the OE or Oracle Enterprise stage.
by chulett
Mon Jun 29, 2009 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environemt Variables
Replies: 17
Views: 5266

I'm curious why you "need" to do this, care to share? Perhaps there is a more better solution to whatever problem you are trying to solve.