Access denied errors

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

  1. #1

    Default Access denied errors

    I have been getting some rather confusing access errors when trying to use
    an asp page to access my Access database. I have all the security settings
    on the db directory allowed so that is not the problem I am having. I had
    also gotten similar errors when I was trygin to access the db while it was
    also open in Access but this was not the case here and I had even restarted
    the machine. I was getting this error:

    [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    registry key 'Temporary (volatile) Jet DSN for process 0x10c Thread 0x624
    DBC 0x143ca24 Jet'.

    I tried swapping out the db for a copy of it and that fixed the problem
    temporarily but then it poped up again. Then someone sugested that I switch
    to the Jet driver instead of the ODBC one. This did fix the problem or at
    least it apeared to. Then today I put the page up on our server and another
    error cropped up which had the same sound at the volatile error I got from
    the ODBC driver but with slightly different wording (I do not have the error
    because I fixed the problem kind of). I tried swapping back to the ODBC
    driver and ended up with the same error message I had the last time I used
    that driver. Then I tried swapping the db out for a copy (just ctrl-c
    ctrl-v not a backup copy but a literal copy) and that apears to have fixed
    the problem at least for now. The problem is that I am no closer to
    understanding why I am getting these error and a page that cops out and
    needs to have it's db swapped out every few days is not a good thing for
    obvious reasons especialy if I where to get these kind of error at
    inoportune moments. If anyone has any insight into what could be going
    wrong please let me know.

    Thanks
    Andrew


    Andrew Guest

  2. Similar Questions and Discussions

    1. One With Access Denied, Another With Access, But NotFull
      I'm suddenly having access denied/permission problems through Contribute on every page after the templates and their related pages were updated with...
    2. Access denied and permission errors
      Hi, we've got a couple of employees trying to access Contribute and both are getting errors. An "access denied" error is for a webpage that has...
    3. Web Service + Anon Access, but getting 401 Access Denied Error
      I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous...
    4. Access denied when creating Access application object
      In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the...
    5. access denied on data access pages
      I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got...
  3. #2

    Default Re: Access denied errors

    Stick with the Jet OLEDB Provider - switching to ODBC is not going to fix
    this problem. Look at these articles (and the KB articles referenced in
    them):
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]
    [url]http://www.aspfaq.com/show.asp?id=2062[/url]

    HTH,
    Bob Barrows

    Andrew wrote:
    > I have been getting some rather confusing access errors when trying
    > to use an asp page to access my Access database. I have all the
    > security settings on the db directory allowed so that is not the
    > problem I am having. I had also gotten similar errors when I was
    > trygin to access the db while it was also open in Access but this was
    > not the case here and I had even restarted the machine. I was
    > getting this error:
    >
    > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    > registry key 'Temporary (volatile) Jet DSN for process 0x10c Thread
    > 0x624 DBC 0x143ca24 Jet'.
    >
    > I tried swapping out the db for a copy of it and that fixed the
    > problem temporarily but then it poped up again. Then someone
    > sugested that I switch to the Jet driver instead of the ODBC one.
    > This did fix the problem or at least it apeared to. Then today I put
    > the page up on our server and another error cropped up which had the
    > same sound at the volatile error I got from the ODBC driver but with
    > slightly different wording (I do not have the error because I fixed
    > the problem kind of). I tried swapping back to the ODBC driver and
    > ended up with the same error message I had the last time I used that
    > driver. Then I tried swapping the db out for a copy (just ctrl-c
    > ctrl-v not a backup copy but a literal copy) and that apears to have
    > fixed the problem at least for now. The problem is that I am no
    > closer to understanding why I am getting these error and a page that
    > cops out and needs to have it's db swapped out every few days is not
    > a good thing for obvious reasons especialy if I where to get these
    > kind of error at inoportune moments. If anyone has any insight into
    > what could be going wrong please let me know.
    >
    > Thanks
    > Andrew

    Bob Barrows Guest

  4. #3

    Default Re: Access denied errors

    "Andrew" <anagel@dot.state.ri.us> wrote in message
    news:uGU$w4gSDHA.2008@TK2MSFTNGP11.phx.gbl...
    > I have been getting some rather confusing access errors when trying to use
    > an asp page to access my Access database. I have all the security
    settings
    > on the db directory allowed so that is not the problem I am having. I had
    > also gotten similar errors when I was trygin to access the db while it was
    > also open in Access but this was not the case here and I had even
    restarted
    > the machine. I was getting this error:
    >
    > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    > registry key 'Temporary (volatile) Jet DSN for process 0x10c Thread 0x624
    > DBC 0x143ca24 Jet'.
    >
    > I tried swapping out the db for a copy of it and that fixed the problem
    > temporarily but then it poped up again. Then someone sugested that I
    switch
    > to the Jet driver instead of the ODBC one. This did fix the problem or at
    > least it apeared to. Then today I put the page up on our server and
    another
    > error cropped up which had the same sound at the volatile error I got from
    > the ODBC driver but with slightly different wording (I do not have the
    error
    > because I fixed the problem kind of). I tried swapping back to the ODBC
    > driver and ended up with the same error message I had the last time I used
    > that driver. Then I tried swapping the db out for a copy (just ctrl-c
    > ctrl-v not a backup copy but a literal copy) and that apears to have fixed
    > the problem at least for now. The problem is that I am no closer to
    > understanding why I am getting these error and a page that cops out and
    > needs to have it's db swapped out every few days is not a good thing for
    > obvious reasons especialy if I where to get these kind of error at
    > inoportune moments. If anyone has any insight into what could be going
    > wrong please let me know.
    Start here:
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]

    --
    Tom Kaminski IIS MVP
    [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS

    [url]http://mvp.support.microsoft.com/[/url]
    [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]



    Tom Kaminski [MVP] 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