|
 |
asp_database_setup thread: [beginning_asp] error 80004005
Message #1 by "Yanuar Handoyo" <yanuar_handoyo@h...> on Tue, 27 Mar 2001 07:41:29
|
|
What is the matter with this error. I did upload my asp page to my NT
server. when login asp page executed it worked properly but when the button
login executed this error appeared :
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 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.
/ppsk/login.asp, line 19
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Message #2 by "Craig Flannigan" <ckf@k...> on Tue, 27 Mar 2001 10:37:19 +0100
|
|
Someone is using the Access file which stores your Login
details, or the !USR_MachineName account on your NT Server
does not have the rights to view/modify the data in the
Access File.
Have you used the Security feature in Access 97 to lock down
the tables? If so, check them.
Basically your NT box cannot access the MDB file as it's in
use/locked, or it cannot gain the rights to view the DB.
-----Original Message-----
From: Yanuar Handoyo [mailto:yanuar_handoyo@h...]
Sent: 27 March 2001 10:00 PM
To: ASP Database Setup
Subject: [asp_database_setup] [beginning_asp] error 80004005
What is the matter with this error. I did upload my asp page
to my NT
server. when login asp page executed it worked properly but
when the button
login executed this error appeared :
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 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.
/ppsk/login.asp, line 19
|
|
 |