The information in this article applies to:
SYMPTOMSAn Active Server Pages (ASP) page returns the error: This error can occur when the database is open in Access, or when a Visual InterDev project is open that contains a data connection to the database. CAUSEThis is a Windows NT permissions problem. The account that is accessing the page doesn't have sufficient permissions to lock the database. The account would be either the anonymous account (by default the IUSR_<machinename>) or a specific user account if the page has been secured for authenticated access. RESOLUTION
If the page is meant to be accessed anonymously, give the
IUSR_<machinename> account full control to the ASP page, and the folder and
files where the database is located. Additionally, if the path to the
database is being referenced using UNC (\\Server\Share), ensure that the
Share Permissions allow the IUSR_<machinename> account full access. This
step applies even if the share is on the local Web server.
STATUSThis behavior is by design. MORE INFORMATIONA quick way of ensuring any particular error is a permissions issue is to add the IUSR_<machinename> account to the Administrators group. If this fixes the error, then it is a matter of ensuring that the user account being used has sufficient permissions. Ensure that you remove the IUSR_<machinename> account from the Administrators group when finished testing. REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the Visual InterDev page on the Microsoft Technical Support site. Additional query words:
Keywords : kberrmsg kbnokeyword kbAccess kbNTOS400 kbVBScript kbVisID kbVisID100 kbVisID600 kbGrpASP |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |