Search found 53125 matches
- Mon Nov 20, 2006 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recalculation in Aggregator stage
- Replies: 4
- Views: 2042
OK, it's page 508 in the version 7.5 manual, and it's not something I've ever used. I assume you can use a prior output column, rather than an input column, and apply some further calculation to that. Why not experiment (for example what column for recalculation appears in the drop-down list?) and l...
- Mon Nov 20, 2006 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing data from oracle table in to sybase table
- Replies: 11
- Views: 3324
- Mon Nov 20, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BW Open Hub Extract Failure.
- Replies: 3
- Views: 1691
- Mon Nov 20, 2006 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between oracle oci 8i and 9i
- Replies: 7
- Views: 2165
- Mon Nov 20, 2006 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improper data type error in routine
- Replies: 5
- Views: 1653
- Mon Nov 20, 2006 7:14 am
- Forum: General
- Topic: Using DDL (Create table) script in OCI o/p Stage
- Replies: 6
- Views: 3063
- Sun Nov 19, 2006 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempting to Cleanup after Abort
- Replies: 10
- Views: 6029
Your Search for "access violation" would have revealed a number of possible characteristics of your data or design that might result in such a signal being raised. These include inappropriate handling of null values and oversized string data.
- Sun Nov 19, 2006 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom Rows
- Replies: 1
- Views: 814
You will notice within the generated code some $INCLUDE statements. The line numbers in the diagnosis count the lines in the included files. That's why there is a discrepancy. However, you ought not need to inspect the code to resolve this error. You have tried to effect some numeric operation (arit...
- Sun Nov 19, 2006 9:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MetaData Mismatch Warning
- Replies: 30
- Views: 6086
There is an error in the Parallel Job Developer's Guide in the Modify stage chapter. The name of the function that handles null values is incorrectly given as NullToValue(), which is the Transformer stage's function. In a Modify stage the function you need to use is handle_null(). But didn't this th...
- Sun Nov 19, 2006 9:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Commit level and missing columns
- Replies: 6
- Views: 1433
- Sun Nov 19, 2006 9:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write failed in a Hashed file.
- Replies: 7
- Views: 2240
- Sun Nov 19, 2006 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting and %CP
- Replies: 1
- Views: 581
Sorting is heavy duty activity, as anyone who has even been given the task of sorting a deck of playing cards can attest. It WILL consume your CPU resources. The figure reported is (CPU seconds / clock seconds) for each process in question. That is, each Transformer stage is reporting what proportio...
- Sun Nov 19, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diffrence between Sequential and Hash file?
- Replies: 3
- Views: 908
- Sun Nov 19, 2006 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what are two types of hash files??how it differ?
- Replies: 5
- Views: 1368
- Sun Nov 19, 2006 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to interface SAP R3 with DataStage 7x tool
- Replies: 11
- Views: 4902
These manuals are shipped with the SAP PACK from the vendor. If you have the SAP PACKS (and therefore the plug-in stages) you also have the manuals. If you don't have the software the manuals are not going to be much help, because they explain how to use the stages. Incidentally, there is another PA...