Search found 42189 matches

by chulett
Tue Apr 05, 2011 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read_fixedwidth() error
Replies: 5
Views: 2842

I doubt you'll be able to 'change the metadata' so that both fixed-width files can be read correctly with a single stage. Delimited, perhaps, but not fixed-width. If they've built this file incorrectly in this 'other environment' have them correct it. If the data looks identical perhaps there is a r...
by chulett
Tue Apr 05, 2011 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSTAGE-TERA-0113`:`Row rejected.
Replies: 4
Views: 3638

A Google search for your message "The source parcel length does not match data that was defined" returned about 5M hits, so there should be some help for you out there. Your record may be perfect but it doesn't match your metadata, it would seem.
by chulett
Tue Apr 05, 2011 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read only integer value records from a table.
Replies: 2
Views: 1169

Reset the aborted job and let us know the contents of any 'From previous run...' log message that shows up.
by chulett
Tue Apr 05, 2011 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accomodating Date data in the format YYYYDDMM
Replies: 8
Views: 2381

That's... unfortunate. You'll need to detect the format and standardize on one but - how will you know for certain which is which? :?
by chulett
Mon Apr 04, 2011 1:29 pm
Forum: General
Topic: Custom - (Conditional) -- How do I use this?
Replies: 1
Views: 1676

Those trigger expressions are used to check for conditions after a job completes, for example to see if it aborted. And as one might expect, the 'custom' one lets you write your own condition when none of the standard ones are appropriate. To force a job to about based on a data condition, you'll ne...
by chulett
Mon Apr 04, 2011 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA stage size limit with userdefined SQL query
Replies: 1
Views: 978

Yes there is a size limit, no there's no way to increase it and that limit (in older versions at least) has been posted here in the past. It can vary by stage and version so best to ask your official support provider for the specifics of whatever version you have.
by chulett
Mon Apr 04, 2011 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file with 0 records has size more than 300 mb
Replies: 6
Views: 1957

Clearing makes it empty, not smaller. If you want to free up the allocated space, you'll need to use the 'Delete' option to drop it and then recreate it using an appropriate minimum modulus.
by chulett
Mon Apr 04, 2011 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Delete of hash files by name pattern
Replies: 6
Views: 2237

In the interim, it would help if you answered my question - how were these hashed files created? Pathed or in an Account?
by chulett
Mon Apr 04, 2011 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file with 0 records has size more than 300 mb
Replies: 6
Views: 1957

Re: Hash file with 0 records has size more than 300 mb

I have overwritten a hashfile with a file of zero records Tell us exactly what this means (file of zero records?) and post what you see when you do an "ls -la" from inside the directory. For the record, an 'empty' hashed file can be (basically) any size with space allocated but not used b...
by chulett
Sun Apr 03, 2011 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03113: end-of-file on communication channel
Replies: 12
Views: 11910

Has this error occurred again? Your sql didn't cause anything and (IMHO) redesigning the job is a waste of time... unless your error is reproducible.
by chulett
Sun Apr 03, 2011 7:45 am
Forum: General
Topic: write to a file based on job status
Replies: 8
Views: 2928

Check 'jobinfo' with DSJ.JOBINTERIMSTATUS to see of the job is aborting, if so do not execute the script.
by chulett
Fri Apr 01, 2011 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage Transformer
Replies: 7
Views: 3727

Ok... go ahead. As noted, you've got a pivot on your hands and a vertical one at that. What have you tried? Do you have an actual question? :?
by chulett
Fri Apr 01, 2011 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to process chinese characters as it is
Replies: 2
Views: 2804

You've got an NLS issue on your hands. Doing an exact search here for "chinese characters" found 51 other posts on the subject, more than likely one or more will help you.
by chulett
Fri Apr 01, 2011 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV and Partitioning
Replies: 11
Views: 4082

Nope, you hunt for the sweet spot - go up until it blows, then back it down a notch.
by chulett
Fri Apr 01, 2011 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Delete of hash files by name pattern
Replies: 6
Views: 2237

Beware that deleting a pathed dynamic hashed file is trickier than Craig would have it seem. Well, to be honest we hadn't gotten to the gory details of the 'how' yet. :wink: I've had good luck using a wildcarded recursive rm as we didn't have 'overlapping' hashed file names (for lack of a better te...