The Microsoft Jet database engine cannot...... 
Author Message
 The Microsoft Jet database engine cannot......

hello

I have an ASP-script (VBScript) that uses an ODBC-Access-database. Earlyer
today I made a mistake and changed the security permittion on all
files/folders on my IIS-server.

First all users on my website had to enter password, so they didn't access
the site.
I specifyed that the user IUSR_COMPUTERNAME should have access to my
wwwroot. It worked and the users could access my site, my my asp-scripte
can't read the database. I get the following errormessage:
----------------------------------------------------------------
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.

/default.asp, line 35
----------------------------------------------------------------

I have set read permittion for the user IUSR_COMPUTERNAME on the
database-file

What is wrong?

-Morten



Sat, 10 Aug 2002 03:00:00 GMT  
 The Microsoft Jet database engine cannot......
To specify my problem a little more, I can sucessfully access the database
from a asp-script runing in a directory with "Basic Authentication".

-Morten



Quote:
> hello

> I have an ASP-script (VBScript) that uses an ODBC-Access-database. Earlyer
> today I made a mistake and changed the security permittion on all
> files/folders on my IIS-server.

> First all users on my website had to enter password, so they didn't access
> the site.
> I specifyed that the user IUSR_COMPUTERNAME should have access to my
> wwwroot. It worked and the users could access my site, my my asp-scripte
> can't read the database. I get the following errormessage:
> ----------------------------------------------------------------
> 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.

> /default.asp, line 35
> ----------------------------------------------------------------

> I have set read permittion for the user IUSR_COMPUTERNAME on the
> database-file

> What is wrong?

> -Morten



Sat, 10 Aug 2002 03:00:00 GMT  
 The Microsoft Jet database engine cannot......
Hello. Access Databases does not have a real Security. The only built in
feature is the workgroup file which one can delete... .
It is likely one of the four:
1 .Your MDB file is open in exclusive mode ( you have a check box in the
open dialog of Access) or one of its tables is being edited.
2. If there is a .ldb file in the same directory with the same name of the
database,It might not closed correctly by the system. Delete it.
3. local file permission where the MDB file sits.
4. If the error message uses the file name Unknown, then check the ODBC
Entry.

Good Luck

Lior Langer
Compaq



Quote:
> hello

> I have an ASP-script (VBScript) that uses an ODBC-Access-database. Earlyer
> today I made a mistake and changed the security permittion on all
> files/folders on my IIS-server.

> First all users on my website had to enter password, so they didn't access
> the site.
> I specifyed that the user IUSR_COMPUTERNAME should have access to my
> wwwroot. It worked and the users could access my site, my my asp-scripte
> can't read the database. I get the following errormessage:
> ----------------------------------------------------------------
> 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.

> /default.asp, line 35
> ----------------------------------------------------------------

> I have set read permittion for the user IUSR_COMPUTERNAME on the
> database-file

> What is wrong?

> -Morten



Sat, 17 Aug 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Microsoft Jet Database Engine Cannot Open The File.......(access)mdb

2. The Microsoft Jet Database Engine cannot find the input table or query

3. The Microsoft Jet database engine cannot open the file

4. Microsoft Jet Database Engine Cannot Open The File.......(access)mdb

5. The Microsoft Jet database engine cannot open the file

6. Microsoft Jet Database Engine cannot open the file

7. Microsoft JET Database Engine (0x80004005) error

8. 3197 Microsoft Jet database engine

9. Microsoft Jet Database Engine

10. Microsoft's Jet Database Engine Book

11. Microsoft JET Database Engine error '80040e09'

12. Error: 3197 Description: The Microsoft jet database engine ...

 

 
Powered by phpBB® Forum Software