Search found 15603 matches
- Fri Nov 16, 2012 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non-pipe (or non-virtual data set) with .v in its name
- Replies: 2
- Views: 1412
- Fri Nov 16, 2012 2:50 am
- Forum: General
- Topic: Server routine help
- Replies: 2
- Views: 925
- Thu Nov 15, 2012 1:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Time format Isuue
- Replies: 7
- Views: 1873
- Thu Nov 15, 2012 9:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Time format Isuue
- Replies: 7
- Views: 1873
- Thu Nov 15, 2012 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2/UDB Enterprise Stage issue
- Replies: 7
- Views: 5167
- Thu Nov 15, 2012 7:49 am
- Forum: General
- Topic: DS JOb Command: To identify the list of jobs in a Sequencer
- Replies: 4
- Views: 1763
- Wed Nov 14, 2012 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Export failed with Output file full
- Replies: 6
- Views: 4884
- Wed Nov 14, 2012 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The OCI function OCIStmtExecute returned status 1. Error cod
- Replies: 3
- Views: 4460
- Wed Nov 14, 2012 1:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Export failed with Output file full
- Replies: 6
- Views: 4884
- Wed Nov 14, 2012 1:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Export failed with Output file full
- Replies: 6
- Views: 4884
- Wed Nov 14, 2012 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing data to pipe using External target stage.
- Replies: 4
- Views: 1554
When you write to a pipe you need to have a listener as well, otherwise the job will hang - pipes are just buffered areas and when the buffer fills up the writer process waits until the buffer frees up. You can make a dummy named pipe reader by opening up a command line window / session and entering...
- Tue Nov 13, 2012 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing data to pipe using External target stage.
- Replies: 4
- Views: 1554
- Mon Nov 12, 2012 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JOIN STAGE takes hell lot of time
- Replies: 6
- Views: 3335
While there are a couple of algorithmic approaches to making your ADDRESS_ID more compact to fit in fewer bytes, the real reason for the join taking a long time has nothing at all to do with the size of the join key and is all about the partitioning and sorting of your two input links. As jhmckeever...
- Sat Nov 10, 2012 5:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Test Problems with 64 bit Hash files on 8.7
- Replies: 7
- Views: 3119
No, I'm stymied as well for an explanation. You've stated that normal hashed file write speeds are similar and I'll assume that the files are on the same disk drive as the 64-bit ones so that should rule out different disk partition types/ I/O speeds being the culprit Something is acting as a bottle...
- Fri Nov 09, 2012 5:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Test Problems with 64 bit Hash files on 8.7
- Replies: 7
- Views: 3119
I mean not after the mkdbfile but immediately after they were filled with data. If the source data is the same then both files should have exactly the same sizes immediately after filling. If they are not identical that would point towards different configurations which, in turn, might explain the l...