Look up issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

Look up issue

Post by just4u_sharath »

Hello,
I am doing a look up on records and rejected records i am catching in a netezza table. Its giving me the following error.

NZ_incr_dp_scrp_data: Process meta data not available in database
main_program: Fatal Error: Added field has duplicate identifier():

But Meta data is available in my table definitions.

Instead of table if i put a peek stage. The jobs runs fine. I want to store the rejected records.

plz help
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Do you have RCP enabled? Also, in your PEEK stage, look at the columns and see if you have a duplicated name, most likely stemming from the lookup stage.
behrouz
Participant
Posts: 41
Joined: Tue Oct 28, 2008 4:13 am

Re: Look up issue

Post by behrouz »

just4u_sharath wrote:Hello,
I am doing a look up on records and rejected records i am catching in a netezza table. Its giving me the following error.

NZ_incr_dp_scrp_data: Process meta data not available in database
main_program: Fatal Error: Added field has duplicate identifier():

But Meta data is available in my table definitions.

Instead of table if i put a peek stage. The jobs runs fine. I want to store the rejected records.

plz help

I guess in your lkp yuou are tring to send 2 differets filesd from you r souerce and your reference

with same name which is not correct ;)

Hope this help you

Regards.
Arash.
behrouz
Participant
Posts: 41
Joined: Tue Oct 28, 2008 4:13 am

Re: Look up issue

Post by behrouz »

behrouz wrote:
just4u_sharath wrote:Hello,
I am doing a look up on records and rejected records i am catching in a netezza table. Its giving me the following error.

NZ_incr_dp_scrp_data: Process meta data not available in database
main_program: Fatal Error: Added field has duplicate identifier():

But Meta data is available in my table definitions.

Instead of table if i put a peek stage. The jobs runs fine. I want to store the rejected records.

plz help

with same name which is not correct ;)

Hope this help you

Regards.
Arash.
plz if this helps you send your message Id for this errror

NZ_incr_dp_scrp_data: Process meta data not available in database
main_program: Fatal Error: Added field has duplicate identifier():
I guess in your lkp yuou are tring to send 2 differets filesd from you r souerce and your reference
Post Reply