problem with funnel

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
vinsashi
Participant
Posts: 150
Joined: Mon Aug 20, 2007 4:52 am
Location: singapore

problem with funnel

Post 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..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In the ten-input Funnel stage, is the size of the VarChar identical on all eleven links?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vinsashi
Participant
Posts: 150
Joined: Mon Aug 20, 2007 4:52 am
Location: singapore

Post by vinsashi »

same length
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Are you getting more warnings/ errors than you mentioned in first post?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Disable operator combination and learn which stage/operator is throwing the error message.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vinsashi
Participant
Posts: 150
Joined: Mon Aug 20, 2007 4:52 am
Location: singapore

Post by vinsashi »

Thanks lot.
i have mentioned apt_disable_operator combination as true in environmental variable.then it working now..
thanks
v...
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

disabling operator combination wont eliminate error .It will tell what exactly the operator causing the problem
Nag
Post Reply