Page 1 of 1

KeyMgtGetNextValue doubt

Posted: Thu Sep 06, 2007 12:04 pm
by sravanthi
Hi,

In an existing job ,it uses KeyMgtGetNextValue('seqABC') in a tranformer .The job is working fine in production too.

My doubt is where from seqABC comes from.I have searched through the jobs and was not able to find.

Can anyone of you please let me know where i can find this .Where this may be stored.

Thanks,

Posted: Thu Sep 06, 2007 12:31 pm
by DeepakCorning
It references a Hashed file. Open the routine and check out the code.

Posted: Thu Sep 06, 2007 12:33 pm
by sravanthi
Thanks

I found that it stores in SDKsequences and VOC file.

Posted: Thu Sep 06, 2007 3:33 pm
by ray.wurlod
Not quite.

The next value is stored in SDKSequences (note different casing).

Although the routine checks the VOC file, it does not store anything there.