Search found 53125 matches
- Fri Nov 10, 2006 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: excel sheet
- Replies: 9
- Views: 1836
- Fri Nov 10, 2006 1:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when using peekstage
- Replies: 1
- Views: 929
This error is not from a Peek stage. You have used a stage type that has a "TARGETTABLE" mandatory property and have not provided a value for this property. The Peek stage does not have such a property. What stage types (precisely) do you use in your job design? Set APT_DUMP_SCORE to True and inspec...
- Fri Nov 10, 2006 1:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP file stage
- Replies: 22
- Views: 6523
- Fri Nov 10, 2006 1:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job runs on a single processor
- Replies: 10
- Views: 2467
- Fri Nov 10, 2006 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Command stage
- Replies: 5
- Views: 1624
- Fri Nov 10, 2006 8:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_DB2_LOADMSG in Scratch dir?
- Replies: 5
- Views: 2051
- Fri Nov 10, 2006 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to fetch microseconds from timestamp
- Replies: 14
- Views: 6184
The Transformer stage can still output a VarChar, then you use a downstream stage (another Transformer or a Modify stage) to convert the data type. Whether this will conserve the microseconds I am not sure, but it's the approach I'd investigate. My guess is that, if the timestamp format string inclu...
- Fri Nov 10, 2006 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Tuning
- Replies: 11
- Views: 3604
- Fri Nov 10, 2006 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 6
- Views: 1603
- Fri Nov 10, 2006 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Hashed File
- Replies: 13
- Views: 4329
Server jobs (and therefore hashed files) are fully supported in version 8.0. The principal difference for server job developers is that the repository is no longer stored in hashed files, but in a separate database, which is the unified repository for all IBM Information Server products. Metadata ar...
- Fri Nov 10, 2006 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: functionality question
- Replies: 4
- Views: 1806
- Fri Nov 10, 2006 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset read problem
- Replies: 13
- Views: 4635
Rows/sec is an almost completely meaningless metric. Various factors influence it, usually negatively, such as row width, network bottlenecks, the clock still running after all rows have been processed, and so on. I have posted before on this. There can be no such thing as an answer to the question ...
- Fri Nov 10, 2006 12:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to fetch microseconds from timestamp
- Replies: 14
- Views: 6184
- Fri Nov 10, 2006 12:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IBM certification for Datastage EE 7.5
- Replies: 4
- Views: 1552
- Fri Nov 10, 2006 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does datastage have the capabilty to write to a EXEL Spreads
- Replies: 7
- Views: 6383
There is a specific ODBC driver for Excel, from Microsoft curiously enough. You can write to an Excel worksheet, but it must already exist and have the column headings in place. Excel treats a worksheet as a system table for some reason only known to the authors of the ODBC driver, and there are res...