User-271186128 posted
Hi Hisanth,
The Microsoft Office Access database engine cannot open or write to the file ''. It is already opened exclusively by another user, or you need permission to view and write its data.
As for this issue, I suggest you could refer to the Shawn's reply in this thread:
http://forums.asp.net/t/1929989.aspx?The+Microsoft+Office+Access+database+engine+cannot+open+or+write+to+the+file+
This error can be caused by:
1. The file is still open on the machine or if it is on the network then someone still has it open.
2. If the file is on a network, then this has caused this error due to security settings and the advice is to move the file locally onto the server.
3. If the file is local then there are still permission issues that ares till present
Solution
If you have already ensured that the file is not open anywhere else and you have copied it locally to the server please see the below steps:
1. Ensure the file is saved locally on the server and is in a folder instead of being in the root folder.
2. Once the file is in a folder, go to the privileges of that folder and make sure the following users have full access of read and write: "network service" and "asp".
3. After granting these users access onto the folder and you still see the error, grant the user "Everyone" and test if this resolves the error.
For further information, you could refer to:
http://community.landesk.com/support/docs/DOC-24626
http://www.vbforums.com/showthread.php?398478-RESOLVED-Webform-error-quot-It-is-already-opened-exclusively-by-another-user-or-you-need-(-)-quot
Besides, you could also refer to this article:https://support.microsoft.com/en-us/kb/316675
Best regards,
Dillion