Page 1 of 1

how to generate surrogete key in server jobs?

Posted: Mon Sep 04, 2006 11:20 pm
by karthikgk0705
Hi,
How to generate surrogate key in server jobs?which functions shd I use?

Thanks.

Posted: Mon Sep 04, 2006 11:47 pm
by rasi
Moderator

Duplicate post to be removed

Generating the surrogate key in Server Jobs

Posted: Tue Sep 05, 2006 1:16 am
by boppanakrishna
hi ,
you can try using the "Keymgt " function to generate the surrogate key and try to change the attribute if you require the key to be startted from begining after some loading is happened ....if any pbm occurs reply back...

Thanks&Regards,
Boppana Ramakrishna

Re: Generating the surrogate key in Server Jobs

Posted: Tue Sep 05, 2006 7:13 am
by Xpert
boppanakrishna wrote:hi ,
you can try using the "Keymgt " function to generate the surrogate key and try to change the attribute if you require the key to be startted from begining after some loading is happened ....if any pbm occurs reply back...

Thanks&Regards,
Boppana Ramakrishna

Hi,

U can use KeymgtGetNextVal Routine or ur logic in stage variables.