Tons of Warning (not error) messages

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
nageshn
Participant
Posts: 6
Joined: Fri May 09, 2003 12:39 am

Tons of Warning (not error) messages

Post by nageshn »

Please help.

---------
HSH_REGION: When checking operator: Dropping component "REGION_CD" because of prior component with same name [api/interface_rep.C:5015]
---------

I get messages like the above for every column in the table which is being used in a job. Finally I get the following message too.

----------
HSH_REGION,0: Ignoring duplicate entry at table record 24; no further warnings will be issued for this table [keylookup/keylookup.C:763]
----------

What is the mistake I am doing or will it harm me later and how to fix it now.

Also, where can I get the error listing for PX. I do not have one and sometimes can't understand what the PX error is.

TIA
nageshn
jasper
Participant
Posts: 111
Joined: Mon May 06, 2002 1:25 am
Location: Belgium

Post by jasper »

if you are working with a join stage you migth want to check following posts:

viewtopic.php?t=89064
viewtopic.php?t=88888
which are both about fields with the same name in different inputs.
If you're working with the difference-stage these don't offer an answer tough. For the difference stage the fields from both inputs need to have the same name. However ds still logs that fields with the same name are dropped.
So I also have jobs which always give this warning.
Any one any idea for difference-stages?
Post Reply