XP SP2 installation error: "unable to read from or write to the database"

Thread Solved
Reply

Join Date: Sep 2004
Posts: 26
Reputation: whiskeyjar is an unknown quantity at this point 
Solved Threads: 0
whiskeyjar whiskeyjar is offline Offline
Light Poster

XP SP2 installation error: "unable to read from or write to the database"

 
0
  #1
Sep 6th, 2004
Hello, everyone - I am the system adminstrator at a small company running 13 workstations with XP Pro, and am in the midst of installing SP2 to all workstations. The installation has gone smoothly on all but 2 stations; the two in question are giving me an error about 3/4 of the way through the installation saying "Unable to read from or write to the database". I have tried the following Microsoft-provided solutions to no avail:

1) ran ESENTUTL on secedit from cmd prompt
2) Renamed the Edb.log file to have .tst extension
3) Made sure Cryptographic services were set to automatic
4) Renamed the Catroot2 folder to oldcatroot2
5) Reregistered cryptographic services DLL files

Any ideas or suggestions would be most appreciated. Thank you so much!
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 2,964
Reputation: dlh6213 is on a distinguished road 
Solved Threads: 209
Team Colleague
dlh6213 dlh6213 is offline Offline
Posting Maven

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #2
Sep 9th, 2004
Well, since no one else has responded to this, I may as well put in my two cents. Is there an error code with this message? That may be helpful. Are you sure these two systems meet the minimum requirements for SP2? Check this thread to see:
http://www.daniweb.com/techtalkforums/thread10031.html

There must be something different about these two systems from the others.

I found the following info at:
http://www.michna.com/kb/WxSP2.htm#C...Service_Pack_2

I know you've tried some of this already, but maybe there's something here that can help.

Error 0x800710D9 Unable to read from or write to the database
The quickest and most thorough way to solve this problem is a batch file, written by fellow MVP Torgeir Bakken from Norway. Reboot the computer and, before running any other program, run the batch file. It will tell you when it is finished. Here it is: fixdb.bat

For other possible solutions check http://www.updatexp.com/cryptographic-service.html and the following Microsoft Knowledge Base article for details.

You cannot install some updates or programs
http://support.microsoft.com/?kbid=822798

The most successful workaround for the cryptographic service error has been the method 3 mentioned in that article:

Rename the Catroot2 folder, and then try to install the program again. To rename the Catroot2 folder, follow these steps:

Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, type the following commands, pressing ENTER after each line:
net stop cryptsvc
ren %systemroot%\System32\Catroot2 catroot2old
net start cryptsvc
exit

Important: Do not rename the Catroot folder. The Catroot2 folder is automatically recreated by Windows, but the Catroot folder is not recreated if it is renamed.

For the "Error 0x800710D9 Unable to read from or write to the database" you would need to delete or rename the %systemroot%\Security\*.log files as well (rename them to e.g. *.log.old).

If all else fails
You can try to install Service Pack 2 in safe mode.


Good Luck!
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 26
Reputation: whiskeyjar is an unknown quantity at this point 
Solved Threads: 0
whiskeyjar whiskeyjar is offline Offline
Light Poster

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #3
Sep 9th, 2004
Thank you, dlh6213. Yes, I am sure that the two computers in question meet the minimum requirements for the update. Unfortunately, there is no error number displayed with the message; that sure would have made things easier. I will try your suggestions today and let you know how things worked out. I really appreciate your help. Thanks again!
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 2,964
Reputation: dlh6213 is on a distinguished road 
Solved Threads: 209
Team Colleague
dlh6213 dlh6213 is offline Offline
Posting Maven

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #4
Sep 9th, 2004
This link I gave you, http://www.michna.com/kb/WxSP2.htm#..._Service_Pack_2
has a downloadable link to the "fixdb.bat" file; I don't know why it didn't copy over as a link, I just now noticed that it didn't.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 1
Reputation: echoman is an unknown quantity at this point 
Solved Threads: 1
echoman echoman is offline Offline
Newbie Poster

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #5
Sep 12th, 2004
Fixdb.bat worked for me - huzzah!

I simply downloaded and ran the batch file, reebooted and retried the SP2 install - and all's well.

Thanks to the author and dlh6213 for recommending it,

EchoMan
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 2,964
Reputation: dlh6213 is on a distinguished road 
Solved Threads: 209
Team Colleague
dlh6213 dlh6213 is offline Offline
Posting Maven

Re: XP SP2 installation error: "unable to read from or write to the database"

 
1
  #6
Sep 14th, 2004
Happy it helped you echoman, hope it works for whiskeyjar as well.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 26
Reputation: whiskeyjar is an unknown quantity at this point 
Solved Threads: 0
whiskeyjar whiskeyjar is offline Offline
Light Poster

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #7
Sep 18th, 2004
Hello again, dlh6213. I haven't had the time yet to work on the pc's in question; I'm hoping to re-address the problem sometime in the coming week.
I just noticed your new post and echoman's positive results, so I believe that I may try that route first. I greatly appreciate your help and your feedback.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 26
Reputation: whiskeyjar is an unknown quantity at this point 
Solved Threads: 0
whiskeyjar whiskeyjar is offline Offline
Light Poster

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #8
Oct 1st, 2004
Well, dlh6213, I just wanted to extend my gratitude to you for the tip about the fixdb.bat.
I ran it and SP2 installed flawlessly.
Thanks so much for your help. :cheesy:
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 2,964
Reputation: dlh6213 is on a distinguished road 
Solved Threads: 209
Team Colleague
dlh6213 dlh6213 is offline Offline
Posting Maven

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #9
Oct 1st, 2004
Great! Happy to hear it!

(Can one of the moderators mark this one as solved?)
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 353
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: XP SP2 installation error: "unable to read from or write to the database"

 
0
  #10
Oct 2nd, 2004
Yup- Marking as solved now.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC