Ray, RTI components are still a part of SOA, isn't?
Getting RTI license for the current server version will also do the required stuff isn't?
Search found 5168 matches
- Wed Feb 28, 2007 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invoking DataStage jobs from web browser
- Replies: 8
- Views: 2047
- Wed Feb 28, 2007 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Securing Production components
- Replies: 4
- Views: 1470
There is a command line option 'dscc' from client where you can compile programatically. Certain version of Datastage supports Multiple job Compile. Optionally you can export the job with executables, so that, you dont need to compile at all. But converting the Project into Protected, you can make t...
- Wed Feb 28, 2007 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebService Transformer Stage
- Replies: 8
- Views: 2844
- Wed Feb 28, 2007 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters between stages
- Replies: 12
- Views: 2859
- Wed Feb 28, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_DUMP_SCORE output
- Replies: 9
- Views: 3529
- Wed Feb 28, 2007 7:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Scheduling
- Replies: 20
- Views: 8470
- Wed Feb 28, 2007 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to keep a record with some null fields
- Replies: 5
- Views: 1588
- Wed Feb 28, 2007 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace existing rows
- Replies: 32
- Views: 9013
- Tue Feb 27, 2007 8:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters between stages
- Replies: 12
- Views: 2859
If you notice in output, for SO_NUM 620421, value for FEP will be SUM of FEP values for SO_NUM 620421 in table X, with latest values for other attributes 929.907 is just the sum of all FEP from the source table. To find the sum, use Aggregator, and use SO_NUM as key and find the sum of FEP, Max for...
- Tue Feb 27, 2007 8:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limit the entry in the log file
- Replies: 8
- Views: 1659
My mistake I was under the impression, that the sqlcode is propagated only when RPC is turned on. But its not the case. As mentioned, Copy stage can be used as an intermediate stage to drop the column. By the way, if its reject table, adding Sqlcode as a part of metadata will add more information on...
- Tue Feb 27, 2007 6:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters between stages
- Replies: 12
- Views: 2859
To my understanding, you are extracting from a table and partitioning to 3 dataset based on some condition. And you need to find MAX of some value existing in each group. So was the suggestion of using Aggregator stage after the Transformer stage. It will be better if you could give out some example...
- Tue Feb 27, 2007 6:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorting in Change capture
- Replies: 3
- Views: 662
- Tue Feb 27, 2007 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: look up warning
- Replies: 4
- Views: 1274
- Tue Feb 27, 2007 6:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace existing rows
- Replies: 32
- Views: 9013
Truncating table wont work, becasue you ll end up in loosing other key which are not in you current list. Now its time to accept the existing design. One improvement that you can make is, no need to aggregate to get the distinct list of keys, anyways you can use "Delete exisintg rows only" option wi...
- Tue Feb 27, 2007 6:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limit the entry in the log file
- Replies: 8
- Views: 1659