Warning when I use lookup fileset

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
bala_135
Premium Member
Premium Member
Posts: 156
Joined: Fri Oct 28, 2005 1:00 am
Location: Melbourne,Australia

Warning when I use lookup fileset

Post by bala_135 »

Hi,

I am a using lookupfileset which has date and time values.I am using the field SRC_STM_ID as the key field to get the values.When I do that data is prpogating but i am getting the below mentiooned warning.

LKP_CL: When checking operator: Dropping component "SRC_STM_ID" because of prior component with same name.

1.Tried disabling the RCP for this.
2.changed the column name in the output of the lookupstage.
3.Used Copy stage and renamed.

but could not suceed.

Kindly give me some outputs so that I can try on those lines to the problem.

Regards,
Bala.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is a warning that can safely be demoted to informational. It's telling you that the key column passed to the Lookup File Set is exactly the same as the key column returned from the Lookup File Set, so one of them has been consumed so that only one of the (identical) values is moved onto the output link.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Check the nullability of the columns. Sometimes if one is nullable and the other is not, then usually warnings such as this are given too.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply