Page 1 of 1

Want to fix a particular warning with Funnel stage

Posted: Thu Aug 10, 2017 5:35 am
by niranjanpanda030
Hi ,

I am getting below warning:.

FN_Rej_Sku_Diffs: When checking operator: Dropping "diff_3_sku" in transfer from "inRec" to "outRec".

Googled a lot but could not find any resolution. Job has more than 50 warnings, because of which the Job aborts when triggered through Control-M. However when I run it manually it is working fine.

There is no RCP enable in the job . All the metadata passed to funnel stage verified . Everything is in sync.

Posted: Thu Aug 10, 2017 6:42 am
by thompsonp
Firstly - no need to post the same thing in two places.
Hopefully one of the admins can remove the duplicate in the General section.

Have you checked that diff_3_sku exists on all the input streams and that it is of the same type?

Posted: Thu Aug 10, 2017 7:22 am
by chulett
Two other places, actually. But now the cheese stands alone. :wink:

Posted: Thu Aug 10, 2017 10:57 am
by PaulVL
I think the important thing you need to research is why does the job abort if run via Control-M scheduler and work fine if run manually.

I think you will find that control-M submits a script to execute, the script is probably reading the return code of the job and saying that "ran with warnings" is not the same as "ran ok" so it throws back a return code to your scheduler saying "blah it messed up".

Posted: Mon Aug 21, 2017 4:41 am
by priyadarshikunal
Do you get the same warnings when executed from director, but still it completes?

Posted: Sun Aug 27, 2017 9:36 pm
by ray.wurlod
The warning suggests that (in the compiled version at least) diff_3_sku is not being transferred to the output link. It is possible that this is because diff_3_sku exists on some, BUT NOT ALL, input links.