Search found 53125 matches
- Mon Mar 05, 2007 5:01 pm
- Forum: IBM QualityStage
- Topic: Match Stage Variable
- Replies: 1
- Views: 1282
- Mon Mar 05, 2007 4:59 pm
- Forum: Enhancement Wish List
- Topic: up the 99 project limit... and more
- Replies: 27
- Views: 11104
- Mon Mar 05, 2007 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot see jobs in Datastage Director using a Operator user
- Replies: 13
- Views: 5439
- Mon Mar 05, 2007 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning log capture
- Replies: 14
- Views: 3629
- Mon Mar 05, 2007 3:01 pm
- Forum: General
- Topic: Median Calculation
- Replies: 36
- Views: 10179
- Mon Mar 05, 2007 3:00 pm
- Forum: IBM QualityStage
- Topic: QualityStage equivalent of DCount function
- Replies: 7
- Views: 3068
- Mon Mar 05, 2007 2:59 pm
- Forum: Site/Forum
- Topic: "kumar_s" hits 4000 !!!
- Replies: 15
- Views: 7622
- Mon Mar 05, 2007 2:58 pm
- Forum: Enhancement Wish List
- Topic: up the 99 project limit... and more
- Replies: 27
- Views: 11104
99 may well be a limit for concurrently connected client users. It is NOT a limit on the number of projects you may create, which is unlimited (disk space permitting) in version 7.5.1A Look carefully at the Licensing tab in the Administrator client. There are two frames. The one on the left is for t...
- Mon Mar 05, 2007 1:03 pm
- Forum: Enhancement Wish List
- Topic: up the 99 project limit... and more
- Replies: 27
- Views: 11104
What version are you running? Current versions are licensed by CPU, and there's no such limit on the number of projects. Earlier versions were licensed by the number of projects, so you'd have to buy more licenses to go past 99. Indeed, I've been working with DataStage since before version 1.0, and ...
- Mon Mar 05, 2007 1:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to update the source table in the same job?
- Replies: 17
- Views: 4907
- Mon Mar 05, 2007 12:58 pm
- Forum: General
- Topic: Median Calculation
- Replies: 36
- Views: 10179
Modular?!! Re-usable?!! Keep it a separate function; add a DEFFUN declaration to yours. But it's STILL two passes through the data. Three, if you have to build the list first that you pass as your routine's argument. I'd prefer to use an SQL that offers MEDIAN and RANK right there in the query. Inci...
- Mon Mar 05, 2007 12:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Ruuning for ever
- Replies: 1
- Views: 611
Only you can do so for sure. If there were database tables involved I'd be suggesting to check for self-locking. But there aren't. With no knowledge of the two job designs it is difficult to suggest anything else, apart from enabling some of the reporting environment variables. Are you noticing more...
- Mon Mar 05, 2007 12:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to update the source table in the same job?
- Replies: 17
- Views: 4907
- Mon Mar 05, 2007 12:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BadAlloc: error while processing data in an aggregator
- Replies: 7
- Views: 3091
In the Aggregator stage, find the Method property on the Stage tab and change it from Hash to Sort. Then, on the Input tab, go to the Partitioning tab and change the partitioning to Hash, choosing the grouping keys for aggregation in the same order. Still on the Partitioning tab, select the Perform ...
- Mon Mar 05, 2007 12:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Edition to Parallel Extender Migration
- Replies: 3
- Views: 1092