Transformer error

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
nani1974
Premium Member
Premium Member
Posts: 52
Joined: Fri Aug 31, 2007 10:59 am

Transformer error

Post by nani1974 »

Hi,
I have one input dataset transformer and output dataset,this is my design,
i am running the same job with above code in the transformer,i am getting result when i run with two fields but when i add more fields i am getting this error....
APT_CombinedOperatorController,0: Caught exception from runLocally(): APT_BadAlloc: Heap allocation failed..
APT_CombinedOperatorController,0: Operator signalled one or more errors
APT_CombinedOperatorController,0: Operator terminated abnormally: runLocally did not return APT_StatusOk

Please help me out.
Thanks
Naveen.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Start by disabling operator combination so that you can at least determine which stage (operator) is throwing the error. Then Search DSXchange for the text of 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.
Post Reply