Search found 53125 matches
- Thu Jun 21, 2007 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage giving very poor performance
- Replies: 8
- Views: 2656
- Thu Jun 21, 2007 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Arithemtic Overflow
- Replies: 8
- Views: 1298
- Thu Jun 21, 2007 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connecting to Designer - slow
- Replies: 4
- Views: 1251
- Thu Jun 21, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NUll to oracle date
- Replies: 5
- Views: 1834
- Thu Jun 21, 2007 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage giving very poor performance
- Replies: 8
- Views: 2656
Welcome aboard. :D Think about what Pivot stage is doing. It takes a lot of resources, particularly memory, for processing a lot of rows. There is nothing you can do about that. You can create your own Build stage to pivot your data according to your specific requirements, which removes all the nece...
- Thu Jun 21, 2007 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read data from Excel
- Replies: 7
- Views: 2629
An XLS file is not amenable to being read by a Sequential File stage; for a start it potentially contains multiple worksheets. If you have a UNIX-based ODBC driver for Excel you can use that. None ships with DataStage. Otherwise you need to save the worksheet as a text file (.TXT or .CSV) and proces...
- Thu Jun 21, 2007 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ASCII to Binary
- Replies: 6
- Views: 1683
- Thu Jun 21, 2007 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage Reject Link in Datastage
- Replies: 5
- Views: 8814
Best practice is to detect all knowable reject conditions before presenting rows to the database tables. It is much easier to deal with them if you do. You end up with a design that generates many fewer warnings, and then only when something unknowable (thanks Mr Rumsfeld) happens in the data or in ...
- Thu Jun 21, 2007 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capture* files in /tmp directory
- Replies: 6
- Views: 2825
- Thu Jun 21, 2007 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search for Jobs in a project for a table.
- Replies: 2
- Views: 992
- Thu Jun 21, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Non english European characters
- Replies: 6
- Views: 1205
Installing NLS will definitely help, but it may not be necessary. Even with accented characters the western European languages should be able to be handled as a single-byte ("extended ASCII") character set. Please reset the aborted job in Director, then post any warning messages from the aborted job...
- Thu Jun 21, 2007 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: USER DEFINED SQL FILE WITH DRS STAGE
- Replies: 28
- Views: 13393
- Thu Jun 21, 2007 3:26 pm
- Forum: General
- Topic: How to sort data in Server edition Jobs
- Replies: 2
- Views: 998
Sort stage, as Ken suggests, is available in server jobs. But it's slow. If you have a DOS command line sorter available, it may be preferable to use that, perhaps as the Filter command in a Sequential File stage. Other possibilities include a UV stage (or any other database stage) - load the data i...
- Thu Jun 21, 2007 3:22 pm
- Forum: General
- Topic: Error running a batch file
- Replies: 12
- Views: 6263
- Thu Jun 21, 2007 3:18 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Can not compile on certain clients.
- Replies: 4
- Views: 2868