Search found 53125 matches
- Tue Jun 19, 2012 4:24 pm
- Forum: General
- Topic: email notifications logic
- Replies: 3
- Views: 1951
- Tue Jun 19, 2012 6:10 am
- Forum: General
- Topic: Capturing SOAP Envelope
- Replies: 1
- Views: 1127
Capturing SOAP Envelope
Is it possible to capture the actual SOAP envelopes (header and body at least) used by the Web Services Transformer stage using only DataStage facilities (perhaps a property in the stage itself)?
- Tue Jun 19, 2012 6:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset error
- Replies: 3
- Views: 5755
- Tue Jun 19, 2012 12:56 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Cannot choose a data class
- Replies: 4
- Views: 2114
- Mon Jun 18, 2012 11:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Schema Library Manager
- Replies: 2
- Views: 1666
- Mon Jun 18, 2012 11:17 pm
- Forum: General
- Topic: IBM XL C/C++ Enterprise Edition compiler
- Replies: 4
- Views: 1903
- Mon Jun 18, 2012 11:14 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Cannot choose a data class
- Replies: 4
- Views: 2114
- Mon Jun 18, 2012 5:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type "int64" Warn
- Replies: 3
- Views: 2568
decimal[10,0] is not big enough to handle all possible values of uint64, the largest possible value of which is 2**64-1, or 18,446,744,073,709,551,615 (rather more than 10 digits, which is what your decimal[10,0] data type implies). DataStage is warning you that not all possible uint64 values will f...
- Mon Jun 18, 2012 5:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type "int64" Warn
- Replies: 3
- Views: 2568
- Mon Jun 18, 2012 5:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do I access the 'Drop unmatched fields' property in ODBC
- Replies: 3
- Views: 2813
- Mon Jun 18, 2012 5:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is use of surrogate key?when we u r using this?
- Replies: 5
- Views: 2179
- Mon Jun 18, 2012 5:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 8.5 on Windows integration with TFS version control.
- Replies: 2
- Views: 4175
- Mon Jun 18, 2012 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retain loop variable value in a transformer?
- Replies: 2
- Views: 2640
- Mon Jun 18, 2012 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TFM2: Error when inserting partitioner: The number of attach
- Replies: 2
- Views: 3362
- Mon Jun 18, 2012 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load multiple tables from Oracle to DB2
- Replies: 4
- Views: 3238
If there are no large objects (BLOB or CLOB), and provided that you are using DB2 Timestamp data type where Oracle has TIME, you will be able to do this with one or two jobs quite easily using Runtime Column Propagation. Even if there are large objects it can be achieved with few jobs, but you have ...