Search found 53125 matches
- Wed Aug 25, 2010 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator group outputs empty string value
- Replies: 4
- Views: 1584
- Wed Aug 25, 2010 1:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in installing DS server
- Replies: 4
- Views: 1020
All downloads are from IBM's Passport Advantage site.
- Wed Aug 25, 2010 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduler Error loading connector library libccora10g.
- Replies: 5
- Views: 3753
In that case dsenv should have been executed. Look in the second event in the job log (environment variables) and confirm that all the search list environment variables are correctly set. If not, fix dsenv. If they are, check the execution permissions for the library. Also check that the required ge...
- Tue Aug 24, 2010 9:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in installing DS server
- Replies: 4
- Views: 1020
- Tue Aug 24, 2010 9:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In DataStage have any limitation for Job Name?
- Replies: 7
- Views: 4074
- Tue Aug 24, 2010 9:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncating Decimal.
- Replies: 13
- Views: 3266
That wasn't explicit in your specification.
Code: Select all
svLeftOfDecimal <-- Field(InLink.Col, ".", 1, 1)
svNegative <-- (Left(svLeftOfDecimal, 1) = "-")
svNumber <-- Right(svLeftOfDecimal, 7)
svResult <-- If svNegative Then "-" : svNumber Else svNumber- Tue Aug 24, 2010 6:24 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Scheduling import of metadata
- Replies: 1
- Views: 1038
Scheduling import of metadata
Does anyone know whether there's any script/command line interface that can be used to import metadata (particularly from reports) into IA, and which therefore can be scheduled to run periodically?
- Tue Aug 24, 2010 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncating Decimal.
- Replies: 13
- Views: 3266
- Tue Aug 24, 2010 6:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduler Error loading connector library libccora10g.
- Replies: 5
- Views: 3753
- Tue Aug 24, 2010 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql server extract - corrupt data when using an odbc stage
- Replies: 4
- Views: 2354
- Tue Aug 24, 2010 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reducing Swap Usage in Simple Jobs
- Replies: 9
- Views: 2279
You can certainly tune memory in the Sort stage, up or down, but if the system is already swapping heavily I'd be more inclined to figure out what's causing that. Is it genuine swap (to system swap space) or is it usage of the scratchdisk resources mentioned in your configuration file? If the latter...
- Tue Aug 24, 2010 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In DataStage have any limitation for Job Name?
- Replies: 7
- Views: 4074
- Tue Aug 24, 2010 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorting, partitioning vs sorting in a join stage
- Replies: 1
- Views: 1193
Try to do it yourself, on paper/whiteboard. Partitioning keeps all the equi-valued keys on the same partition as each other. It is usually sufficient to partition on the first join key because necessarily secondary join keys must be in that group. The Join stage does require - for efficiency of oper...
- Tue Aug 24, 2010 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: combine column data one below other
- Replies: 2
- Views: 923
- Tue Aug 24, 2010 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer condition
- Replies: 2
- Views: 911