Page 1 of 1

Duplicate Identifier

Posted: Fri Feb 16, 2007 6:48 am
by ambasta
I am getting the following error at run time..
"main_program: Fatal Error: Added field has duplicate identifier(): "...
Same job is working in other servers..I tested the job in three different environment.it is running fine in two,but job is aborting in one of the server..

Can anyone please help me!!

Posted: Fri Feb 16, 2007 7:24 am
by loubi
hi Ambasta,

Check if column propagation function is activated ! You maybe have it and declare another field with same name ?

If not, check your look up or other additional flow stages to see if another column has same name.

Posted: Fri Feb 16, 2007 7:44 am
by DSguru2B
What is different between the systems, and remember "nothing" is not a good answer.

Posted: Fri Feb 16, 2007 7:50 am
by ambasta
loubi wrote:hi Ambasta,

Check if column propagation function is activated ! You maybe have it and declare another field with same name ?

If not, check your look up or other additional flow stages to see if another column has same name.
Thanks a lot Loubi.
In one of the system RCP was enabled.i made it disable.now it is working fine. Thanks a lot.

Posted: Fri Feb 16, 2007 8:04 am
by DSguru2B
Great, you can mark the post as resolved now.

Posted: Fri Sep 26, 2008 10:21 am
by chaks
Thanks Loubi,
I tried with RCP enabled & disabled but the error did not go away, but followed your suggestion to check look up stage and it resolved the issue.