Search found 53125 matches

by ray.wurlod
Wed Mar 05, 2008 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset is not creating when job aborts
Replies: 7
Views: 1499

Is it legal to have a passive stage (including a Data Set stage) with an input and an output link? Try splitting your job into two jobs - one to write the Data Set, the other to read from it.
by ray.wurlod
Wed Mar 05, 2008 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsValid Function
Replies: 16
Views: 6086

These are not junk. The rules of DataStage specify that a five or seven digit number will be interpreted as a two- or four-digit year followed by a three-digit ordinal number of the day in the year. Therefore, 00222 is the 222nd day of the year 00 which, if your CENTURYPIVOT configuration parameter ...
by ray.wurlod
Wed Mar 05, 2008 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config db2 server and Datastage EE on IBM AIX
Replies: 18
Views: 4796

Arnd's point was that the export command should be followed only by the environment variable name.

Completely build LIBPATH before exporting LIBPATH. Only LIBPATH.
by ray.wurlod
Wed Mar 05, 2008 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view the table contents
Replies: 10
Views: 2044

Please give more details. What are the patches, with what eCase number(s) is each associated and, most importantly, did they fix the problem?
by ray.wurlod
Wed Mar 05, 2008 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source table structure keep on changing
Replies: 5
Views: 1545

Find who's doing it and force them to agree to a design freeze.
by ray.wurlod
Wed Mar 05, 2008 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata import error
Replies: 1
Views: 1001

Get your other problem ("can not connect to Oracle - can not load ora... module") fixed first. Then this one might go away.
by ray.wurlod
Wed Mar 05, 2008 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISSUE WHILE CONNECTING ORACLE
Replies: 9
Views: 2563

Any time you see "unable to load" anything, suspect your shared library search list (an environment variable called LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH, depending on which operating system you're using). You may also need to check your command search list (the PATH environment variable), since th...
by ray.wurlod
Wed Mar 05, 2008 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why we have Pools in config file?
Replies: 2
Views: 1084

That's not quite correct. It is operators (stages) that can be restricted to run in pools, not jobs. Pools are more useful in an MPP environment, where - for example - database client or other software might not be installed on all nodes. You can - in this example - create a pool containing only tho...
by ray.wurlod
Wed Mar 05, 2008 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while File Set creation
Replies: 14
Views: 6521

You will still get the text, but it should now have a green icon when you run the job. Also in the log will be two more entries, one (near the beginning of the job run) showing that message handlers have been attached to the job, the other (near the end) showing that message handlers were used.
by ray.wurlod
Wed Mar 05, 2008 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 7547

It's not a file, it's the Filter command.
by ray.wurlod
Wed Mar 05, 2008 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset is not creating when job aborts
Replies: 7
Views: 1499

When and why did the job abort?

Without knowing that there's no way a cogent answer to your question can be provided.

Please post all relevant error and warning messages.
by ray.wurlod
Wed Mar 05, 2008 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Content validation
Replies: 2
Views: 744

That's another way of writing the Field() function mentioned in my reply to your other post. ONE of your other posts.
by ray.wurlod
Wed Mar 05, 2008 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Content validation
Replies: 1
Views: 621

Yes and it's exactly the same function as in your other post.
by ray.wurlod
Wed Mar 05, 2008 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding surrogate key
Replies: 6
Views: 2107

You may or may not require a surrogate key. A Type 4 SCD, for example, maintains a separate history table, and that can be keyed by the business key and an expiry date. As a general rule, where there's a need to preserve history a surrogate key approach is to be preferred, because it is comparativel...
by ray.wurlod
Wed Mar 05, 2008 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding content validation
Replies: 6
Views: 1442

Why did you not mention that fact in your original specification?!!

Would it have been so hard for you to try it, rather than ask?

In this case you are lucky, the function will return the entire input string if it contains no delimiter character.