Forum Discussion
LauraGPA
Jun 12, 2019Copper Contributor
Access error when database stored on network
Hi All, I tried the latest workaround for this error message (see below) related to access files stored on networks and used by multiple users, but it did not fix the problem. I continue to get the e...
Lewis-H
Iron Contributor
To do this:
Click Windows Start Press the Windows key and then type Command. Right-click on Command Prompt and choose Run as administrator.
Copy and paste the following commands into the command prompt window:
REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters /v DisableLeasing /t REG_DWORD /d 1 /f
NET STOP SERVER
NET START SERVER
Close the command prompt window.
Click Windows Start Press the Windows key and then type Command. Right-click on Command Prompt and choose Run as administrator.
Copy and paste the following commands into the command prompt window:
REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters /v DisableLeasing /t REG_DWORD /d 1 /f
NET STOP SERVER
NET START SERVER
Close the command prompt window.
DJBB32
Jun 27, 2020Copper Contributor
But - I am using a split database scenario and my back end databases (the ones getting corrupt) are on a NAS server.
Would I need to do this on every windows desktop that connects to the back end?
Would I need to do this on every windows desktop that connects to the back end?