Unable to open registry key 'Temporary (volatile) Jet DSN

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

  1. #1

    Default 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 though this is 'run of the mill' stuff, I've got a
    problem I just can't fathom.

    I can query this DB fine, but everytime I try and insert or update it, I get
    the following error message:

    Microsoft OLE DB Provider for ODBC Drivers error '800401f3'

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

    /news-submit.asp, line 307

    My ISP said that it has to be something I'm doing in my code, but I've had a
    good look and can't
    see anything to generate it from my end.

    To cement this fact, I actually uploaded the DB and ASP pages to a different
    ISP (FastHosts) and everything works fine.

    I know this now makes it obvious that the problem is at my current ISP's
    end, but could you give me some idea as to why this is the case so that I
    can prove to and assist them in getting this sorted ASAP.

    Thanks

    Laphan


    Laphan 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
      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? ...
    3. 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: ...
    4. 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...
    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: Unable to open registry key 'Temporary (volatile) Jet DSN

    [url]http://www.aspfaq.com/search.asp?q=volatile+80004005[/url]

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




    "Laphan" <news@DoNotEmailMe.co.uk> wrote in message
    news:uERmCGo7DHA.3804@tk2msftngp13.phx.gbl...
    > 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 though this is 'run of the mill' stuff, I've got a
    > problem I just can't fathom.
    >
    > I can query this DB fine, but everytime I try and insert or update it, I
    get
    > the following error message:
    >
    > Microsoft OLE DB Provider for ODBC Drivers error '800401f3'
    >
    > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    > registry key 'Temporary (volatile) Jet DSN for process 0xd64 Thread 0x18c
    > DBC 0xa488024 Jet'.
    >
    > /news-submit.asp, line 307
    >
    > My ISP said that it has to be something I'm doing in my code, but I've had
    a
    > good look and can't
    > see anything to generate it from my end.
    >
    > To cement this fact, I actually uploaded the DB and ASP pages to a
    different
    > ISP (FastHosts) and everything works fine.
    >
    > I know this now makes it obvious that the problem is at my current ISP's
    > end, but could you give me some idea as to why this is the case so that I
    > can prove to and assist them in getting this sorted ASAP.
    >
    > Thanks
    >
    > Laphan
    >
    >

    Aaron Bertrand [MVP] Guest

  4. #3

    Default Re: Unable to open registry key 'Temporary (volatile) Jet DSN

    Dear Aaron

    As the ISP is now going mad setting permissions for everything and other
    pages and DBs in the same area are working fine, is it a possibility that
    something like ASPupload not being configured right on the server might
    affect the page going through?

    If you have the time, could you please go to the following web site, type
    some dummy chars in all but the News Picture upload box and click the Send
    button:

    [url]http://www.haemophiliacs.org.uk/news-submit.asp?part=1&type=1[/url]

    The page and DB worked fine on a different ISP (FastHosts), so the only
    reason I can think of is that the ASPUpload section of code is the problem
    because it is the only thing different between a page that works and the
    page that generates this error.

    A long shot I know, but both the ISP and myself are running out of ideas.

    Rgds

    Laphan


    Aaron Bertrand [MVP] <aaron@TRASHaspfaq.com> wrote in message
    news:eYkhGNo7DHA.3024@tk2msftngp13.phx.gbl...
    [url]http://www.aspfaq.com/search.asp?q=volatile+80004005[/url]

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




    "Laphan" <news@DoNotEmailMe.co.uk> wrote in message
    news:uERmCGo7DHA.3804@tk2msftngp13.phx.gbl...
    > 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 though this is 'run of the mill' stuff, I've got a
    > problem I just can't fathom.
    >
    > I can query this DB fine, but everytime I try and insert or update it, I
    get
    > the following error message:
    >
    > Microsoft OLE DB Provider for ODBC Drivers error '800401f3'
    >
    > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    > registry key 'Temporary (volatile) Jet DSN for process 0xd64 Thread 0x18c
    > DBC 0xa488024 Jet'.
    >
    > /news-submit.asp, line 307
    >
    > My ISP said that it has to be something I'm doing in my code, but I've had
    a
    > good look and can't
    > see anything to generate it from my end.
    >
    > To cement this fact, I actually uploaded the DB and ASP pages to a
    different
    > ISP (FastHosts) and everything works fine.
    >
    > I know this now makes it obvious that the problem is at my current ISP's
    > end, but could you give me some idea as to why this is the case so that I
    > can prove to and assist them in getting this sorted ASAP.
    >
    > Thanks
    >
    > Laphan
    >
    >



    Laphan Guest

  5. #4

    Default Re: Unable to open registry key 'Temporary (volatile) Jet DSN

    The volatile error is Access MDB-file related and has absolutely nothing to
    do with ASPUpload not being configured.

    If you create an identical ASP page in the same folder that accesses the
    same database file and DOESN'T include a mention of ASPUpload, you'll get
    the same error.

    The articles on the site should cover all scenarios that I know of, so
    either they're overlooking something, or they've discovered some new flaw in
    Access/ASP that we've never seen before. I will repeat, this error has
    absolutely nothing to do with ASPUpload.

    Anyway, GET RID OF THE ODBC CONNECTION STRING ALREADY!!!! Use OLEDB!
    [url]http://www.aspfaq.com/2126[/url]

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




    "Laphan" <news@DoNotEmailMe.co.uk> wrote in message
    news:#DcpyuN8DHA.1548@tk2msftngp13.phx.gbl...
    > Dear Aaron
    >
    > As the ISP is now going mad setting permissions for everything and other
    > pages and DBs in the same area are working fine, is it a possibility that
    > something like ASPupload not being configured right on the server might
    > affect the page going through?
    >
    > If you have the time, could you please go to the following web site, type
    > some dummy chars in all but the News Picture upload box and click the Send
    > button:
    >
    > [url]http://www.haemophiliacs.org.uk/news-submit.asp?part=1&type=1[/url]
    >
    > The page and DB worked fine on a different ISP (FastHosts), so the only
    > reason I can think of is that the ASPUpload section of code is the problem
    > because it is the only thing different between a page that works and the
    > page that generates this error.
    >
    > A long shot I know, but both the ISP and myself are running out of ideas.

    Aaron Bertrand - MVP Guest

  6. #5

    Default Re: Unable to open registry key 'Temporary (volatile) Jet DSN

    Promise I'll get rid of it now that you and Jeff have shown me the error of
    my ways!!

    Rgds

    Laphan


    Aaron Bertrand - MVP <aaron@TRASHaspfaq.com> wrote in message
    news:#K#w23N8DHA.1592@TK2MSFTNGP10.phx.gbl...
    The volatile error is Access MDB-file related and has absolutely nothing to
    do with ASPUpload not being configured.

    If you create an identical ASP page in the same folder that accesses the
    same database file and DOESN'T include a mention of ASPUpload, you'll get
    the same error.

    The articles on the site should cover all scenarios that I know of, so
    either they're overlooking something, or they've discovered some new flaw in
    Access/ASP that we've never seen before. I will repeat, this error has
    absolutely nothing to do with ASPUpload.

    Anyway, GET RID OF THE ODBC CONNECTION STRING ALREADY!!!! Use OLEDB!
    [url]http://www.aspfaq.com/2126[/url]

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




    "Laphan" <news@DoNotEmailMe.co.uk> wrote in message
    news:#DcpyuN8DHA.1548@tk2msftngp13.phx.gbl...
    > Dear Aaron
    >
    > As the ISP is now going mad setting permissions for everything and other
    > pages and DBs in the same area are working fine, is it a possibility that
    > something like ASPupload not being configured right on the server might
    > affect the page going through?
    >
    > If you have the time, could you please go to the following web site, type
    > some dummy chars in all but the News Picture upload box and click the Send
    > button:
    >
    > [url]http://www.haemophiliacs.org.uk/news-submit.asp?part=1&type=1[/url]
    >
    > The page and DB worked fine on a different ISP (FastHosts), so the only
    > reason I can think of is that the ASPUpload section of code is the problem
    > because it is the only thing different between a page that works and the
    > page that generates this error.
    >
    > A long shot I know, but both the ISP and myself are running out of ideas.



    Laphan 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