Page 1 of 1

problem with funnel

Posted: Wed May 05, 2010 10:43 pm
by vinsashi
Hi,
i have 10 source files all having single column and datatype is varchar.all loading into single file with funnel stage. but not gettting data into target.
Error:
APT_CombinedOperatorController,0: Fatal Error: mmap() failed: Invalid argument
SRC_file6,0: Failure during execution of operator logic.
if i split that funnel jobs into two jobs it runing
first funnel job contains 5 source files and second one contains 5 files. after that i combined first job output and second job output into single job. it working... but i want to combine all in single job
Thanks
v..

Posted: Thu May 06, 2010 2:44 am
by ray.wurlod
In the ten-input Funnel stage, is the size of the VarChar identical on all eleven links?

Posted: Thu May 06, 2010 2:59 am
by vinsashi
same length

Posted: Thu May 06, 2010 4:27 am
by priyadarshikunal
Are you getting more warnings/ errors than you mentioned in first post?

Posted: Thu May 06, 2010 4:42 am
by ray.wurlod
Disable operator combination and learn which stage/operator is throwing the error message.

Posted: Thu May 06, 2010 4:46 am
by vinsashi
Thanks lot.
i have mentioned apt_disable_operator combination as true in environmental variable.then it working now..
thanks
v...

Posted: Fri May 07, 2010 2:23 pm
by nagarjuna
disabling operator combination wont eliminate error .It will tell what exactly the operator causing the problem