Search found 53125 matches
- Thu Dec 21, 2006 2:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Why i'm getting this warning DataStage Job 1430 Phantom 7408
- Replies: 4
- Views: 1463
- Thu Dec 21, 2006 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CSV File : incorrect column number
- Replies: 5
- Views: 1253
- Thu Dec 21, 2006 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Status 2 (Finished with warnings)
- Replies: 2
- Views: 1453
Anything that generates a non-fatal error or warning, or even an unusual event occurring, can cause a job to finish with status DSJS.RUNWARN. Metadata mismatch can occur at either end. Constraint violations can occur when writing to the target. Data truncation can occur at either end. I don't believ...
- Thu Dec 21, 2006 1:56 pm
- Forum: IBM QualityStage
- Topic: Scheduled job won't run
- Replies: 3
- Views: 1413
- Thu Dec 21, 2006 3:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fatal error - sort stage
- Replies: 6
- Views: 3718
Both sets of error messages indicate that you're running out of disk space. If you're trying to write to a Data Set, File Set or Lookup File Set that's the disk resource defined in the configuration file; if not, then it's the file system on which your file exists. The solution: add more disk space....
- Thu Dec 21, 2006 12:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: string comparasion
- Replies: 4
- Views: 907
- Thu Dec 21, 2006 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fatal error - sort stage
- Replies: 6
- Views: 3718
You can configure the maximum memory (per partition) that the Sort stage will use (by default it is 30MB). Any more than this spills to the scratch disk nominated in the configuration file. Partitioning is irrelevant, except that a poorly chosen partitioning algorithm (for example one that forces al...
- Thu Dec 21, 2006 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: select privileges
- Replies: 7
- Views: 2992
Or Search this forum. You are not the first to have encountered this. There are other SYS tables on which you require SELECT privilege.
- Thu Dec 21, 2006 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Probelm triggering job via Sequence
- Replies: 15
- Views: 3608
- Thu Dec 21, 2006 12:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSRoutine
- Replies: 24
- Views: 4502
- Wed Dec 20, 2006 10:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: double quotes for the numbers
- Replies: 6
- Views: 1568
- Wed Dec 20, 2006 7:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding exporting the jobs created in designer
- Replies: 12
- Views: 3748
There is no "multi select" capability in the Export dialog's drop-down lists. On the Options tab choose to export individual components or categories. To export a second category, or a second infividual component, you need to do a second export, this time with the Append check box checked. Or you ca...
- Wed Dec 20, 2006 7:03 pm
- Forum: General
- Topic: Help on Datastage earlier versions
- Replies: 14
- Views: 7069
- Wed Dec 20, 2006 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Stage
- Replies: 15
- Views: 5570
- Wed Dec 20, 2006 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Moving columns from input tab to output tab
- Replies: 10
- Views: 4475
You set up Specifications. Each output column must have a specification. You can have a KEEP specification to pass through column(s) that do not need to be modified, or a DROP specification to manage column(s) that do not need to be passed through, but not both. Every other output column needs a Spe...