add_to_heap error when reading from system-cache hashfile

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
jjsyht
Participant
Posts: 5
Joined: Fri Feb 22, 2008 6:14 am

add_to_heap error when reading from system-cache hashfile

Post by jjsyht »

I'm getting the following error when reading from a hash file that I've put in the system cache (through CATALOG)

Code: Select all

add_to_heap() - Unable to create temporary cache file. Check that there is sufficient disk space.
None of my volumes are 100% full (using df)

Where should I start???
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The CATALOG command puts routines in the system catalog, not hashed files. Or do you mean that you are using the FILE.CACHE commands?

The heap is a temporary space allocation, so the disk will quickly run full then empty again and you might have missed it.
Post Reply