Search found 53125 matches
- Tue Aug 29, 2006 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rare Error Messsage
- Replies: 20
- Views: 9221
Clearly it's not rare. Floating point exceptions ought not to occur with hashed files, though it is possible with corrupted hashed files (where the modulus calculation performs an improper division). Have you checked the structural integrity of the hashed file(s) that your job accesses? Otherwise, w...
- Tue Aug 29, 2006 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: the way to import and export XML file
- Replies: 5
- Views: 1377
- Tue Aug 29, 2006 5:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write nulls as nulls
- Replies: 10
- Views: 2744
- Tue Aug 29, 2006 5:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Configuring Template" hung
- Replies: 4
- Views: 1869
- Tue Aug 29, 2006 5:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to view source data
- Replies: 10
- Views: 2323
- Tue Aug 29, 2006 5:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: The link contains no derivation rules
- Replies: 5
- Views: 4741
- Tue Aug 29, 2006 5:41 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can not create PSDB
- Replies: 11
- Views: 8433
ProfileStage does not use Microsoft Access internally as far as I am aware. Officially ProfileStage supports only Oracle, DB2/UDB or Microsoft SQL Server for the ProfileStage database (PSDB). The problem is not with using Oracle as the PSDB, it's with the install utility that creates the PSDB. There...
- Tue Aug 29, 2006 1:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml input stage
- Replies: 10
- Views: 2648
- Tue Aug 29, 2006 1:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing parameters in between stages of a sequence
- Replies: 7
- Views: 1920
- Tue Aug 29, 2006 1:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to view source data
- Replies: 10
- Views: 2323
- Tue Aug 29, 2006 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: decimal data type
- Replies: 4
- Views: 1227
- Tue Aug 29, 2006 1:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while inserting rows to DB2
- Replies: 3
- Views: 980
- Tue Aug 29, 2006 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: The link contains no derivation rules
- Replies: 5
- Views: 4741
- Mon Aug 28, 2006 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM ?
- Replies: 23
- Views: 14823
- Mon Aug 28, 2006 8:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which Stages or functionality use the most shared memory?
- Replies: 11
- Views: 6210
If you really want to be pedantic, it's probably the DataStage resource service (which has the memory key daec7511 for version 7.5.1.1). in this shared memory segment are lock tables among other things; you have reserved space for them (using uvconfig) but it is not consumed until required. Neverthe...