On Wed, Apr 1, 2015 at 8:28 PM, Sytze de Boer <[email protected]> wrote: > A client sent me an error message today that said > There is not enough disk space for c:\winkiss\winjr.dbf. > > It occurred in a module, line number 151 > On that line the module ZAPs a table called winjr.dbf > (The file is exclusive) > > When I logged in, the hard drive has 809 gig free space (1 terabyte) > > Does anyone have any ideas what may be happening ?
Yep. ZAP is trying to write out a new DBF file header with the same structure but a record count of zero, then rename the old file to a name to be trashed, then rename the new file as the old file. When it tries to write out the new file, the operating system is forbidding it. This can be a permissions issue, blocking by an anti-malware program, or a full disk, hence the error message. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4tJNxA9pM2LtH4n1=zn-mvcybhpedtwd741h3ggpnf...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

