Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Error 80004005

Reply
Thread Tools

Error 80004005

 
 
John Dove
Guest
Posts: n/a
 
      12-01-2003
This post is directly related to MS Knowledge Base
Article 306269, "Error 80004005 The MS Jet Database
Engine Cannot Open the File"

- - This is the precise error I'm getting on a new
Login .asp page. Have followed the resolution steps
outlined in Article 306269 (mentioned above) which have
not resulted in success. Below is the TOTAL error message
I'm getting, if anything may be determined by this:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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.
/TMP6ud6sp84zg.asp, line 14

- - The file is NOT open by another user, and I've
checked all file/folder/system permissions and have not
been able to determine any barriers here either. - The
last line of the error is puzzling (/TMP6ud6sp84zg.asp,
line 14) - I don't know what to make of this. In my code,
line 14 is the following:

MM_rsUser.ActiveConnection = MM_HDSlogin_STRING

- - "HDSlogin is my correct database. Some additional
info: (using) MS Access Database, IIS 5, WinXP

Any help is very much appreciated. Thanks,

John D.
 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      12-01-2003
http://www.aspfaq.com/2009

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"John Dove" <> wrote in message
news:09c601c3b827$f81a62e0$...
> This post is directly related to MS Knowledge Base
> Article 306269, "Error 80004005 The MS Jet Database
> Engine Cannot Open the File"
>
> - - This is the precise error I'm getting on a new
> Login .asp page. Have followed the resolution steps
> outlined in Article 306269 (mentioned above) which have
> not resulted in success. Below is the TOTAL error message
> I'm getting, if anything may be determined by this:
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [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.
> /TMP6ud6sp84zg.asp, line 14
>
> - - The file is NOT open by another user, and I've
> checked all file/folder/system permissions and have not
> been able to determine any barriers here either. - The
> last line of the error is puzzling (/TMP6ud6sp84zg.asp,
> line 14) - I don't know what to make of this. In my code,
> line 14 is the following:
>
> MM_rsUser.ActiveConnection = MM_HDSlogin_STRING
>
> - - "HDSlogin is my correct database. Some additional
> info: (using) MS Access Database, IIS 5, WinXP
>
> Any help is very much appreciated. Thanks,
>
> John D.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
win32com: error 80004005 ago Python 2 03-30-2006 08:22 AM
80004005 error message using the Web Matrix Project 2stepme@bellsouth.net ASP .Net 0 05-16-2005 08:27 PM
Re: aspnet_wp.exe could not be started. The error code for the failure is 80004005. Prodip Saha ASP .Net 0 05-05-2004 02:11 PM
aspnet_wp.exe could not be started. The error code for the failure is 80004005. Prodip Saha ASP .Net 3 05-05-2004 02:09 PM
Microsoft OLE DB Provider for ODBC Drivers error '80004005' Error paul tomlinson ASP General 2 07-01-2003 02:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57