Search found 53125 matches
- Fri Feb 11, 2005 5:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read &PH& on UNIX
- Replies: 5
- Views: 2661
If you reset the job (not recompile, reset), any diagnostic information in &PH& should be transferred to the job log, in an event called "From previous run...". Otherwise, &PH& is a directory within the project on the server. The file will have a name made up of the program name (DSD.RUN or DSD.Stag...
- Fri Feb 11, 2005 5:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Jobs reports failure (code 255)
- Replies: 9
- Views: 6671
- Fri Feb 11, 2005 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to store max value of a counter
- Replies: 3
- Views: 1504
- Fri Feb 11, 2005 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Controller problem: Unhandled abort encountered in job
- Replies: 7
- Views: 7107
- Fri Feb 11, 2005 5:17 pm
- Forum: IBM QualityStage
- Topic: Running QS job from within DataStage Server
- Replies: 2
- Views: 1939
Welcome aboard! :D When QualityStage is invoked from DataStage, the concept of "file" can mean "data stream". It still needs "file", so that it can find the file definition in the QS project directory, but it does not need a physical file; the data stream can be managed in memory. This becomes even ...
- Thu Feb 10, 2005 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: constraint confusing
- Replies: 7
- Views: 1545
- Thu Feb 10, 2005 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempt to convert String value to Date type unsuccessful
- Replies: 17
- Views: 18061
- Thu Feb 10, 2005 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduled jobs intermittently don't start
- Replies: 13
- Views: 2131
- Thu Feb 10, 2005 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg combining the data from 3 oracle tables
- Replies: 10
- Views: 1606
- Thu Feb 10, 2005 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract Column name in Trx through a function call
- Replies: 10
- Views: 3286
- Thu Feb 10, 2005 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: flat file
- Replies: 5
- Views: 854
- Thu Feb 10, 2005 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unidata OBDC driver
- Replies: 3
- Views: 1232
Your assumption that UniData is supported by Ascential DataStage does not mean that an ODBC driver is supplied. DataStage supports Red Brick Warehouse, too, but does not supply an ODBC driver. However, you will have, on your UniData client CD, an ODBC driver for UniData (called UniODBC). You can use...
- Thu Feb 10, 2005 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control in a sequencer
- Replies: 8
- Views: 1435
- Thu Feb 10, 2005 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempt to convert String value to Date type unsuccessful
- Replies: 17
- Views: 18061
Find out what your default Oracle date picture is.
Then make sure that whatever you're passing to the OCI stage matches this format precisely using Iconv/Oconv functions or substring/concatenation techniques.
Code: Select all
SELECT date_column FROM table;- Thu Feb 10, 2005 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CDC key
- Replies: 1
- Views: 713