Search found 53125 matches

by ray.wurlod
Fri Jun 25, 2010 4:00 pm
Forum: Enhancement Wish List
Topic: Debugging: Add Peek without redoing links
Replies: 3
Views: 9169

"Compile in trace mode" creates a version of the job with a Peek on every link and the ability to run only a small sample of rows through the job design, without your needing to touch the design at all.
by ray.wurlod
Fri Jun 25, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we use mail and html or URL as a source in Datastage
Replies: 5
Views: 1503

You're getting into the realm of unstructured data here, and that can only easily be done in DataStage using custom components. I've been on a couple of sites where emails of known structure were used as a source, and even that needed careful coding (in a Transformer stage in a server job).
by ray.wurlod
Fri Jun 25, 2010 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Active Directory information
Replies: 6
Views: 2552

No. Only one method of user authentication can be used.
by ray.wurlod
Fri Jun 25, 2010 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join behaves strangely
Replies: 20
Views: 5675

Is Key_Col one of the join keys? Are the data partitioned on both inputs using a key-based partitioning algorithm that names the join keys? Sorted?
by ray.wurlod
Fri Jun 25, 2010 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 2328

... and this should be done using a single job Why? To me the most eminently sensible, and most easily maintained, design is to use separate jobs with a sequence to make the decision about which one to run. These might be multi-instance so each user can run without needing to have regard to any oth...
by ray.wurlod
Fri Jun 25, 2010 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Count
Replies: 3
Views: 1514

Lots of ways. Probably the easiest is a Routine activity to verify the row count in the file against the file name.
by ray.wurlod
Thu Jun 24, 2010 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extracting ranges of data
Replies: 7
Views: 3168

If it's a small, finite number of partitions, multiple output links from a Transformer stage with appropriate constraints on each would seem to me to be the way to go.
by ray.wurlod
Thu Jun 24, 2010 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL0407N - DB2 null value problem
Replies: 14
Views: 7625

Looks like something, somewhere, in your DataStage job is generating nulls. Perhaps failed lookups? You must scrutinize your job design with an intense scrute.
by ray.wurlod
Thu Jun 24, 2010 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Elapsed Times
Replies: 10
Views: 3406

Ray, adding the Rotuine Activity within the sequence cannot help me to capture the EndTimeStamp of the sequence as technically the sequence is not complete until after the Routine Activity is completed. Isn't it? The same argument that applies to an after-job subroutine, isn't it? The times to the ...
by ray.wurlod
Thu Jun 24, 2010 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write fail to oracle table
Replies: 8
Views: 2614

We don't do ASAP. If you need a rapid response, sign up for priority service with your official support provider and learn just how much "urgent" costs. DSXchange is an all-volunteer site whose members post as and when they can. You have also hijacked an already resolved thread, another p...
by ray.wurlod
Thu Jun 24, 2010 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding hash partitioning
Replies: 4
Views: 1506

What are the join keys? It's those on which the data have to be partitioned, or at the very least on the first of them*. However, the data have to be sorted on all join keys. * Why is this? If you partition on A alone, all combinations of A and B for any given value of A will be on the same partitio...
by ray.wurlod
Thu Jun 24, 2010 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Decimal Value in Schema file
Replies: 1
Views: 826

All of those values are valid for Decimal(20,10).
by ray.wurlod
Thu Jun 24, 2010 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script through before job subroutine
Replies: 4
Views: 1716

Stick some echo commands into the script to determine what the received command line arguments are. These can be removed or crippled once your debugging session is done.
by ray.wurlod
Thu Jun 24, 2010 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 2328

Constrain outputs based on the value of the user ID (perhaps retrieved through GetEnvironment() call).
by ray.wurlod
Thu Jun 24, 2010 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in sequential file which option we r using for unix commands
Replies: 4
Views: 1079

The present tense plural form of the verb "to be" is spelled "are", not "r". DSXchange is not a mobile telephone; there is no requirement to use SMS-style abbreviations. We strive for a professional standard of written English on DSXchange, not least because we regard ...