ds_ipcopen() - Error in mmap

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
huge10
Participant
Posts: 18
Joined: Wed Jun 06, 2012 2:26 am

ds_ipcopen() - Error in mmap

Post by huge10 »

Hello everybody,
I was running my first simple job reading from a table and writing, through a basic trasformer, into a sequential file when arise the following Warning:

"ds_ipcopen() - Error in mmap(/tmp/...) - Not enough space"

I have checked the UVTEMP configuration, and the directory pointed by It, seems to have all the necessary space.

Any suggestion?
the power is nothing without contol :-)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Also check TMPDIR. Try pointing them to a location with much more space. Check while the job is running. Often /tmp is undersized for DataStage - using a different file system (with more space) is recommended.
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