Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > WU on Win 2003 fails with 0x800706b5

Reply
Thread Tools Display Modes

WU on Win 2003 fails with 0x800706b5

 
 
James W Troy
Guest
Posts: n/a

 
      12-16-2009
I attempt to run Windows Update on a Win 2003 SP2 server. The home page
displays successfully. At that point, whether I click on "Express" or
"Custom" the next page displayed says -

"The website has encountered a problem and cannot display the page you are
trying to view. [Error number: 0x800706b5]"


I've searched the Internet for cases where this particular error is returned
by WU, but none of them resolve the problem in our situation.

Reviewing "WindowsUpdate.log" confirms that all WU components have the most
current version (7.4.7600.226).

Below, I have pasted in an excerpt of the "WindowsUpdate.log" entries that
report the error we encounter -

================================================== ===

2009-12-16 12:42:47:565 3232 1c3c COMAPI -------------
2009-12-16 12:42:47:565 3232 1c3c COMAPI -- START -- COMAPI: Search
[ClientId = WindowsUpdate]
2009-12-16 12:42:47:565 3232 1c3c COMAPI ---------
2009-12-16 12:42:47:581 856 5f4 Service WARNING: GetUserTokenFromSessionId
failed with error 800706b5 for session 0
2009-12-16 12:42:47:581 3232 1c3c COMAPI WARNING: Unable to listen to
self-update/shutdown event (hr=0X800706B5)
2009-12-16 12:42:47:581 3232 1c3c COMAPI WARNING: Unable to establish
connection to the service. (hr=800706B5)
2009-12-16 12:42:47:581 3232 1c3c COMAPI - WARNING: Exit code = 0x800706B5
2009-12-16 12:42:47:581 3232 1c3c COMAPI ---------
2009-12-16 12:42:47:581 3232 1c3c COMAPI -- END -- COMAPI: Search
[ClientId = <NULL>]
2009-12-16 12:42:47:581 3232 1c3c COMAPI -------------
2009-12-16 12:42:47:581 3232 1c3c COMAPI FATAL: Unable to initiate
asynchronous search, hr=800706B5

================================================== ===

If you have any information that might help resolve the problem, please let
me know.

Thank you.

James Troy

 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      12-17-2009

"James W Troy" <> wrote in message news:477D1F57-D055-46C8-8D5E-...
>I attempt to run Windows Update on a Win 2003 SP2 server. The home page
> displays successfully. At that point, whether I click on "Express" or
> "Custom" the next page displayed says -
>
> "The website has encountered a problem and cannot display the page you are
> trying to view. [Error number: 0x800706b5]"
>
>
> I've searched the Internet for cases where this particular error is returned
> by WU, but none of them resolve the problem in our situation.



<cmd_output OS="XPsp3">
E:\>set /a c = 0x6B5
1717
E:\>net helpmsg %c%

The interface is unknown.
</cmd_output>

http://www.microsoft.com/communities...5dd&sloc=en-us

(Alt-7 search in this newsgroup for
1717
)


---


>
> Reviewing "WindowsUpdate.log" confirms that all WU components have the most
> current version (7.4.7600.226).
>
> Below, I have pasted in an excerpt of the "WindowsUpdate.log" entries that
> report the error we encounter -
>
> ================================================== ===
>
> 2009-12-16 12:42:47:565 3232 1c3c COMAPI -------------
> 2009-12-16 12:42:47:565 3232 1c3c COMAPI -- START -- COMAPI: Search
> [ClientId = WindowsUpdate]
> 2009-12-16 12:42:47:565 3232 1c3c COMAPI ---------
> 2009-12-16 12:42:47:581 856 5f4 Service WARNING: GetUserTokenFromSessionId
> failed with error 800706b5 for session 0
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI WARNING: Unable to listen to
> self-update/shutdown event (hr=0X800706B5)
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI WARNING: Unable to establish
> connection to the service. (hr=800706B5)
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI - WARNING: Exit code = 0x800706B5
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI ---------
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI -- END -- COMAPI: Search
> [ClientId = <NULL>]
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI -------------
> 2009-12-16 12:42:47:581 3232 1c3c COMAPI FATAL: Unable to initiate
> asynchronous search, hr=800706B5
>
> ================================================== ===
>
> If you have any information that might help resolve the problem, please let
> me know.
>
> Thank you.
>
> James Troy
>



 
Reply With Quote
 
James W Troy
Guest
Posts: n/a

 
      12-17-2009
Thank you for your reply, Robert.

Per your suggestion, I reviewed the discussion thread at -

http://www.microsoft.com/communities...5dd&sloc=en-us

Ultimately, that discussion recommends downloading and running a utility
called "AU Check" (or "AU Reset") from Codeplex. The discussion even
includes this URL for the utility -

http://www.codeplex.com/aureset/Rele...eleaseId=17263

However, that URL does not work - it simply puts you on the Codeplex
homepage. Searching Codeplex for "au check" or "au reset" or for the actual
executable (au_check_v78a_codeplex.exe) does not yield anything of value.

Using Google to search for the executable only yields references to download
from Codeplex. It appears that the utility has been withdrawn, perhaps due
to some problems.

Apparently that utility does something similar to the procedure Microsoft
describes here -

http://support.microsoft.com/kb/931852

I tried that procedure but it did not resolve the issue I reported.

James Troy

 
Reply With Quote
 
James W Troy
Guest
Posts: n/a

 
      12-17-2009

I downloaded the latest version of the Windows Update agent from -

http://support.microsoft.com/kb/949104/

The executable is called "windowsupdateagent30-x86.exe".

I ran it with the "/wuforce" command-line option to force the
reinstallation of Windows Update.

This solved the 0x800706b5 problem and WU was able to download and attempt
to install updates.

Unfortunately, the attempted installations of updates all fail. That was
the original problem we had (prior to getting 0x800706b5).

So we resolved one problem and now face a different one. )-:

James Troy

 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      12-17-2009
To keep track of things, it helps immensely if you quote all of the previous
message(s) in your replies to the newsgroup. Thank you.

Thread history:
http://groups.google.com/group/micro...e44b5046cc0589

What error are the failures throwing now, James?

=============
How to troubleshoot Windows Update, Microsoft Update, and Windows Server
Update Services installation issues:
http://support.microsoft.com/kb/906602

1. See the "Need more help? Tell us what problem you are having" section of
http://support.microsoft.com/ph/6527

2. You cannot install some updates or programs
http://support.microsoft.com/kb/822798

3a. Check your WindowsUpdate.log (%windir%\WindowsUpdate.log) for errors
associated with the download/install.

How to read the WindowsUpdate.log file
http://support.microsoft.com/kb/902093

3b. Compare errors to those listed here:
http://www.bleepingcomputer.com/blog...showentry=1122
and/or go to http://windowsupdate.microsoft.com > click on Help and Support
link in left pane > Solve problems on your own.

Start a free Windows Update support incident request:
https://support.microsoft.com/oas/de...spx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002
www.banthecheck.com


James W Troy wrote:
> I downloaded the latest version of the Windows Update agent from -
>
> http://support.microsoft.com/kb/949104/
>
> The executable is called "windowsupdateagent30-x86.exe".
>
> I ran it with the "/wuforce" command-line option to force the
> reinstallation of Windows Update.
>
> This solved the 0x800706b5 problem and WU was able to download and attempt
> to install updates.
>
> Unfortunately, the attempted installations of updates all fail. That was
> the original problem we had (prior to getting 0x800706b5).
>
> So we resolved one problem and now face a different one. )-:
>
> James Troy


 
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
I also have an error 646 in Windows update. Please help. Jose Windows Update 12 01-09-2010 01:00 PM
6 updates failed - all with error code 0x80070643 NPJ Windows Update 4 11-23-2009 03:02 PM
Office 2003 Update fails to install GodBlessAmerica Windows Update 2 11-12-2009 04:12 PM
Offline files fail to synchronize Bob Windows Vista File Management 19 04-30-2009 04:45 AM
Re: Synchronization with Outlook 2003 fails using ActiveSync 4.2 Raj Pillai ActiveSync 1 08-19-2006 07:47 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