Search found 15603 matches
- Thu Jul 29, 2010 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrating hash file
- Replies: 3
- Views: 1129
- Thu Jul 29, 2010 9:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Handling
- Replies: 19
- Views: 4830
- Thu Jul 29, 2010 8:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty DSN: list returned from host MYHOST
- Replies: 4
- Views: 5487
- Thu Jul 29, 2010 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: changing format
- Replies: 3
- Views: 1181
- Thu Jul 29, 2010 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading a Dataset with a DB stage
- Replies: 3
- Views: 786
- Thu Jul 29, 2010 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Left outer join in HASH file
- Replies: 22
- Views: 6062
- Thu Jul 29, 2010 5:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion uint64 to decimal(15,0) warning
- Replies: 5
- Views: 2230
- Thu Jul 29, 2010 5:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table creation failed
- Replies: 4
- Views: 1123
- Thu Jul 29, 2010 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LookUp problems
- Replies: 3
- Views: 736
If the database has indices on the join criteria and if it is less loaded and perhaps more powerful than the DataStage machine then it would make sense, from a performance point of view, to perform the join there. Usually this is hard to guess and the only way is to perform an empirical test to comp...
- Thu Jul 29, 2010 5:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion uint64 to decimal(15,0) warning
- Replies: 5
- Views: 2230
The documentation (which I don't have at hand right now) for the MODIFY stage will show the explicit conversion functions that you can use to avoid this warning message. Another option is to use message handling to demote or suppress the message - but I would rather avoid doing that and recommend us...
- Thu Jul 29, 2010 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LookUp problems
- Replies: 3
- Views: 736
- Thu Jul 29, 2010 4:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table creation failed
- Replies: 4
- Views: 1123
Re: Table creation failed
What datatypes are you using in your table. One or more of them are not supported.tehavele wrote:...main_program: Driver doesn't support the datatype. DataType Code = -9
main_program: Could not get mapping for one or more datatypes. ...
- Thu Jul 29, 2010 3:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Bulk Loader - Error allocating environment handle
- Replies: 1
- Views: 775
- Thu Jul 29, 2010 3:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Handling
- Replies: 19
- Views: 4830
- Thu Jul 29, 2010 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert then Update
- Replies: 6
- Views: 1500
If I understand your issue, you want to ensure that if records going to A are rejected during the write phase that they don't go into B? In that case, you can put a reject link out of A and then make that the reference stream to a lookup stage coming out of the transform stage and heading for B. All...