anupam wrote:It is situated under utilities/unsupported.
Starting with 7.5 there is a 'supported' version of the Client Switcher utility with a slightly different name that I don't recall off the top of my head.
Instead of going the wildcard route, why don't you try breaking your TAB2 lookup hash into single records so that it's no longer a concern? Do you know how many (maximum) number of entries can be in a single record? Break them up during the loading process with the FIELD function and write each one ...
Check this post for a very interesting way to do what it sounds like you are doing with UV stages in a hash stage instead. Takes a little bit to setup but very speedy stuff.
Or you may just need to build indexes for your hashed key columns... are they indexed?
What happens when, with the DRS Stage open, you click the 'Help' button? Unless they've screwed something up, it should open up the online help for the stage such that you'd be able to look up the meanings of all of the check boxes and input areas in it. Simple put, Array Size is how many records at...
Are any of these 'space' fields keys in your hash file? I'm guessing that's the case if they are involved in the success or failure of your lookup. Are you sure you've trimmed or not trimmed or done whatever needs to be done to ensure that the 'space-ness' of the fields is not changed so the lookup ...
There really isn't any official 'back out this update' capability. Hopefully you've got either a good backup or a full export from your previous version. You are going to need to completely remove the 7.1 version, and then either re-install the 7.0.1 version and re-import your matching export (as Ki...
Well... keep in mind the fact that this will totally clear all of your job logs. And by 'clear' I mean not like you would from the Director, but totally blow away everything in them, including any Auto Purge settings you may have had. There really isn't enough information to make a judgement regardi...
Wow... all that in one sentence. Unfortunately, I have no idea what kind of specific information you are looking for. I can only make a few comments and inferences. * To 'insert new data so that previous data be overwritten' use one of the Update actions. One does a simple update of the existing rec...
Bob - this isn't an IM client, so it's ok to use whole words and complete sentences. Besides, in an international forum it would help people understand your questions - especially those for whom English is not their native tongue. Now, to the subject of parsing a phone number. Check your online help...
Well... more than likely, because you told it to. Seriously, Transformers don't "drop" records on their own. Records either don't pass through because of a constaint or look like they didn't because they've been rejected by the target stage. I would guess that the later is your case. Need. More. Inf...
Hmmm... have you created Sequencer jobs yet? They allow you to control the 'flow' of several related jobs / routines / activities and help automate the passing of parameters between or to them. When you add an Activity stage to a Sequencer, you can automate the passing of parameters from either the ...