Heap allocation failed and Unicode

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
tioquilin
Participant
Posts: 1
Joined: Fri May 08, 2009 4:14 am
Location: Madrid

Heap allocation failed and Unicode

Post by tioquilin »

Hi all,

I faced a problem regarding the famous "Heap allocation error" trying to load some data from an AS/400 table to file. I followed the advices given in some of the posts (using ulimit, increasing node number, etc) but neither of them worked.
So I just post to let you know that I solved the problem. It was caused by the use of Unicode chars fields in the column mapping of the table (it was the default option in the column loading process, but it was unnecessary in our case).

Regards,

Marcos.
Post Reply