Search found 53125 matches

by ray.wurlod
Sun Jul 15, 2007 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Date
Replies: 18
Views: 5990

Why not use three IsValid() functions (with different date format strings) connected by OR ?
by ray.wurlod
Sun Jul 15, 2007 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file load
Replies: 11
Views: 2597

Or to Amsterdam, the only place you're likely to find a hash file.
by ray.wurlod
Sun Jul 15, 2007 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage behaving goofy
Replies: 4
Views: 1172

And I, blindfolded as it were (I can't see your job) am trying to undertake a systematic diagnostic process. Apart from rushing to post on DSXchange, what diagnostic measures have you taken?
:x
by ray.wurlod
Sun Jul 15, 2007 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only
Replies: 4
Views: 1197

First YOU shed some light.

Is this the Oracle Enterprise stage, or one of the other Oracle stages? Your answer affects the advice that we need to give.
by ray.wurlod
Sun Jul 15, 2007 10:16 pm
Forum: General
Topic: Install DataStage client (both server and enterprise)
Replies: 2
Views: 1364

The client detects which components are licensed on the server.
by ray.wurlod
Sun Jul 15, 2007 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: "same" operator may not have a parti
Replies: 9
Views: 3906

That's the score for licensing, and doesn't help. Is there a second score event logged?
If so, can you please post that score here?
If not, you may have an issue with licensing, or access to DataStage software on other processing nodes.
by ray.wurlod
Sun Jul 15, 2007 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage behaving goofy
Replies: 4
Views: 1172

Good. Now check the Mapping tab (on the Output link) to see from which input each of the output columns is derived. Remember that any column derived from the Right input must be nullable, because a left outer join can return NULL from the Right input.
by ray.wurlod
Sun Jul 15, 2007 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Single big CSV file to many small CSV files
Replies: 6
Views: 2388

Is the number of lines in the large CSV file known in advance, or arbitrary? Is there a maximum value that it may have? The answers to those questions will affect any suggested technique.
by ray.wurlod
Sun Jul 15, 2007 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: "same" operator may not have a parti
Replies: 9
Views: 3906

Clearly there is at least one difference between environments.

Dump the score in each and look for those differences. Does the error message indicate which stage/operator is generating the error?
by ray.wurlod
Sun Jul 15, 2007 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage behaving goofy
Replies: 4
Views: 1172

How are the data (a) partitioned and (b) sorted on the inputs to the join stage? Have you made sure, in input link execution order, that the stream input is marked as Left? What style of join are you implementing?
by ray.wurlod
Sun Jul 15, 2007 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvodbc.config
Replies: 5
Views: 1597

Maybe, maybe not. Ultimately it's the service name that has to be requested. For UniVerse, for example, it's uvserver.
by ray.wurlod
Sun Jul 15, 2007 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage standards
Replies: 3
Views: 760

Why didn't you ask that question the first time? This is where choice of stage type comes into the picture. Compare, Difference or Change Data Capture. Read about how each works, which will guide you to the answer to your question. The good news is that at least one of these stage types allows you t...
by ray.wurlod
Sun Jul 15, 2007 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvodbc.config
Replies: 5
Views: 1597

You use whichever case is appropriate - mainly driven by whether the database server is on the same machine as the DataStage server or not.

For more information refer to the coredev.pdf manual.
by ray.wurlod
Sun Jul 15, 2007 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Date
Replies: 18
Views: 5990

Use the IsValid() function. Find it in the Parallel Job Developer's Guide
by ray.wurlod
Sun Jul 15, 2007 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading "orchoracle": Could not load "o
Replies: 7
Views: 5486

For ODBC these libraries are in branded_odbc/lib directory. But your original question specified Oracle stage.

Can you be fully specific about which files had to have permissions adjusted, to aid future searchers?