Microsoft JET Database Engine error '80004005'

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Microsoft JET Database Engine error '80004005'

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

    I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
    Source=basedatos.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=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.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



    Alex Vidal Guest

  2. Similar Questions and Discussions

    1. Microsoft OLE DB Provider for ODBC Drivers error '80004005'
      Hello, I have Web application running on 2003. It uses MSSql-2000 database. Database server is located on different machine. From ASP, it...
    2. Microsoft JET Database Engine error '80040e69'
      Yesterday I wrote about an error I am getting on a ASP page using DSN people responded with some suggestions which I have tried and now I get the...
    3. Microsoft OLE DB Provider for SQL Server error '80004005'
      Hi, I have 2 virtual directory under my IIS (ver 4), Both of them using same ASP script, But one of the other script come out with this error...
    4. Error: Microsoft JET Database Engine (0x80040E07)
      I don't understand when I do (2), it will throw the error when I run the ASP. (1) is working fine. Should I use a single quote between the string in...
    5. Microsoft OLE DB Provider for ODBC Drivers error '80004005' Error
      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...
  3. #2

    Default Re: Microsoft JET Database Engine error '80004005'

    [url]http://www.aspfaq.com/5003[/url]

    Ray at work

    "Alex Vidal" <alexvidal@teleline.es> wrote in message
    news:c12bgo$dgl$1@nsnmrro2-gest.nuria.telefonica-data.net...
    > Hi, I have windows 2000 server with IIS and I program ASP.
    >
    > I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
    > Source=basedatos.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=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.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
    >
    >
    >

    Ray at Guest

  4. #3

    Default Re: Microsoft JET Database Engine error '80004005'

    On Thu, 19 Feb 2004 14:00:25 +0100, "Alex Vidal"
    <alexvidal@teleline.es> wrote:
    >Hi, I have windows 2000 server with IIS and I program ASP.
    >
    >I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data
    >Source=basedatos.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.
    Well, it would stand to reason that removing it would fix them.
    >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'
    Common issue. So common, it's a FAQ:

    Why do I get database-related 80004005 errors?
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]

    >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=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.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!!
    Don't reinstall, fix the problem. Likely your AV fiasco changed a
    permission that just needs to be changed back.

    Jeff
    Jeff Cochran Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139