Save failed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We recently moved our AD file server (DC1) to a new server (DC2). AD is
working properly. We are having a problem with users being able to save.
Users are able to open their files, but when trying to save receiving the
following:

"The save failed due to out of memory or disk space"

We do not have disk quotas set. We have 2 GB of memory and ten 73 GB hard
drives of which only 14 GB is used.

Any help would be greatly appreciated.
 
Try this from a post a while back

Try doing this on the file server:

Disable opportunistic locking on the client and the server. Disable it on
the
server first, then reboot, test, if the error still occurs then disable the
oplocks
on the client, reboot and test it. Here's how to disable the opportunistic
locking.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Services\LanmanWorkstation\Parameters
UseOpportunisticLocking REG_DWORD 0(off)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
EnableOplocks REG_DWORD 0 (off)

Opportunisitic locking is enabled for performance only, so disabling it
might result in a very slight performance hit. That's the only effect of
disabling it.

296264 Configuring Opportunistic Locking in Windows
http://support.microsoft.com/?id=296264
 

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

Back
Top