lookup error - no space left on device

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
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

lookup error - no space left on device

Post by Marley777 »

hi, anyone know what may cause this error? Thanks for your help.

LkpUnitLoc,0: Error writing table file "/IBM/InformationServer/Server/Datasets/lookuptable.20100820.hpsx2ca": No space left on device [keylookup/keylookup.C:491]
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

The error message says it all. The process is using up all the space. How many records are you reading from the reference lookup? Splitting your job might help you avoid this error if you have multiple lookup stages.
Kris

Where's the "Any" key?-Homer Simpson
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

The lookup operator will attempt to use memory and when it cannot use memory it will use scratch as defined in your configuration file. If this fills up then it will move to TMPDIR as defined in the environment and if it is not defined then it will use /tmp on Unix and c:\TMP on windoze.

If you are using "Entire" partitioning then make sure you really need to. Look at the job score to see if the framework is inserting any additional tsort operators.
Post Reply