Search found 42189 matches

by chulett
Fri Jun 14, 2013 7:01 am
Forum: General
Topic: Resetting the Job from Director
Replies: 9
Views: 2782

No.
by chulett
Fri Jun 14, 2013 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute the storage procedure sp_who and get all output colu
Replies: 3
Views: 1614

Did you import the metadata for this procedure? Did you define all of the output columns or just one?
by chulett
Thu Jun 13, 2013 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage problem
Replies: 6
Views: 3681

It also supports being a target and dynamically changing the output filename based on data on the input link. That's the draw here where the number of files needed and their names are not known ahead of time.
by chulett
Thu Jun 13, 2013 12:34 pm
Forum: General
Topic: Parameter Set changes not updating the Jobs
Replies: 4
Views: 1150

Others would have to confirm but from what I recall that was an issue in "older" 8.x versions that was subsequently corrected.
by chulett
Thu Jun 13, 2013 11:14 am
Forum: General
Topic: Parameter Set changes not updating the Jobs
Replies: 4
Views: 1150

What version of DataStage?
by chulett
Thu Jun 13, 2013 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File pattern option for XML file processing
Replies: 2
Views: 1073

Use an External Source stage to deliver the filenames, not a Sequential File stage.
by chulett
Thu Jun 13, 2013 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation/Summation
Replies: 9
Views: 3760

One way - stage variables to take the first group per project / year, hence the suggestion to sort descending.
by chulett
Thu Jun 13, 2013 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage problem
Replies: 6
Views: 3681

Thought about this on the long drive to work... and was going to suggest the same thing. Thanks for the save, Ernie. :wink:
by chulett
Thu Jun 13, 2013 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation/Summation
Replies: 9
Views: 3760

Max(year/month) comes to mind but that won't get you the appropriate sum. Seems to me you'll need to find a way to send only those max records to the Aggregator. Sort descending with a key change column and take the first group per year, perhaps.
by chulett
Thu Jun 13, 2013 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator warn:The system cannot find the path
Replies: 8
Views: 5557

I've set property Source Type= "Database sequence" and I used SKG with Oracle sequence, previously created thru SQL script. I believe that if you check the documentation, you'll find that DataStage must create the Oracle sequence rather than being able to leverage one you created 'thru SQ...
by chulett
Thu Jun 13, 2013 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-24806: LOB form mismatch
Replies: 13
Views: 12693

Thanks Craig for looking into, If I understood correct, you are implying that the issue is with DataStage NLS and need to reinstall DS with NLS reinstalled. Well... I was specifically trying to not imply that need as basically I don't know if that is the solution. And yes that choice to 'install wi...
by chulett
Thu Jun 13, 2013 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage problem
Replies: 6
Views: 3681

Probably related to how it writes out records, as noted in the documentation they are "delivered in a single column" - a LongVarChar. However, what happens if you sort the output by City first? Or have you?
by chulett
Thu Jun 13, 2013 6:59 am
Forum: General
Topic: Converting server routine into parallel
Replies: 4
Views: 1339

Correct, there's no "converting" in any sort of automated sense. You understand what the BASIC is doing and rewrite it in C++.