Search found 53125 matches
- Wed Oct 05, 2005 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing .xls or .mdb files in a Unix directory
- Replies: 18
- Views: 7736
- Wed Oct 05, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file creation & update clarification
- Replies: 9
- Views: 2482
- Wed Oct 05, 2005 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation of DS.
- Replies: 7
- Views: 2315
- Wed Oct 05, 2005 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DBPROCESS is dead or not enabled
- Replies: 3
- Views: 1466
- Wed Oct 05, 2005 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Administering Locks - INODE question
- Replies: 3
- Views: 904
There's an even better way. Run ACCOUNT.FILE.STATS ALL LOCAL in your project. This collects all sorts of file tuning statistics, but also records the device number and inode. So you can then construct a query such as: SELECT DISTINCT FILEINODE FMT '10R', FILENAME FMT '56T' FROM STAT.FILE ORDER BY 1;...
- Wed Oct 05, 2005 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: email notification along with subroutines
- Replies: 1
- Views: 1198
- Wed Oct 05, 2005 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating a Parallel Routine.
- Replies: 8
- Views: 4658
- Wed Oct 05, 2005 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset error: Parallel job reports failure (code 141)
- Replies: 6
- Views: 2993
- Wed Oct 05, 2005 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: filter stage
- Replies: 3
- Views: 1273
- Wed Oct 05, 2005 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mq stage
- Replies: 3
- Views: 1232
- Wed Oct 05, 2005 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF stage - Record Option - Separator; value Project Default
- Replies: 3
- Views: 1150
- Wed Oct 05, 2005 4:27 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Error Loading metadata
- Replies: 3
- Views: 2597
- Wed Oct 05, 2005 12:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do you handle missing coloumns
- Replies: 3
- Views: 1367
plz help me out asap. I'd love to help you out. Which way did you come in? And asap is not the name by which I'm usually known! Scroll right in the Columns grid in a Sequential File stage, where you will encounter rules for handling missing columns and other abnormalities. Many DataStage processes ...
- Wed Oct 05, 2005 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multi lines --> single line ?
- Replies: 8
- Views: 2072
- Wed Oct 05, 2005 12:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File corruption in UV_SCHEMA file/table
- Replies: 8
- Views: 2342
Did none of them have the wit to go back to the previous full backup? D'oh! Yes, I agree, UV_SCHEMA and UV.ACCOUNT are the worst to lose, closely followed by the VOC file of the UV account. Tales from the Trenches Step N in an installation or upgrade, after configuring tunables and connectivity, sho...