Page 1 of 1

Warning in Funnel stage

Posted: Wed Jan 11, 2006 2:48 am
by koolnitz
Hi,

In many of my jobs, I get a warning in Funnel stage in a random basis. i.e. in any job any time, this warning is thrown:

Warning: fnl_IdDoc: When checking operator: Dropping "id_doc_type" in transfer from "inRec" to "outRec".

When I compile such jobs again and run, the warning disappears.

Is this a known problem with Funnel stage? We are sure that the logic implemented in the jobs are correct, as it runs without complaining most of the times. We have opened a case with Ascential support team, and yet to hear from them.

Any help would be appreciated!
Thanks in advance.

Posted: Wed Jan 11, 2006 2:51 am
by ray.wurlod
Does this happen during design, during compilation or when the job is run?

Posted: Wed Jan 11, 2006 2:52 am
by koolnitz
This happens when we run the jobs. No compilation error.

Posted: Wed Jan 11, 2006 1:39 pm
by rajpatel
Please check all input of funnel and make sure the name /type and lenght should be match . something is not matching correctly in both input.

Posted: Wed Jan 11, 2006 4:14 pm
by koolnitz
Thanks Raj, but as I mentioned earlier that we are pretty sure that all the mappings are correct and most of the times the jobs run without any warning.
We have two environment available -- In one env, it comes once in a bluemoon, but in the other one, it comes very often. That too for different jobs at different times.

We run our jobs using Unix script, which in turns kicks off the DS job sequence.

Can it be something related to environmental settings?

Posted: Wed Jan 11, 2006 11:53 pm
by ameyvaidya
koolnitz wrote:Thanks Raj, but as I mentioned earlier that we are pretty sure that all the mappings are correct and most of the times the jobs run without any warning.
As far as I know, this warning should be consistent(atleast for the same input data).

Anyways the below has always workd for me:

If RCP is on for this Job/Project, switch RCP OFF at all inputs of a funnel stage.

Posted: Thu Jan 12, 2006 3:41 pm
by kwwilliams
Did you get this resolved? Was it RCP?

IBM advised us when we were having issues with a funnel, not only to make sure that all of the columns on each input was presnet, but to also make sure that all of the columns are in the correct order. One way to ensure that would be to save your first links metadata and then go to each subsequent link delete the metadata and load it from the first link's saved metadata.

Posted: Thu Jan 12, 2006 10:37 pm
by koolnitz
Still getting those warnings..

We have the same set of jobs in two different environments, viz DEV and UAT. In both places, RCP is disabled at project level. In DEV, we get warnings in a couple of jobs while in UAT it troubles us in around 20 jobs, though the project in UAT is just a full import of DEV project. All the properties are exactly same.

Is there anything related to environment setting?

In one of my jobs, I have used a Filter stage and a Row Generator before the Funnel (which throws warning). As suggested by Amey, I looked for an option to disable the RCP at stage level. But couldn't find any option in these preceding stages.

Can anyone help me out searching for this option in the stages?

Thanks!

Re: Warning in Funnel stage

Posted: Fri Jan 13, 2006 4:25 am
by madhukar
u will get RCP option in output/columns page

Posted: Fri Jan 13, 2006 11:10 am
by ameyvaidya
Hi Nitin,
If RCp is disabled at the project level... it usually is disabled at the job level..

Anyways the RCP off check box is usually found at the output of any stage at the left bottom corner of the column definitions page.

For transformers and lookups, the RCP is in the output(/?general?) page of the stage properties window.

IHTH