“Files required to use Windows Update are no longer registered or installed
on your computer. To continue:”
Selected
“Register or reinstall the files for me now (Recommended)”
Pressed continue
Stated:
Download and install the latest updating software
Registering: 100%...
Then error occurred
The website has encountered a problem and cannot display the page you are
trying to view. The options provided below might help you solve the problem.
Error number: 0x8007041D
Began reviewing Google Groups and MS Discussion Groups and have tried the
following:
1. do not have NOD32 installed
2. Clean all temp folders and caches
3. Uninstall all APC USB software
4. Download and Installed Manually:
a. Internet Explorer 6 Service Pack 1
b. Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP
5.1 Windows 2000 (KB842773)
c. Windows update
d. MSXML 4.0
5. Manually register the following:
a. 32\wuapi.dll
b. wuaueng.dll
c. \wuaueng1.dll
d. wucltui.dll
e. wups.dll
f. wups2.dll
g. wuweb.dll
h. msxml3.dll
6. Checked to make sure that:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost In
the right panel "netsvcs", double clicked and check if the WUAUSERV and BITS
is listed, they are
7. Check Log file and found this error:
- WU client version 5.8.0.2469
- WARNING: Failed to obtain SusClientId
- FATAL: Failed to initialize with error 0x80040206 from component Event
subsystem
- FATAL: Failed to initialize WU client: 0x80040206
- Service: Service exit [Exit code = 0x80040206]
- FATAL: Warning: Failed to restart wuauserv service: 0x8007041d
- * WARNING: Exit code = 0x8007041D
- FATAL: InstallUpdatedBinaries failed with error 0x8007041d
- FATAL: InstallUpdatedBinaries failed with error:0x8007041d
- FATAL: UpdateClientWorker failed: error 0x8007041d
8. Tried to Start these services and check on their dependencies:
a. Automatic Updates:
Could not start…
Error: 2147746310 An Unexpected internal errors was detected.
b. COM+ Event System
Could not start…
Error:1083 The executable program that the service is configured to run in
does not implement the service
c. Background Intelligent Transfer Service
Error 1060: The dependency service or group failed to start
d. System Event Notification
Error 1060: The dependency service or group failed to start
e. Remote Procedure Call (RPC)
Start and Stop are greyed out, therefore cannot test
W2K SP4
> Could not start...
> Error: 2147746310 An Unexpected internal errors was detected.
> b. COM+ Event System
> Could not start...
Try the steps in this post (creating and running the batch file
IEreg.bat):
http://groups.google.co.uk/group/microsoft.public.windowsupdate/msg/3b41afaaf1647b72?dmode=source
After running the batch file, I recommend a reboot.
Regards,
Torgeir
DBQ wrote:
> When recently trying to update a Windows 2000 server with SP4 using windows
> update by pressing the custom button was present with the following errors:
>
> “Files required to use Windows Update are no longer registered or installed
> on your computer. To continue:â€
>
>
> Selected
>
> “Register or reinstall the files for me now (Recommended)â€
> HKEY_LOCAL_MACHINE\SOFTWARE\MiÂcrosoft\Windows NT\CurrentVersion\SvcHost In
> the right panel "netsvcs", double clicked and check if the WUAUSERV and BITS
> is listed, they are
>
> 7. Check Log file and found this error:
> - WU client version 5.8.0.2469
> - WARNING: Failed to obtain SusClientId
> - FATAL: Failed to initialize with error 0x80040206 from component Event
> subsystem
> - FATAL: Failed to initialize WU client: 0x80040206
> - Service: Service exit [Exit code = 0x80040206]
> - FATAL: Warning: Failed to restart wuauserv service: 0x8007041d
> - * WARNING: Exit code = 0x8007041D
> - FATAL: InstallUpdatedBinaries failed with error 0x8007041d
> - FATAL: InstallUpdatedBinaries failed with error:0x8007041d
> - FATAL: UpdateClientWorker failed: error 0x8007041d
>
> 8. Tried to Start these services and check on their dependencies:
> a. Automatic Updates:
> Could not start…
> Error: 2147746310 An Unexpected internal errors was detected.
> b. COM+ Event System
> Could not start…
> Error:1083 The executable program that the service is configured to run in
> does not implement the service
> c. Background Intelligent Transfer Service
> Error 1060: The dependency service or group failed to start
> d. System Event Notification
> Error 1060: The dependency service or group failed to start
> e. Remote Procedure Call (RPC)
> Start and Stop are greyed out, therefore cannot test
>
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
I can't help feeling it has some to do with that I can start the following
services:
Automatic Updates, COM+ Event System, Background Intelligent Transfer
Service, System Event Notification.
I have checked to make sure the LOG ON set as Local System account with the
Allow Service to interact with Desktop NOT Checked. The Hardware Profile is
Enabled all.
That's 0x80040206
http://docxp.mvps.org/WU5-ERR.htm
<quote>
0x80040206 -2147220986 EVENT E INTERNALERROR There will be event messages in Application/System log regarding the errors.
</quote>
>> Try the steps in this post (creating and running the batch file
>> IEreg.bat):
> No Luck. Didn't work.
Try it also during a safe mode boot. One thing which is not being done
by the script is ensuring that the service is stopped. That has been known
to interact adversely with some of the re-registrations. (Doing it in a safe mode
boot would mean the service wouldn't be running.)
You might also get more clues by executing the same regsvr32 commands
without the /s switches. E.g. some users have reported problems registering
wuaueng.dll which have only been resolved by discovering that there is
a missing dependency for that module. Do a Google Groups search
of my posts for DependencyWalker for more details about such cases.
BTW there are other errors in that script which the /s switches are covering up.
Don't be distracted by them. <eg>
Good luck
Robert Aldwinckle
---
One thing I should point out is that I goofed I said "I can start” but
should of said "I can not start” the following services. They will not load
when pressing the start button or using net start or stop
- Automatic Updates
- COM+ Event System
- Background Intelligent Transfer
- System Event Notification.
I had already tried most of your suggestions, awhile awaiting a response to
my post, with no luck:
1. I have searched that error code with no luck as it relates to by issue.
2. I have removed the /s and everything registers.
3. Try it in safe mode with and without networking.
4. Searched for errors relating to why the services don’t load.
I have downloaded and reviewed DependencyWalker, but not knowing all the dll
related to Windows Update it is kind of hard to know where to start.
"Robert Aldwinckle" wrote:
> "DBQ" <D...@discussions.microsoft.com> wrote in message
> news:56517E4C-5AD3-444E...@microsoft.com
> ....
> >>> 8. Tried to Start these services and check on their dependencies:
> >>> a. Automatic Updates:
> >>> Could not start…
> 2. I have removed the /s and everything registers.
Unless you fixed the other errors too that's impossible. <w>
>> 0x80040206 -2147220986 EVENT E INTERNALERROR
>> There will be event messages in Application/System log regarding the errors.
> 4. Searched for errors relating to why the services don’t load.
And?...
> I have downloaded and reviewed DependencyWalker, but not knowing all the dll
> related to Windows Update it is kind of hard to know where to start.
Well, if all the .dlls are registering fine <eg> this won't be needed...
unless it is possible to profile the net.exe command and pass it
its start command... I've never tried that. It might work...
You might get some clues from either RegMon or FileMon while
trying to start the services I suppose.
Also you could use the sc.exe command to get some diagnostics
on each of your problem services. E.g. after starting AU fails try:
sc qc wuauserv
and
sc queryex wuauserv
and
sc sdshow wuauserv
Good luck
Robert
---
Two issued needed repairing.
1. COM+,
This required cleaning up a damaged COM+ catalog details at:
http://support.microsoft.com/?id=315296
2. Replacement of the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\Svchost for another working machine.
"Robert Aldwinckle" wrote:
> "DBQ" <D...@discussions.microsoft.com> wrote in message
> news:FC14769C-8811-4DB1...@microsoft.com
> ....
> >> BTW there are other errors in that script which the /s switches are covering up.
> >> Don't be distracted by them. <eg>
>
> > 2. I have removed the /s and everything registers.
>
> Unless you fixed the other errors too that's impossible. <w>
>
>
> >> 0x80040206 -2147220986 EVENT E INTERNALERROR
> >> There will be event messages in Application/System log regarding the errors.
>
> > 4. Searched for errors relating to why the services don’t load.