PRB: Cannot Open File Unknown Using AccessID: Q166029
|
When using Active Server Pages (ASP) to query an Access database, you may encounter the following error message.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 97 Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
/scripts/somefile.asp, line x
This Error message can be caused by any of the following conditions:
Q189408 PRB: ASP Fails to Access Network Files Under IIS 4.0
This bug has been fixed in the 2.0 release of Microsoft Data Access Components. Upgrade to version 2.0 of the Microsoft Data Access Components to access a database on a remote machine.
When using NT Challenge / Response with IIS, the users credentials are
created at the browser. The credentials are then sent to IIS. IIS cannot
forward those credentials on to another server.
The connection is attempted, but there is no username specified when
connecting to the remote machine, so the connection fails.
For additional information, please see the following article in the Microsoft Knowledge Base:
Q174811 FILE: Authentication and Security for Internet Developers
Additional query words:
Keywords : kbsetup kbtshoot kbAccess kbADO kbASP kbASPObj kbSecurity kbGrpASP
Version : winnt:
Platform : winnt
Issue type : kbprb
Last Reviewed: May 26, 1999