Checking operator error

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
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

Checking operator error

Post by sureshabbisetti »

Hi ,

I am using a transformer to perform some validations, and then processing all error datasets using a funnel stage, which then links to a single error dataset.
When I am running the job, I am getting the following warnings.

Funnel_19: When checking operator: Dropping "FHAN62_CMY_CD" in transfer from "inrec" to "outrec"
Funnel_19: When checking operator: Dropping "X0410060_LVL1" in transfer from "inrec" to "outrec"

Any suggestions on how I can resolve this issue?
Thanks & Regards
Suresh Kumar Abbisetti
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Your funnel expects to match columns with the same name and output them. In this case, those two columns are not present in both (or all) inputs.
Post Reply