Search found 42189 matches
- 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...
- 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
- 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
- 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
- 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...
- 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
- 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
- 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
- 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...
- 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
- Sun Apr 03, 2011 7:45 am
- Forum: General
- Topic: write to a file based on job status
- Replies: 8
- Views: 2928
- 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
- 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
- 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
- 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...