Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Problems with updates and cryptographic services

Reply
Thread Tools Display Modes

Problems with updates and cryptographic services

 
 
Jeremy
Guest
Posts: n/a

 
      05-05-2005
I was working on a game in Visual Basic 6.0 with DirectX 8.1 and started
getting some strange kind of

memory leak that wasn't fixable in the code, so I decided to install the
Windows XP Home service pack 2

which I had put off doing for a long while. I tried this through the
windowsupdate.microsoft.com using

IE 6.0. This led to my first problem.

Problem: Windows Update gives error
-Background Intelligent Transfer Service 2.0 unable to successfully install
-error log reports this error: 0x8007f0da
-can't find anything about it on google

So I decided to try downloading it manually.

Problem: Manual download/install of SP2 (KB884020) gives error
-Need a minimum of SP2 to install!

This error seems odd. Why would this error even be programmed into the SP2
installation? I tried to

download SP1 to see if that could fix it.

Problem: Manual download/install of SP1 for Windows gives error
-Setup could not verify the integrity of the file Update.inf. Make sure the
Cryptographic service is

running on this computer.

Cryptographic Services were turned off on my computer, they've been like
that for a while. I don't know

why that is, but for a time I seemed to get by without them. So I tried
starting it which lead to even

more problems.

Problem: Cryptographic Services won't start
-says error 2: missing file

There are lots of troubleshootings to get this started found using google,
but none of them work,

including everything listed at updatexp.com.

Some notes:
-the Remote Call Procedure service is running
-a complete scan using the system file checker doesn't fix the "missing file"
-starting the service in safe mode doesn't work
-stopping and restarting various dependant dlls using regsvr32 doesn't work
-renaming either or both CatRoot and CatRoot2 folders doesn't work
-virus and spyware scans all turn up clean
-turning off firewall does not help either
-this is what the dberr.txt log says every time i try to start it

CatalogDB: 4:05:23 PM 5/4/2005: WAITSVC: Calling StartService(): CryptSvc
CatalogDB: 4:05:23 PM 5/4/2005: File #4 at line #313 encountered error
0x00000002
CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #65 encountered error
0x00000002
CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #297 encountered error
0x00000426
CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #2397 encountered error
0x00000426
CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #815 encountered error
0x00000426

Possible explanation
-the system file checker isn't working correctly and not replacing all the
right files
-i might be missing update.inf as I can't seem to find it, but maybe that's
a result of cryptographic

services being disabled
-i might be missing something important in the CatRoot folder, or something
is corrupted

Any help would be appreciated.
 
Reply With Quote
 
 
 
 
Jennifer
Guest
Posts: n/a

 
      05-06-2005
I found this on http://www.kellys-korner-xp.com/xp_abc.htm
"At the command prompt (Start/Run/CMD), type the following commands,
pressing ENTER after each line:

net stop cryptsvc
ren %systemroot%\system32\catroot2 oldcatroot2
net start cryptsvc
"
"Jeremy" wrote:

> I was working on a game in Visual Basic 6.0 with DirectX 8.1 and started
> getting some strange kind of
>
> memory leak that wasn't fixable in the code, so I decided to install the
> Windows XP Home service pack 2
>
> which I had put off doing for a long while. I tried this through the
> windowsupdate.microsoft.com using
>
> IE 6.0. This led to my first problem.
>
> Problem: Windows Update gives error
> -Background Intelligent Transfer Service 2.0 unable to successfully install
> -error log reports this error: 0x8007f0da
> -can't find anything about it on google
>
> So I decided to try downloading it manually.
>
> Problem: Manual download/install of SP2 (KB884020) gives error
> -Need a minimum of SP2 to install!
>
> This error seems odd. Why would this error even be programmed into the SP2
> installation? I tried to
>
> download SP1 to see if that could fix it.
>
> Problem: Manual download/install of SP1 for Windows gives error
> -Setup could not verify the integrity of the file Update.inf. Make sure the
> Cryptographic service is
>
> running on this computer.
>
> Cryptographic Services were turned off on my computer, they've been like
> that for a while. I don't know
>
> why that is, but for a time I seemed to get by without them. So I tried
> starting it which lead to even
>
> more problems.
>
> Problem: Cryptographic Services won't start
> -says error 2: missing file
>
> There are lots of troubleshootings to get this started found using google,
> but none of them work,
>
> including everything listed at updatexp.com.
>
> Some notes:
> -the Remote Call Procedure service is running
> -a complete scan using the system file checker doesn't fix the "missing file"
> -starting the service in safe mode doesn't work
> -stopping and restarting various dependant dlls using regsvr32 doesn't work
> -renaming either or both CatRoot and CatRoot2 folders doesn't work
> -virus and spyware scans all turn up clean
> -turning off firewall does not help either
> -this is what the dberr.txt log says every time i try to start it
>
> CatalogDB: 4:05:23 PM 5/4/2005: WAITSVC: Calling StartService(): CryptSvc
> CatalogDB: 4:05:23 PM 5/4/2005: File #4 at line #313 encountered error
> 0x00000002
> CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #65 encountered error
> 0x00000002
> CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #297 encountered error
> 0x00000426
> CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #2397 encountered error
> 0x00000426
> CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #815 encountered error
> 0x00000426
>
> Possible explanation
> -the system file checker isn't working correctly and not replacing all the
> right files
> -i might be missing update.inf as I can't seem to find it, but maybe that's
> a result of cryptographic
>
> services being disabled
> -i might be missing something important in the CatRoot folder, or something
> is corrupted
>
> Any help would be appreciated.

 
Reply With Quote
 
Jeremy
Guest
Posts: n/a

 
      05-06-2005
Like I said, renaming the catroot folders doesn't help. It seems to me like
I'm missing some files, or some files are corrupted, and the system file
checker isn't fixing them.

"Jennifer" wrote:

> I found this on http://www.kellys-korner-xp.com/xp_abc.htm
> "At the command prompt (Start/Run/CMD), type the following commands,
> pressing ENTER after each line:
>
> net stop cryptsvc
> ren %systemroot%\system32\catroot2 oldcatroot2
> net start cryptsvc
> "
> "Jeremy" wrote:
>
> > I was working on a game in Visual Basic 6.0 with DirectX 8.1 and started
> > getting some strange kind of
> >
> > memory leak that wasn't fixable in the code, so I decided to install the
> > Windows XP Home service pack 2
> >
> > which I had put off doing for a long while. I tried this through the
> > windowsupdate.microsoft.com using
> >
> > IE 6.0. This led to my first problem.
> >
> > Problem: Windows Update gives error
> > -Background Intelligent Transfer Service 2.0 unable to successfully install
> > -error log reports this error: 0x8007f0da
> > -can't find anything about it on google
> >
> > So I decided to try downloading it manually.
> >
> > Problem: Manual download/install of SP2 (KB884020) gives error
> > -Need a minimum of SP2 to install!
> >
> > This error seems odd. Why would this error even be programmed into the SP2
> > installation? I tried to
> >
> > download SP1 to see if that could fix it.
> >
> > Problem: Manual download/install of SP1 for Windows gives error
> > -Setup could not verify the integrity of the file Update.inf. Make sure the
> > Cryptographic service is
> >
> > running on this computer.
> >
> > Cryptographic Services were turned off on my computer, they've been like
> > that for a while. I don't know
> >
> > why that is, but for a time I seemed to get by without them. So I tried
> > starting it which lead to even
> >
> > more problems.
> >
> > Problem: Cryptographic Services won't start
> > -says error 2: missing file
> >
> > There are lots of troubleshootings to get this started found using google,
> > but none of them work,
> >
> > including everything listed at updatexp.com.
> >
> > Some notes:
> > -the Remote Call Procedure service is running
> > -a complete scan using the system file checker doesn't fix the "missing file"
> > -starting the service in safe mode doesn't work
> > -stopping and restarting various dependant dlls using regsvr32 doesn't work
> > -renaming either or both CatRoot and CatRoot2 folders doesn't work
> > -virus and spyware scans all turn up clean
> > -turning off firewall does not help either
> > -this is what the dberr.txt log says every time i try to start it
> >
> > CatalogDB: 4:05:23 PM 5/4/2005: WAITSVC: Calling StartService(): CryptSvc
> > CatalogDB: 4:05:23 PM 5/4/2005: File #4 at line #313 encountered error
> > 0x00000002
> > CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #65 encountered error
> > 0x00000002
> > CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #297 encountered error
> > 0x00000426
> > CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #2397 encountered error
> > 0x00000426
> > CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #815 encountered error
> > 0x00000426
> >
> > Possible explanation
> > -the system file checker isn't working correctly and not replacing all the
> > right files
> > -i might be missing update.inf as I can't seem to find it, but maybe that's
> > a result of cryptographic
> >
> > services being disabled
> > -i might be missing something important in the CatRoot folder, or something
> > is corrupted
> >
> > Any help would be appreciated.

 
Reply With Quote
 
Jeremy
Guest
Posts: n/a

 
      05-06-2005
I checked out the tweaks on that site you sent
http://www.kellys-korner-xp.com/xp_tweaks.htm

and number 288 is a reg fix Restore Cryptographic Service - CryptSvc. This
seemed to work and now it's working fine! It turned out there was nothing in
the "image path". Why isn't this fix listed anywhere else online?

So even though you're probably a bot, I owe you some thanks.

"Jennifer" wrote:

> I found this on http://www.kellys-korner-xp.com/xp_abc.htm
> "At the command prompt (Start/Run/CMD), type the following commands,
> pressing ENTER after each line:
>
> net stop cryptsvc
> ren %systemroot%\system32\catroot2 oldcatroot2
> net start cryptsvc
> "
> "Jeremy" wrote:
>
> > I was working on a game in Visual Basic 6.0 with DirectX 8.1 and started
> > getting some strange kind of
> >
> > memory leak that wasn't fixable in the code, so I decided to install the
> > Windows XP Home service pack 2
> >
> > which I had put off doing for a long while. I tried this through the
> > windowsupdate.microsoft.com using
> >
> > IE 6.0. This led to my first problem.
> >
> > Problem: Windows Update gives error
> > -Background Intelligent Transfer Service 2.0 unable to successfully install
> > -error log reports this error: 0x8007f0da
> > -can't find anything about it on google
> >
> > So I decided to try downloading it manually.
> >
> > Problem: Manual download/install of SP2 (KB884020) gives error
> > -Need a minimum of SP2 to install!
> >
> > This error seems odd. Why would this error even be programmed into the SP2
> > installation? I tried to
> >
> > download SP1 to see if that could fix it.
> >
> > Problem: Manual download/install of SP1 for Windows gives error
> > -Setup could not verify the integrity of the file Update.inf. Make sure the
> > Cryptographic service is
> >
> > running on this computer.
> >
> > Cryptographic Services were turned off on my computer, they've been like
> > that for a while. I don't know
> >
> > why that is, but for a time I seemed to get by without them. So I tried
> > starting it which lead to even
> >
> > more problems.
> >
> > Problem: Cryptographic Services won't start
> > -says error 2: missing file
> >
> > There are lots of troubleshootings to get this started found using google,
> > but none of them work,
> >
> > including everything listed at updatexp.com.
> >
> > Some notes:
> > -the Remote Call Procedure service is running
> > -a complete scan using the system file checker doesn't fix the "missing file"
> > -starting the service in safe mode doesn't work
> > -stopping and restarting various dependant dlls using regsvr32 doesn't work
> > -renaming either or both CatRoot and CatRoot2 folders doesn't work
> > -virus and spyware scans all turn up clean
> > -turning off firewall does not help either
> > -this is what the dberr.txt log says every time i try to start it
> >
> > CatalogDB: 4:05:23 PM 5/4/2005: WAITSVC: Calling StartService(): CryptSvc
> > CatalogDB: 4:05:23 PM 5/4/2005: File #4 at line #313 encountered error
> > 0x00000002
> > CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #65 encountered error
> > 0x00000002
> > CatalogDB: 4:05:23 PM 5/4/2005: File #3 at line #297 encountered error
> > 0x00000426
> > CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #2397 encountered error
> > 0x00000426
> > CatalogDB: 4:05:23 PM 5/4/2005: File #2 at line #815 encountered error
> > 0x00000426
> >
> > Possible explanation
> > -the system file checker isn't working correctly and not replacing all the
> > right files
> > -i might be missing update.inf as I can't seem to find it, but maybe that's
> > a result of cryptographic
> >
> > services being disabled
> > -i might be missing something important in the CatRoot folder, or something
> > is corrupted
> >
> > Any help would be appreciated.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cryptographic services Sailor Windows Update 6 01-01-2005 02:13 PM
Cryptographic Services MIKe Windows Update 1 12-31-2003 12:16 AM
Cryptographic Services pcmoron Windows Update 1 09-21-2003 09:18 PM
Re: cryptographic services Jupiter Jones [MVP] Windows Update 2 08-15-2003 04:59 AM
Re: cryptographic services Nicholas Windows Update 0 08-14-2003 06:18 PM



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