Help 80004005 Error...

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Help 80004005 Error...

    I'm working with a customer who has an NT Server (I think it's SP3) running
    IIS 4. We just converted the databases to Access 2000 and loaded Access 200
    onto the server (we need to make occasional direct fixes right on the
    server). After making sure we were using the Jet 4 driver for the ODBC DSN
    we start getting the following:

    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.

    I also downloaded the latest version of MDAC and installed it. The database
    is on the same drive as IIS. I set the permissions of the IUSR_COMPUTERNAME
    account to full control for the database folder and also for the C:\TEMP
    folder. I removed and recreated an ODBC DSN that points to the database.
    None of these steps cured the problem. Every note I have read seems to
    indicate that this is a permissions problem, is there some step I'm missing?
    Any help would be greatly appreciated...! TIA

    --

    Bobby C.
    Proper reply address is without the text -REMOVE-

    "If You're Not A Part Of The Solution, There's
    Good Money To Be Made In Prolonging The
    Problem." - from the 2002 Despair series posters
    entitled "Consulting"


    Bobby C. Guest

  2. Similar Questions and Discussions

    1. Error connecting (80004005)
      I am connecting to an access database using an oledb connction string. The referenced path is browseable by the web server (IIS on Win 2000). IUSR...
    2. 80004005 error
      I initially posted this in a different ng. I was advised that this ng was perhaps more attuned to my question. The following is my original post:...
    3. 80004005 Error . . .
      Hello, I am getting the infamous 80004005 (like just about everyone else on the net it seems). Using NT4/IIS4, Access 97 DB, it is a low volume...
    4. Provider error '80004005' Unspecified error - ARRRGGGHHH!!!!!
      I have searched usenet & dev sites to no avail although many have had similar problems, reckon its an issue with DSN but not sure.. error occurs...
    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: Help 80004005 Error...

    Check this out:

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

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  4. #3

    Default Re: Help 80004005 Error...

    > I removed and recreated an ODBC DSN

    UGH! Stop using ODBC. [url]http://www.aspfaq.com/2126[/url]

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)


    Aaron [SQL Server MVP] Guest

  5. #4

    Default SOLVED: Help 80004005 Error...

    Bobby listened carefully from his corner of the padded cell while 'Bobby C.'
    said:
    > I'm working with a customer who has an NT Server (I think it's SP3)
    > running IIS 4. We just converted the databases to Access 2000 and
    > loaded Access 200 onto the server (we need to make occasional direct
    > fixes right on the server). After making sure we were using the Jet
    > 4 driver for the ODBC DSN we start getting the following:
    >
    > 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.
    >
    > I also downloaded the latest version of MDAC and installed it. The
    > database is on the same drive as IIS. I set the permissions of the
    > IUSR_COMPUTERNAME account to full control for the database folder and
    > also for the C:\TEMP folder. I removed and recreated an ODBC DSN
    > that points to the database. None of these steps cured the problem.
    > Every note I have read seems to indicate that this is a permissions
    > problem, is there some step I'm missing? Any help would be greatly
    > appreciated...! TIA
    After pouring through a lot of material, checking and rechecking
    permissions, I stumbled onto the problem. The server had a temp folder set
    up and the Enviroment | Users Tab had an environment variable set to the
    folder but the Environment | System did not. I spoke with the system
    administrator on the phone and had her tell me what values were present.
    She failed to notice that she was looking at the Users Tab and immediately
    saw the value was there and stopped looking. Once we put a value in for
    that variable on the system tab and rebooted everything was working. The
    link to aspfaq was very helpful in figuring this out, though it wasn't
    plainly obvious. Thanks!

    --

    Bobby C.
    Proper reply address is without the text -REMOVE-

    "If You're Not A Part Of The Solution, There's
    Good Money To Be Made In Prolonging The
    Problem." - from the 2002 Despair series posters
    entitled "Consulting"


    Bobby C. Guest

Posting Permissions

  • You may not post new threads
  • You may 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