473,769 Members | 7,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft JET Database Engine error '80004005'

Hi, I have windows 2000 server with IIS and I program ASP.

I use the string: "Provider=Micro soft.Jet.OLEDB. 4.0; Data
Source=basedato s.mdb;" to data base Access and it always works ok.

But I installed the Panda BusinesSecure Antivirus and since then I have had
a lot of problems.

First, windows didn't start in normal way, I only could start in Security
Mode, so I tried uninstall Panda Antivirus but in security mode I couldn't
becouse in this mode the Windows Installer doesn't work. So I had to delete
Panda Antivirus deleting the folder and the register entries.

When finally I could start windows 2000 in normal way I realized that none
of my ASP pages works acceding to database Access. All of them show the
following error:

Microsoft JET Database Engine error '80004005'
I tried to re install Access and IIS again, I installed the SP3 for w2000
server, JET 4.0 from Microsoft download pages. I revised permissions access
to files and folders and I saw like before problems. All users, including
Internet Users (IUSR_), have all permissions.

I have other Visual Basic Programs that use the same string
"Provider=Micro soft.Jet.OLEDB. 4.0; Data Source=basedato s.mdb;" and it works,
only in ASP / IIS is failing

I have no idea how solve this problem. Can anyone Help Me before I re
install all windows system, Please!!
Thanks, and sorry for my english.

Alex Vidal
Jul 19 '05 #1
2 3198
What is the TEXT of the error message?
http://www.aspfaq.com/2009

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


"Alex Vidal" <al*******@tele line.es> wrote in message
news:c1******** **@nsnmrro2-gest.nuria.tele fonica-data.net...
Hi, I have windows 2000 server with IIS and I program ASP.

I use the string: "Provider=Micro soft.Jet.OLEDB. 4.0; Data
Source=basedato s.mdb;" to data base Access and it always works ok.

But I installed the Panda BusinesSecure Antivirus and since then I have had a lot of problems.

First, windows didn't start in normal way, I only could start in Security
Mode, so I tried uninstall Panda Antivirus but in security mode I couldn't
becouse in this mode the Windows Installer doesn't work. So I had to delete Panda Antivirus deleting the folder and the register entries.

When finally I could start windows 2000 in normal way I realized that none
of my ASP pages works acceding to database Access. All of them show the
following error:

Microsoft JET Database Engine error '80004005'
I tried to re install Access and IIS again, I installed the SP3 for w2000
server, JET 4.0 from Microsoft download pages. I revised permissions access to files and folders and I saw like before problems. All users, including
Internet Users (IUSR_), have all permissions.

I have other Visual Basic Programs that use the same string
"Provider=Micro soft.Jet.OLEDB. 4.0; Data Source=basedato s.mdb;" and it works, only in ASP / IIS is failing

I have no idea how solve this problem. Can anyone Help Me before I re
install all windows system, Please!!
Thanks, and sorry for my english.

Alex Vidal

Jul 19 '05 #2
"Alex Vidal" <al*******@tele line.es> wrote in message
news:c1******** **@nsnmrro2-gest.nuria.tele fonica-data.net...
Hi, I have windows 2000 server with IIS and I program ASP.


please don't multi-post, answered in m.p.i.i ...

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #3

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

Similar topics

2
23777
by: paul tomlinson | last post by:
Hi folks - i've got a windows 2000 server (SP3) i've run the IIS lockdown tool on it and set for dynamic websites - all the static pages within the site work ok but an ASP section has been put in which now keeps giving me the error below : Microsoft OLE DB Provider for ODBC Drivers error '80004005' General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x404 Thread 0x6ac DBC 0xbd7014 Jet'.
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'.
0
4433
by: Ash | last post by:
Hi All, I get the following error on a application which was running well for 4 years. The error happens few times a day. ----------------------------------------------- Microsoft JET Database Engine Error '80040e21' Could not update: currently locked. xxxx.asp, line xxx -----------------------------------------------
5
12519
by: Kamyk | last post by:
Hello all! I have a tough thing to fix. I have a database which has been corrupted. I got the following error messages while trying to open it: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time The database is protected by password, so when I want to open I got the above error message. I cannot import data from this corrupted database into
2
2086
by: Abubakar | last post by:
Hello , I just finished developing a program using Microsoft Desktop Engine with C# as the front end. Everything is okay on my system. But, on trying to deploy it on a different system it gives an error message that it can open the database This is my first time in using the Microsoft Desktop engine. All this while I have been using Access as my database engine and normally what I do after developing a program is to transfer the Database file...
5
4476
by: Dave | last post by:
This is my first .NET project (although I am experienced with VS6 and InterDev). I am simply trying to set up a basic ASPX project and connect to an Access database (following the instructions in the .NET Black Book by Templeman and Vitter). I have managed to set up an oleDbConnection, an oleDbAdapter and a dataset, and have added one line of code: oleDbDataAdapter1.Fill(dataSet1); However when this line of code executes I get whole page...
1
8190
by: DHARMESH SOLANKI | last post by:
Microsoft OLE DB Provider for Oracle error '80004005' Data type is not supported. (There is problem found at cursorlocation property of Recordset. we have transfered oracle database server 8.0 from windows 2000 advance server to windows server 2003) Dharmesh Solanki
8
15720
by: ConfusedDeuce | last post by:
Hello Group, I need some help in the worst way. I had a program/database I was working on a particular machine. I took all the data from there and placed it on a another machine. Now I'm unable to navigate through the web pages on the new machine. I am getting the error.... Microsoft OLE DB Provider for SQL Server error '80004005' SQL Server does not exist or access denied. ........asp, line 19
1
2788
by: Concheso | last post by:
Hi there! I just created a login page. 1/3 of the login works fine, but some like "Lost Password" of "Admin access to add users" are not working. Any help will be great! The erros: On the Lost Password using for instance: me@me.com
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10214
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
10048
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...
1
9996
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7410
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
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3963
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3563
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.