Search found 42189 matches
- Sun Apr 15, 2007 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importing NULL values
- Replies: 6
- Views: 1784
- Sun Apr 15, 2007 9:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: spliting a string in one column into many rows
- Replies: 5
- Views: 1185
This is the FAQ post I mentioned, in case you hadn't found it yet.
- Sun Apr 15, 2007 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: spliting a string in one column into many rows
- Replies: 5
- Views: 1185
- Sun Apr 15, 2007 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convertions
- Replies: 21
- Views: 17931
- Sun Apr 15, 2007 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer Job is getting aborted
- Replies: 6
- Views: 2729
Rather than giving us things 'like' your error message, it is always best to post the actual error from the logs. That being said, there's something in your returned parameter value that is not valid in a string. Without knowing exactly what you are doing, about all we can do is guess what might fix...
- Sun Apr 15, 2007 7:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: spliting a string in one column into many rows
- Replies: 5
- Views: 1185
- Sat Apr 14, 2007 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Number of Columns in an o/p Link
- Replies: 4
- Views: 1157
- Sat Apr 14, 2007 2:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Number of Columns in an o/p Link
- Replies: 4
- Views: 1157
- Sat Apr 14, 2007 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when Try to view data
- Replies: 4
- Views: 5047
- Sat Apr 14, 2007 11:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when Try to view data
- Replies: 4
- Views: 5047
- Sat Apr 14, 2007 11:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when Try to view data
- Replies: 4
- Views: 5047
If you let the stage generate the SQL, you would never see this error. However, since people seem to just LOVE to stuff sql created in other tools like Toad into an OCI stage, things like this happen. One of the properties of the stage is TABLE NAME. It is a required property and right now has no va...
- Sat Apr 14, 2007 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error With Long Description containing EOR
- Replies: 4
- Views: 2067
There are carriage returns in your data. You need to decide - do you want to preserve them or remove them from the data? Load it as is or keep it looking all purty and multi-line like? Preserve? Changing things like fixed-width or delimited won't help. You need to let DataStage know that there are ...
- Sat Apr 14, 2007 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk load
- Replies: 13
- Views: 3483
Target SQL - Insert /*+ append*/ into <column name> from view There is nothing more to describe in job design Sure there is. Can we get a little more precise in our description of the target SQL, espcially seeing as how that's where the problem lies? You don't insert without selecting from somewher...
- Sat Apr 14, 2007 6:24 am
- Forum: General
- Topic: Handling special characters with Oracle OCI
- Replies: 6
- Views: 8003
- Sat Apr 14, 2007 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORAOCI 9i stage - problem with decimal column
- Replies: 4
- Views: 1502
We had a similar experience with the OCI stage in 7.5.2 - junk after certain column values. For us it wasn't timestamp or decimal fields, but just varchars substringed from a CLOB. And it only happened when using a 10g client to access our 10g instance. For us, reverting back to a 9i client solved t...