Search found 42189 matches

by chulett
Sat May 02, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sortung on voluminous data
Replies: 3
Views: 918

Still, as a test hack off the end of the job and land the data. Use your UNIX command line to sort the data appropriately and time it. If it is significantly better then it could behoove you to incorporate it into your processing.
by chulett
Sat May 02, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import of entire project failed.
Replies: 1
Views: 588

What did you do to recover the DataStage installation before this, anything? Meaning, are you importing into a clean, empty project or something else? For these kinds of things, it is best to directly involve your official support provider, someone who can hold your hand during the process and help ...
by chulett
Sat May 02, 2009 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pass Column Value
Replies: 6
Views: 1682

:!: First off, it is a Sequence job not Sequencer - an "r" at the end means an object, a stage you use in a Sequence job. A little lost... in the "successor" portion of this, who actually needs to read this flat file that the first job creates - other jobs or the Sequence job its...
by chulett
Sat May 02, 2009 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Get last working day of every month.
Replies: 1
Views: 693

"yaar"? Talk Like a Pirate day isn't for several months. :? First thing you'll need to do is keep track of where you are and post your questions in the appropriate forum. This isn't it as this one is for "testimonials" only. So let's try this again - since you've marked this as a...
by chulett
Fri May 01, 2009 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Error In Aggregator stage
Replies: 7
Views: 2878

You can tell your sorting is "working" when rows flow through the Aggregator rather than none coming out until all have gone in.
by chulett
Fri May 01, 2009 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage Error In Aggregator stage
Replies: 7
Views: 2878

There are "Sort" columns in the Aggregator, one for order and another for direction. So, you can say "Fred" is the 1st field sorted ascending, etc. Make sure you don't lie to it, it will bust you! :wink: And make sure you sort to match your grouping columns or the Aggregator will...
by chulett
Fri May 01, 2009 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing jobs in export, Size Limit on dsx files??
Replies: 3
Views: 1016

One thing to try for a check would be to export another folder (ideally one with sub-folders as well) and see if you get everything there. We've seen corruption in the repository indices cause jobs to be skipped like that, but not sure how that plays out in the new 8.x world, though.
by chulett
Fri May 01, 2009 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannor view the logs
Replies: 8
Views: 1921

Any problems with the disk space where the projects are stored? Wondering if perhaps you ran out of space there and corrupted the repository. Another possibility is Anti-Virus, is that running on your server? We've seen it can eat things at times.
by chulett
Fri May 01, 2009 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing jobs in export, Size Limit on dsx files??
Replies: 3
Views: 1016

No size limit other than what the O/S may impose and it would crater when it hit it. Perhaps they are "Read Only" and you didn't ask to include those in the options? :?
by chulett
Fri May 01, 2009 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 3586

Since we're somehow resolved now, can you please post the resolution in the thread as well? It will help future searchers who come here with the same problem. Thanks.
by chulett
Fri May 01, 2009 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Formatting valus
Replies: 5
Views: 1651

The value or the target field's data type? Your target field will need to be a string in order to retain the leading zeroes you are attempting to put there.
by chulett
Fri May 01, 2009 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add minutes to a date/timestamp
Replies: 3
Views: 2063

You have to handle both the date and time separately and yes, manage the date change based on what the time was incremented to. Which means you need a routine and can't do it straight in a transformer derivation. I know Ray has some date handling routines freely available on his site and Ken Bland h...
by chulett
Fri May 01, 2009 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updating date field
Replies: 5
Views: 1597

You could always "fix" the update SQL so the format mask matches what you are already doing. There's no reason on God's Green Earth to force it into that particular format. :?
by chulett
Thu Apr 30, 2009 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

Sorry, I thought it was done from the command line... never mind. :(
by chulett
Thu Apr 30, 2009 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: STRING TO INVALID TIMESTAMP CONVERSION
Replies: 8
Views: 1950

And you still haven't explained the rule, just shown your single example again. OK, so 68 becomes 58... what about 67? 72? 99? What is the rule?