On Wed, 26 Oct 2005 13:37:51 +0200, "Torgeir Bakken \(MVP\)"
<Torgeir.Bakken-> wrote:
>John Perry wrote:
>
>> I'm using XP2 and get this error code 0x8007F01E when trying to
>> automatically install
>>
>> KB901017
>> KB902400
>> KB896688
>> KB899589
>> KB905414
>> KB900725
>>
>> and repeated attempts at installing the patches also fail. Any ideas
>> please.
>>
>Hi,
>
>Error 0x8007F01e is :
>
>STR_CATALOG_INSTALL_FAILED
>Failed to install catalog files.
>
>
>Deleting or renaming the Catroot2 folder will most likely fix this
>problem, I have created a batch file that does this for you.
>
>Go to
>http://www.michna.com/kb/WxSP2.htm#C...Service_Pack_2
>
>Look for fixdb.bat under "Error 0x800710D9 Unable to read from
>or write to the database". Download and run it.
Thanks, but that did not work. I also ran this before (no idea what
it did!) but someone reported success with it, and that didn't help
either. That web site is excellent; thank you.
John
@echo off
Echo . Registracia kniznic
regsvr32 /s msxml3.dll
regsvr32 /s wups.dll
regsvr32 /s wuaueng.dll
Echo . Registracia skupin
wuauclt /detectnow /resetauthorization
Echo . Zastavenie sluzby
net stop wuauserv
echo . Zmazanie DataStore
cd /d %windir%\SoftwareDistribution
rd /s DataStore
Echo . Spustenie sluzby
net start wuauserv
Echo . Zrestartovanie pocitaca
shutdown -r -f -t 01