Page 1 of 1

Hash file error

Posted: Mon Apr 26, 2004 9:33 am
by Mark j
HI all,
I am getting these warnings when i am trying to write to a hashfile.. wht might be the reason for this error. I am getting 8 million warining 1 for each record

ds_uvput() - Write failed for record id

Thanks
Mark

Posted: Mon Apr 26, 2004 11:14 pm
by ray.wurlod
There are many reasons a write to a hashed file might fail. You can search the Forum for some of them, which include operating system permissions, file full (there is a 2GB limit by default, but in this case you would not get warnings for the first 2GB worth of records), disk quota exceeded, file corrupted, and so on.
Analyze the hashed file to determine which, if any, of these is occurring and post the results. You may, in the process, solve it yourself but post the result anyway; this forum is about sharing such things.

Posted: Tue Apr 27, 2004 7:03 am
by Mark j
Thanks for your feedback ray

since we are testing with full load of data the space is taken up by other programs ....disk full is the reason for my error to write to a hash file..


Thanks
Mark