IIS 5 - General error Unable to open registry key

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

  1. #1

    Default IIS 5 - General error Unable to open registry key

    ( - also posted on inetserver.iis)

    Hi

    I am a web programmer with an ASP-based website on my
    webhosts server (Win2000, IIS 5) which references an
    Access 97 database. I am INTERMITTENTLY getting errors of
    the kind:

    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver]General error
    Unable to open registry key 'Temporary (volatile) Jet DSN
    for process 0x9ac Thread 0xa0c DBC 0x15d1024 Jet'

    I have read the articles:

    [url]http://www.aspfaq.com/show.asp?id=2009[/url]
    [url]http://support.microsoft.com/?kbid=306518[/url]
    [url]http://support.microsoft.com/?kbid=315456[/url]

    on this matter, and intend to refer my webhost to them.
    However, after enduring this error for over 18 months and
    across several servers, he has basically admitted that he
    is at a loss as to its cause, and claims there are other
    websites on the same server experiencing no problems.
    What is notable here is that the site will process its
    code without trouble on most occasions, and then suddenly
    fail, producing the error described above. Additionally,
    I have an identical copy of my site on my ISPs free
    webspace which has never failed.

    Is this a permissions problem? Why does it occur
    inconsistently, when code flow is uniform for all site
    visitors?

    Any help greatly appreciated.

    Robert Blakeman

    Robert Blakeman Guest

  2. Similar Questions and Discussions

    1. Problem connecting to local Access database - Unable to open registry key 'Temporary (volatile) Jet DSN ...
      Hi I get the following error sporadically when running a sample in an MSDN ASP tutorial: Microsoft OLE DB Provider for ODBC Drivers: General...
    2. Unable to open registry key 'Temporary (volatile) Jet DSN
      Hi Guys I was wondering if you could help. Basically I have an ASP page that inserts details from a standard form into an Access DB and even...
    3. Unable to Open Registry Key
      Hello; I've published my database using Frontpage and inserted a result query on a ASP page and I get the following error. Can anyone help me? ...
    4. Unable to Open ODBC Registry Key
      Hi: Using MS Access in a server-side application (Win2k Adv. Server, IIS 6, ASP) we suddenly are getting the following error on most pages: ...
    5. ADODB.Connection - Unable to open registry key 'Temporary (volatile) Jet
      Jon wrote: http://www.aspfaq.com/show.asp?id=2062 - updatable cursor http://www.aspfaq.com/show.asp?id=2009 - 80004005 errors Bob Barrows
  3. #2

    Default Re: IIS 5 - General error Unable to open registry key

    Thanks Bob. I have instigated the change with the OLEDB
    version of the connection string and so far all is ok.
    Time will tell.

    The URL is useful too. Thanks for your help! :-)

    Robert Blakeman
    >-----Original Message-----
    >I can't answer your question, except to say that this
    error never occurs if
    >you use the native Jet OLEDB provider instead of ODBC. See
    >[url]www.connectionstrings.com[/url] for help with your connection
    strings.
    >
    >HTH,
    >Bob Barrows
    >
    >Robert Blakeman wrote:
    >> ( - also posted on inetserver.iis)
    >>
    >> Hi
    >>
    >> I am a web programmer with an ASP-based website on my
    >> webhosts server (Win2000, IIS 5) which references an
    >> Access 97 database. I am INTERMITTENTLY getting errors
    of
    >> the kind:
    >>
    >> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    >> [Microsoft][ODBC Microsoft Access Driver]General error
    >> Unable to open registry key 'Temporary (volatile) Jet
    DSN
    >> for process 0x9ac Thread 0xa0c DBC 0x15d1024 Jet'
    >>
    >> I have read the articles:
    >>
    >> [url]http://www.aspfaq.com/show.asp?id=2009[/url]
    >> [url]http://support.microsoft.com/?kbid=306518[/url]
    >> [url]http://support.microsoft.com/?kbid=315456[/url]
    >>
    >> on this matter, and intend to refer my webhost to them.
    >> However, after enduring this error for over 18 months
    and
    >> across several servers, he has basically admitted that
    he
    >> is at a loss as to its cause, and claims there are other
    >> websites on the same server experiencing no problems.
    >> What is notable here is that the site will process its
    >> code without trouble on most occasions, and then
    suddenly
    >> fail, producing the error described above.
    Additionally,
    >> I have an identical copy of my site on my ISPs free
    >> webspace which has never failed.
    >>
    >> Is this a permissions problem? Why does it occur
    >> inconsistently, when code flow is uniform for all site
    >> visitors?
    >>
    >> Any help greatly appreciated.
    >>
    >> Robert Blakeman
    >
    >
    >
    >.
    >
    Robert Blakeman 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