Search found 53125 matches
- Wed Mar 10, 2004 2:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AS400 Stored Procedure Call
- Replies: 3
- Views: 4338
- Wed Mar 10, 2004 2:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do we capture duplicate records
- Replies: 11
- Views: 4138
Depends. What is your definition of "duplicate" here? All columns the same or just a selected subset of columns the same? Or even just one column (a candidate key but not a key)? The techniques exist for all of these, but they're different. They can be cumbersome or elegant. For example, if a duplic...
- Wed Mar 10, 2004 2:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Which is more efficient Hash Tables or OCI lookups
- Replies: 17
- Views: 4908
I forgot to mention that we were VERY selective about which columns to load into the hashed file stage, so that the average row size was small, and we were able to get very many rows into the hashed file. Eventually, however, it did get too large to cache, but even disk based performance was far bet...
- Tue Mar 09, 2004 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output Hash File Does not Modify Orginal creation Length?
- Replies: 8
- Views: 1932
When you use a Hashed File stage, you get the opportunity (in the Stage properties) to specify an "account" (= DataStage project) or "directory" as the location of the hashed file. It is this "account" to which I referred. It's location is decoded though the DataStage system table UV.ACCOUNT if you ...
- Tue Mar 09, 2004 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to 7.0
- Replies: 10
- Views: 3529
Once development/test and production are at the same release, there is no problem. Upgrading production from version 6 to version 7 is also no problem. Make sure you have a backup (export whole project) just in case. Install version 7. Any version 6 components will be automatically upgraded as part ...
- Tue Mar 09, 2004 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Licensing by CPU Count
- Replies: 9
- Views: 2929
- Tue Mar 09, 2004 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fixing corrupted log files on reboot
- Replies: 15
- Views: 5319
The advice you have received is, quite simply, wrong. You get different views (one per instance) in the Director log view. This may have confused your support provider. (If your support provider can't understand the concept of a view, maybe you have another problem!) However, there is only one RT_LO...
- Tue Mar 09, 2004 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output Hash File Does not Modify Orginal creation Length?
- Replies: 8
- Views: 1932
Let me see if I understand what you're doing. You have a Hashed File stage with an input link and an output file link. On that basis let's investigate further. A passive stage (for example sequential file, hashed file) with an output link in the job has the function to READ from that file or table. ...
- Tue Mar 09, 2004 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Architecture
- Replies: 2
- Views: 2414
The best place is right here. There is no book or other documentation of the kind you seek. In general, any directory containing the files .Type30, DATA.30 and OVER.30 is a dynamic hashed file and should be left well alone from the UNIX command shell. In the project, things with names beginning DS_ ...
- Tue Mar 09, 2004 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to 7.0
- Replies: 10
- Views: 3529
chou wrote:Hi all,
Please let me know the Upgrade from Version 5.2 to 7x and migration of all jobs into Production. where Dev is 7x and Production is 6x. Send me the link for Upgrading.
Thanks
It is simply not possible to promote version 7 development/test jobs into a version 6 production environment.
- Tue Mar 09, 2004 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Licensing by CPU Count
- Replies: 9
- Views: 2929
- Tue Mar 09, 2004 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fixing corrupted log files on reboot
- Replies: 15
- Views: 5319
CLEAR.FILE on RT_LOG and RT_STATUS is highly likely to clear any logical corruption. This is not, however, 100% guaranteed, and definitely is not guaranteed to fix any physical corruption (for example bad spot on disk). It also means you lose the control records. DataStage will re-create the control...
- Tue Mar 09, 2004 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tranform runs too long!
- Replies: 5
- Views: 3679
There's definitely a problem here. You should be able to do 50000 rows in about a minute or two (depending on hardware) if source and target are text files. Maybe five. Perhaps the source file lacks an end-of-file character, and your BASIC Transformer stage is waiting forever for it. (This is how th...
- Tue Mar 09, 2004 12:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Which is more efficient Hash Tables or OCI lookups
- Replies: 17
- Views: 4908
Last year I worked with a telco in India. They were taking on one million new customers per week for eighteen months. (That's still only about 5% market share!) But the CDR numbers were huge, and the customer dimension was huge too. Hardware was a 32CPU SunFire 15000 with (initally) 34TB of disk and...
- Tue Mar 09, 2004 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Licensing by CPU Count
- Replies: 9
- Views: 2929
When I was last in India we were running an eight CPU licence on a 32 CPU SunFire server. DataStage (v6.x) never ran on more than eight CPUs even though we ran ten and twelve jobs simultaneously. However, I can't be certain that this was managed by DataStage or by UNIX (affinity) configuration. For ...