Search found 42189 matches
- Tue Oct 04, 2011 10:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changing 64BIT_FILES to 1
- Replies: 7
- Views: 3868
Make sure you understand exactly what it is you are turning on before you flip that switch, my friend. An exact search for 64BIT_FILES should turn up all of the relevant conversations on the topic. I personally would suggest handling these beefy hashed files on an individual basis, converting just t...
- Tue Oct 04, 2011 9:49 pm
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Tue Oct 04, 2011 8:25 pm
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
When you repeat them, I'd suggest a couple of things. One would be to not just count the entries but actually list them out, in date/time order, so you know exactly what is being created there. And do this while they run, not just before and after. A simple trick might be to just look at the most re...
- Tue Oct 04, 2011 5:04 pm
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Tue Oct 04, 2011 4:44 pm
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Tue Oct 04, 2011 7:54 am
- Forum: General
- Topic: Removing Duplicates only using transformer stage
- Replies: 10
- Views: 2456
- Tue Oct 04, 2011 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Container + Real time usage
- Replies: 1
- Views: 773
- Tue Oct 04, 2011 7:34 am
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Tue Oct 04, 2011 7:08 am
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Tue Oct 04, 2011 6:37 am
- Forum: General
- Topic: Listing Passive Stages in a Job
- Replies: 4
- Views: 1845
- Tue Oct 04, 2011 6:36 am
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
You are completely over-thinking this. There is a long standing Best Practice that encourages you to manage the number of entries in the Phantom directory. I've never worried about how many entries are there or if there is some magical threshold that must be crossed before it becomes an issue. I've ...
- Mon Oct 03, 2011 6:06 pm
- Forum: General
- Topic: Removing Duplicates only using transformer stage
- Replies: 10
- Views: 2456
- Mon Oct 03, 2011 4:18 pm
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Mon Oct 03, 2011 1:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup with the target!!
- Replies: 7
- Views: 1943
- Mon Oct 03, 2011 11:07 am
- Forum: General
- Topic: Removing Duplicates only using transformer stage
- Replies: 10
- Views: 2456
Server job with a hashed file that just stores the key or record number or whatever uniquely identifies a record. Do a lookup to the hashed file and if the key does not exist, write it to the hashed file and pass it out the output link. If you get a hit on the hashed file, do nothing, as in do not p...