Page 1 of 1

how to avoid this funnel stage warning?

Posted: Fri Dec 09, 2005 6:15 am
by Nripendra Chand
I'm getting following warning in the funnel stage:

funConcatAllApps: When checking operator: Defaulting "EVENT_ID_CAMP" in transfer from "inRec" to "outRec".

Although it is not affecting the result, but still I want to avoid this warning. Please suggest.

-Nripendra

Posted: Fri Dec 09, 2005 11:08 am
by ameyvaidya
in the PX Funnel stage, all the input datasets must have exactly the same metadata as each other and the output dataset. There can be no difference in the number, data type and (i think) precision and nullability.

Check every input link into that funnel stage. It should have the same column definitions.


If they are, It may be the< :twisted: > RCP </ :twisted: > at work. Switch it off at all input links.

recommend an annotation when RCP is switched off for link(s).

Hope this helps,

Posted: Fri Dec 09, 2005 10:28 pm
by kumar_s
Hi,
As vaidya suggested, look into the column "EVENT_ID_CAMP" which might have the datatype difference.
Even the extended option considered as change.

-Kumar