Search found 53125 matches

by ray.wurlod
Thu Feb 16, 2012 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 5833

You won't ever see them there. They are automatic, and not to be edited. You will see them at the other end of the reject link (in your specific case, in the Peek stage).
by ray.wurlod
Thu Feb 16, 2012 3:00 pm
Forum: IBM QualityStage
Topic: Optimizing the performance of an Unduplicate Job
Replies: 3
Views: 1949

11 match passes is a lot of work. About the only thing I could suggest would be throwing more nodes at it. Hopefully key field A has plenty of distinct values to make that a feasible suggestion.
by ray.wurlod
Thu Feb 16, 2012 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External source stage skipping blank lines
Replies: 13
Views: 3836

Specify your record delimiter string property in the Sequential File stage as "DOS style".
by ray.wurlod
Thu Feb 16, 2012 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with sequential file stage
Replies: 10
Views: 3526

The parallel Sequential File stage is notoriously bad at handling quoted strings containing field delimiters.

Create a server Shared Container containing a server Sequential File stage and use this Shared Container in your parallel job.
by ray.wurlod
Thu Feb 16, 2012 12:19 am
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

Add an extra exit condition from the loop, such as WHILE a > 0.
by ray.wurlod
Wed Feb 15, 2012 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to BigInt
Replies: 5
Views: 2813

The message suggests that, somehow, DataStage is still seeing Decimal(8,0) as the data type. Time for some detective work.
by ray.wurlod
Wed Feb 15, 2012 5:45 pm
Forum: IBM QualityStage
Topic: Validation Rule set
Replies: 8
Views: 2851

Good. I suspect the VPHONE and know that VTAXID don't work where I am.
by ray.wurlod
Wed Feb 15, 2012 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to BigInt
Replies: 5
Views: 2813

You can't fit a size 9 foot into a size 8 shoe. This is similar.
by ray.wurlod
Wed Feb 15, 2012 5:30 pm
Forum:
Topic: Business Terms from ERwin data model
Replies: 0
Views: 1278

Business Terms from ERwin data model

Does anyone have an example of an LDM configuration file that the istool glossary ldm2bg command can use? The documentation suggests that you can use -cfg-sample option to generate a sample, but using this in a command throws a weird error: it informs one that this is not an option and then produces...
by ray.wurlod
Wed Feb 15, 2012 5:25 pm
Forum: IBM QualityStage
Topic: Validation Rule set
Replies: 8
Views: 2851

Beware that the validation rule sets (VEMAIL, VPHONE, etc.) are highly US-centric.

For example VEMAIL can not cope with zaphod@h2g2.co.uk (the rule set requires a "com" domain, not a "co" domain).
by ray.wurlod
Wed Feb 15, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enable Partitioned reads
Replies: 10
Views: 4617

I wonder if the interpolated WHERE clause has anything to do with the range partitioning algorithm used in Oracle?
by ray.wurlod
Wed Feb 15, 2012 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of recalculation in aggregator stage
Replies: 7
Views: 4367

Think about the possibility of updating shrunken (summarised) fact tables.
by ray.wurlod
Wed Feb 15, 2012 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key generator
Replies: 5
Views: 3444

The extension is not required. Put another way, no extension is required for the state file name.
by ray.wurlod
Wed Feb 15, 2012 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata not found in Reject link of Odbc Connector Stage
Replies: 9
Views: 5833

Within the ODBC Connector stage click on the reject link in the picture frame. Some options will be presented.
by ray.wurlod
Wed Feb 15, 2012 3:10 pm
Forum: General
Topic: Log to file
Replies: 32
Views: 12015

Remove the quotes from around DSJ.LOGSTARTED. This is a predefined integer constant. By making it a string constant you will never succeed in matching the value. Therefore you have an infinite loop.