Error:
The following error typically occurs when your script attempts to perform an UPDATE or some other action that alters the information in the database.
===========================================================================================
Microsoft JET Database Engine error '80004005'
The Microsoft Jet database engine cannot open the file 'C:\Inetpub\vhost\YourSite\Databases\YourDatabase.mdb'.
It is already opened exclusively by another user, or you need permission to view its data.
/YourSite/YourDataAccessPage.asp, line 15
=============================================================================================
Solution:
The above error occurs because ADO(ActiveX Data Objects) is unable to write to the Microsoft Access database due to insufficient write/modify permissions, which can be easily fixed by granting read/write to IUSR_<machineName> and IWAM_<machineName>.
IUSR_<machineName> and IWAM_<machineName> come into focus when an anonymous web user needs to modify the Microsoft Access database & while doing so Jet creates an .ldb file to handle database locking. If the above mentioned 2 users don't have the necessary permissions, the lock file isn't created & ultimately the Microsoft Access database can't be modified.
To fix this problem,
1. Make sure that the MDB file itself isn't marked as read-only.
2. Right click the folder in which the *.mdb files belongs and choose the properties option and select the Security tab. Give read/write permissions to IUSR_<machineName> and IWAM_<machineName> users. If there is no such users listed in it, add those users for that folder.
Note:-
There is also an alternate solution for this issue. You can find a user called 'everyone', add this user for the folder in which *.mdb belongs and give read/write permissions. But this is not good because of security reasons.
Reference:
http://imar.spaanjaars.com/263/how-do-i-fix-asp-80004005-errors
About Me
Categories
Archives
Populares
-
Situation : I have removed some mails from the MDaemon server from the backend,ie, browsed through the mail box and deleted some mails mauna...
-
Error on starting railo service. When starting Railo, it will show Railo service started but when checking the railo status ' No PID Fou...
-
Here in the following telnet sessions i am using the following details to demonstrate the dovecot verification. You have to replace with you...
-
BCC to Boss Function - Postfix Postfix provides three mechanisms: always_bcc = address Deliver a copy of all mail to the specifi...
-
Error : This file is too big. Files must be less than 1500 KB in size Cause : In WordPress, by default Max upload file size is set to 1500 K...
-
Domain already exists error while adding a subdomain or addon domain A very common error when adding an addon or parked domain via cpanel....
-
Install YAZ PHP extension You can cry install yaz using the following command. But you may encounter an erro while the installation. # pecl ...
-
MANY TOOLS IN ONE http://network-tools.com PING http://tools.pingdom.com You can use the above site used to check whether a domain is loadin...
-
DNS Introduction on BIND BIND or named is the most widely used DNS software on the Internet. Th...
-
There may be a lot of reasons for the internal server error in plesk. Here in my case the situation is as follows. FIrst of all i stopped ...