|
 |
asp_cdo thread: Database Connection
Message #1 by "Savonnya D. Rodrigues" <srod@f...> on Mon, 4 Jun 2001 14:28:57 -0700
|
|
I am getting this error on the server when I run my application. I
checked the permission on the database side and everyone has
permissions. I have the DSN setup. I checked spelling and I do not know
what the problem. I put the errror at the bottom.
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.
/login.asp, line 125
Message #2 by Vincent Vandermeeren <vincentvdm@O...> on Tue, 5 Jun 2001 09:45:43 +0200
|
|
Hi Savonnya D. Rodrigues,
this is a permission problem ...
the Iuser (internet user) should also get write access.
so place the map where the database is in on "change" (=3D
read+write).=B5
If you are using teh website hostign of a provider, contact them with
the
question the give also write permissions to that directory.
Greetings,
vinnie
-----Original Message-----
From: Savonnya D. Rodrigues [mailto:srod@f...]
Sent: maandag 4 juni 2001 23:29
To: ASP CDO
Subject: [asp_cdo] Database Connection
I am getting this error on the server when I run my application. I =3D
checked the permission on the database side and everyone has =3D
permissions. I have the DSN setup. I checked spelling and I do not know
=3D
what the problem. I put the errror at the bottom.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'=3D20
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
=3D
engine cannot open the file '(unknown)'. It is already opened =3D
exclusively
by another user, or you need permission to view its data.=3D20
/login.asp, line 125=3D20
Message #3 by David Cameron <dcameron@i...> on Thu, 7 Jun 2001 10:01:35 +1000
|
|
Check the options that you have opened the database under. The database can
be opened and locked so that nobody can access it.
-----Original Message-----
From: Savonnya D. Rodrigues [mailto:srod@f...]
Sent: Tuesday, 5 June 2001 7:29 AM
To: ASP CDO
Subject: [asp_cdo] Database Connection
I am getting this error on the server when I run my application. I
checked the permission on the database side and everyone has
permissions. I have the DSN setup. I checked spelling and I do not know
what the problem. I put the errror at the bottom.
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.
/login.asp, line 125
Message #4 by Vincent Vandermeeren <vincentvdm@O...> on Thu, 7 Jun 2001 08:54:34 +0200
|
|
sorry david,
but I'm for almost 100% sure that it's permission problem.
Check if the right of the iuser and the wanuser if they are both on
"change"
(read+write)
I have simulated here the same error.
If I give the Iuser read rights, I get the error. When the permissions
of
the directory where the database is in are placed on change, it works
Greetings,
Vinnie
-----Original Message-----
From: David Cameron [mailto:dcameron@i...]
Sent: donderdag 7 juni 2001 2:02
To: ASP CDO
Subject: [asp_cdo] RE: Database Connection
Check the options that you have opened the database under. The database
can
be opened and locked so that nobody can access it.
-----Original Message-----
From: Savonnya D. Rodrigues [mailto:srod@f...]
Sent: Tuesday, 5 June 2001 7:29 AM
To: ASP CDO
Subject: [asp_cdo] Database Connection
I am getting this error on the server when I run my application. I =3D
checked the permission on the database side and everyone has =3D
permissions. I have the DSN setup. I checked spelling and I do not know
=3D
what the problem. I put the errror at the bottom.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'=3D20
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
=3D
engine cannot open the file '(unknown)'. It is already opened =3D
exclusively
by another user, or you need permission to view its data.=3D20
/login.asp, line 125=3D20
|
|
 |