"Vic" <> wrote in message
news:601B3AE8-9391-478F-B5DE-...
>I get the error *Files required to use windows update are no longer
> registered, I try to register them and receive this error: The website has
> encountered a problem and cannot display the page you're trying to view.
Be more specific. Which files did you "try to register"
and did you try to make sure first that they weren't in use?
One way to do that is to use tasklist with an appropriate /fi filter
in a cmd window and verify that no tasks are found.
E.g. to check for uses of a module which seems to cause the most
difficulty re-registering, you would switch to a cmd window and enter:
tasklist /fi "Modules eq wuaueng.dll"
The more common way is just to guess that stopping the service
is sufficient, in which case you should also check that the service
actually stops.
Some people have had success doing it in safe mode
(where the service would not be started)
Others have had to resort to using DependencyWalker's Profiler
to discover what is wrong
http://groups-beta.google.com/group/...48cee456b2a3bc
>
> In event viewer, I have this error in System Log: The automatic update
> services terminated with the following error: An unexpected internal error
> was detected. (Event ID 7023)
>
> When I try to start the automatic update services through admin - services,
> I receive this error: Couldn't start the automatic update services - Error
> 2147746310, an unexpected internal error.
Can you start it manually? E.g. switch to a cmd window and enter:
net start wuauserv
>
> In my windowupdate.log from July 7th, which is when the new automatic update
> was loaded I recieve some of the following errors:
> Failed to initialize with error 0x80040206 from component Event subsystem
0x80040206 = 2147746310 decimal
>
> Failed to restart wuauserv service 0x8007041d
Try a search?
http://groups-beta.google.com/group/...6739797e01c14b
(Google Groups search for
(0x8007041D OR 8007041D) (MSFT OR MVP) group:microsoft.public.windowsupdate
- sorted by date to try to capture current thinking
)
>
> Unable to establish connection to the service hr=8008005
Typo? Most hex code have 8 digits or at least an even number of them.
Perhaps it was really 0x80080005?
http://docxp.mvps.org/WU5-ERR.htm
<quote>
0x80080005 -2146959355 CO E Server Exec Failure
</quote>
HTH
Robert Aldwinckle
---
>
> Anyone else have this problem, and if so, any ideas on how to fix?
>
> I'm running Windows 2000 web server IIS5, fully patched (except for the July
> 05 patches) and have also installed the SP4 rollup prior to my loss of
> windows update.
>
> Thanks
>