disk full

T

TRM

A user is periodically getting this error message:

The disk is full. Free some space on this drive,
or save the document on another disk.
Try one or more of the following:
* Close any unneeded documents, programs, and windows.
* Save the document on another disk.

He is on a server with ample size, so there is no reason to actually be out
of space. The error happens when trying to close out of the document. Here
is where the problem SEEMS to be, but I'm not sure how to address it.

The file is being opened, saved and closed using auomation. The document
has the "track changes" turned on and the routine checks the documents for
deletions, accepting only the deletions. Here is the code:

For Each oRvs In oDoc.Revisions 'oApp.ActiveDocument.Revisions
If oRvs.type = wdRevisionDelete Then
oRvs.Accept
End If

This is not where the "disk full" error comes up, it comes up on the
close/save statement. However, I'm guessing this is causing part of the
problem. I'm wondering if the autosave might be executing with each
acception?

If anyone has an answer, or even other possibilities, please respond (ASAP!)

THANKS so much for your time and expertise!
Next
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top