Hey... did you solve your other problem? The one about the check boxes?
Main Topics
Browse All TopicsI am using DSNless connection contracts to connect Access 2000 db and am getting this error:
Error Type:
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 0x5a8 Thread 0x6e4 DBC 0x2334024 Jet'.
This just started this today. All was fine yesterday and I have not changed or republished anything. I have not seen this error before, have no clue what it means or how to debug it. Any help appreciated.
*Update*
I was able to correct the error by republishing. Now I am able to open a page once, with no problems, but when I go to another page I get:
0x80004005
Unspecified error
D'oh!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ericpetePosted on 2000-11-30 at 13:02:59ID: 5695346
1. Check for an updated Jet at microsoft.com. If you need one, make sure you also reinstall any service packs you're using.
ata/downlo ad.htm
2. In your browser (IE would be better for this) go to Tools/Internet Options/Advanced and uncheck the box marked "Show Friendly HTTP Error Messages". This will give you more information -- apparently Microsoft thinks it's being friendly by giving you a generic error message, instead of one which can actually help you.
3. This error occurs most frequently when the Microsoft Data Access Components (MDAC) version is outdated. You should install MDAC version 2.1 from Microsoft's Web site at:
http://www.microsoft.com/d
Sometimes even when the latest MDAC is installed, this error still occurs. Try toggling the Use JavaScript selection off (in your Publish Settings, under the Options tab -- your version might say "publish client script"). Publish the site, then toggle the Use JavaScript selection on and republish the site.
If you are connecting to an Oracle database, use the Microsoft ODBC driver, not the Oracle driver.
This error can also occur if you currently have an .ldb file locked out to an old DSN. Sometimes a DSN will be changed, for example from User to System, but the .ldb file remains locked to the first DSN. Search for *.ldb and delete any .ldb file associated with your site and reboot the system.
Hope this helps...