APT_BadAlloc:Heap allocation failed.

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
suja.somu
Participant
Posts: 79
Joined: Thu Feb 07, 2013 10:51 pm

APT_BadAlloc:Heap allocation failed.

Post by suja.somu »

I have a job which reads 6 big seq files , joins , pivots and lookup and then loads to a XML file.

While running the job, I get this below error.

buffer(14),0: Fatal Error: Caught ORCHESTRATE exception in player process: APT_BadAlloc: Heap allocation failed.

What is the cause and solution of this error
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try doing a search for "heap allocation failed" both here and developerWorks (and even Google). This will give you some clues.
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