Search found 53125 matches

by ray.wurlod
Thu Sep 15, 2011 1:43 am
Forum: General
Topic: To get the logs for all the jobs
Replies: 4
Views: 1386

If you follow best practice logs ARE stored in RT_LOGnnn files in version 8. IBM realized that storing them in the common metadata repository imposed to great an overhead, and now provide RTLogging and ORLogging settings (per project) and recommend that you use RTLogging - that is, logging in local ...
by ray.wurlod
Thu Sep 15, 2011 1:41 am
Forum: IBM QualityStage
Topic: Standardization Warning
Replies: 7
Views: 2335

You could remove it from the dictionary file for the rule set or change its default width in that dictionary, assuming you're using an editable rule set.
by ray.wurlod
Thu Sep 15, 2011 1:39 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Constructing Processing Instructions in DataStage
Replies: 3
Views: 2702

raghav_ds wrote:I have searched the documentation, but could not find any information on XML Processing instructions.

Anybody worked on constructing the XML Processing Instructions in DataStage.
Did you look in the XML Pack and XML Transformations manuals?
by ray.wurlod
Wed Sep 14, 2011 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fillereading
Replies: 6
Views: 1512

Use any format you like, provided it's the format expected by whatever application is going to consume the .dat file.
by ray.wurlod
Wed Sep 14, 2011 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where is "Key Change" option in the new transforme
Replies: 3
Views: 1779

Key change is set up as an output column from the Sort stage. This column is transmitted to the Transformer stage on its input link.
by ray.wurlod
Wed Sep 14, 2011 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage variable max length
Replies: 4
Views: 1463

The magic word is probably "unbounded".
by ray.wurlod
Wed Sep 14, 2011 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ade files created in the /tmp folder
Replies: 10
Views: 4683

Check environment variables TMPDIR and, possibly, TEMP.
by ray.wurlod
Wed Sep 14, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limitation on space usage in a DataStage project
Replies: 6
Views: 2983

I doubt that this is anything at all to do with XMETA - it's more likely to be the number of subdirectories in the project directory.
by ray.wurlod
Wed Sep 14, 2011 3:24 pm
Forum: IBM QualityStage
Topic: Standardization Warning
Replies: 7
Views: 2335

Just make the column wider on the output link Columns tab.
by ray.wurlod
Wed Sep 14, 2011 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml performance
Replies: 13
Views: 3232

Are you running the 29 jobs consecutively? Running them simultaneously (or in bunches, if you don't have the capacity for all 29) should cut some processing time.
by ray.wurlod
Wed Sep 14, 2011 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning
Replies: 2
Views: 878

Learn about partitioning. Parallel stages that are not constrained to execute in a node pool will executed in every node in the default node pool. The score will show which node handles each sequential stage. Partitioning controls which rows of data go to which nodes, not the nodes on which a partic...
by ray.wurlod
Wed Sep 14, 2011 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Duplicates ---Uncommon Scenario
Replies: 16
Views: 6620

Your first requirement could be met by a Remove Duplicates stage preserving the First record from each group, assuming the data are sorted correctly. You specified removal of the asterisk, but the output in your example preserved the asterisk. Removal is most easily effected by a Convert() function....
by ray.wurlod
Tue Sep 13, 2011 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for ideas/suggestions
Replies: 13
Views: 4221

No, because sorted data is the only efficient way to perform comparison.
by ray.wurlod
Tue Sep 13, 2011 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Error and problem
Replies: 2
Views: 836

What's your source? Have 0xFF characters been used as fillers somewhere?

Is there an NLS button in the General tab of your Administrator client?
by ray.wurlod
Tue Sep 13, 2011 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating from Linux to AIX
Replies: 2
Views: 1520

Re: Migrating from Linux to AIX

This almost certainly suggests that the C++ compiler has not been correctly installed or that, if it has, it (or its environment variables) has not been correctly configured. Do you get compile-time errors with these jobs? Does the Transformer stage have any flags set in the Build tab of stage prope...