473,811 Members | 2,038 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error 80004005

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.a sp, 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.a sp,
line 14) - I don't know what to make of this. In my code,
line 14 is the following:

MM_rsUser.Activ eConnection = MM_HDSlogin_STR ING

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

Any help is very much appreciated. Thanks,

John D.
Jul 19 '05 #1
1 5814
http://www.aspfaq.com/2009

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


"John Dove" <an*******@disc ussions.microso ft.com> wrote in message
news:09******** *************** *****@phx.gbl.. .
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.a sp, 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.a sp,
line 14) - I don't know what to make of this. In my code,
line 14 is the following:

MM_rsUser.Activ eConnection = MM_HDSlogin_STR ING

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

Any help is very much appreciated. Thanks,

John D.

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2414
by: Christophe Cerbourg | last post by:
hi, in an ASP page, I coonect to a MSACCESS database and the first load of the page is correct but, when I immediately refresh the same page, I get an 80004005 error... Thanks for any idea... Here is the code : Set Conn = Server.CreateObject("ADODB.Connection")
1
1619
by: Richard | last post by:
I have been programming in Access and HTML for several years and have decided to put these together by adding ecommerce to my site in ASP. I bought a template from ecommercetemplates and just need to load it. I think I have everything done correctly, but get this message: Microsoft JET Database Engine error '80004005'> Could not find file 'C:\InetPub\wwwroot\_private\vsproducts.mdb> '.
15
1377
by: M P | last post by:
What does this mean? I am accessing an ASP page that queries Access Database thru fileDSN. I'm using IIS 5.0 Win2K SP4 Microsoft OLE DB Provider for ODBC Drivers error '80004005' General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x444 Thread 0xfe4 DBC 0x5200024 Jet'.
7
14383
by: A P | last post by:
I receive an error like this: Server.MapPath() error 'ASP 0172 : 80004005' Invalid Path /conn.asp, line 2 The Path parameter for the MapPath method must be a virtual path. A physical path was used.
2
7813
by: Maurizio Amoroso | last post by:
.... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_2 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_4 DTSRun OnStart: DTSStep_DTSDataPumpTask_2 DTSRun OnError: DTSStep_DTSDataPumpTask_2, Error = -2147467259 (80004005) Error string: Cannot open file e:\private.dbc. Error source: Microsoft OLE DB Provider for ODBC Drivers Help file: Help context: ...
6
10153
by: Rowan | last post by:
Hello, I have been trying to solve this problem for a couple of weeks now with no progress. I created a package that works when it runs from my computer but when it runs as a scheduled job, it fails. I found references to this quite a few times and the responses have always pointed to permissions, but I am a System Administrator. My role is Sysadmin. I changed the Windows/NT owner of the job to sa and that didn't work either. I made...
9
2443
by: Luc Dal | last post by:
Hello, I've serious problem using ASP under WindowsXP sp2. I get the following reply (sorry it's in french) Erreur de compilation Microsoft VBScript error '800a0401' Fin d'instruction attendue /iisHelp/common/500-100.asp, line 11
2
3302
by: ago | last post by:
I am trying to make the win32com HelloWorld server work with a VBA client but I get: Run-time error '-2147467259(80004005)': Automation error Unspecified error I googled for the error but the suggested solutions (commenting out _reg_class_spec_ and putting the server on the python path) do not seem to make any difference (to be precise, unless I comment out
7
42536
by: samah | last post by:
I have a package i used it for 3 days ago and then i got these 2 error Run Time Error unspecified error ( 80004005) and Run Time Error Could not lock file ( 80004005) and these are my codes with ADODB connection Dim db As AdODB.Connection Dim rs As Recordset Set db = New AdODB.Connection
0
1669
by: andy3381 | last post by:
Hi, I am having a scheduled job running DTS packages on my production environment. My production server server is having Window 2003 Sp2 installed on it. Before rebuilding the server I was getting more details error messages in case job failed the error description is having more detailed error message. for example:
0
10648
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9205
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.