Error message and scan fails when you use Systems Management Server 2003 Inventory Tool for Microsoft Updates: "0x80040154" (921129)
The information in this article applies to:
- Microsoft Systems Management Server 2003
SYMPTOMSWhen you use the Microsoft Systems Management Server (SMS) 2003 Inventory Tool for Microsoft Updates (ITMU) to scan for updates, ITMU may not run on some client computers. Additionally, you may receive error messages that resemble the following in the SMS log files:
- Smswushandler.log file:
AddScanPackageService() failed.
ERROR: Search() failed with hRes=0x80040154
0x80004002 is the hresult value for the operation. Returning 16386 as the exit code.
- ScanWrapper.log file:
ERROR: An error was encountered. Exiting Scan process ...
- Windowsupdate.log file:
FATAL: Failed to get agent interface pointers, hr=80040154
CAUSEThe problem occurs because one or more of the required .dll files that Windows Update uses are not correctly registered.RESOLUTIONTo resolve this problem, manually register the Windows Update and XML .dll files on the client computer. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
- %Windir%\system32\net.exe stop bits
- %Windir%\system32\net.exe stop wuauserv
- %Windir%\system32\regsvr32.exe %Windir%\system32\atl.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\jscript.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\msxml3.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\softpub.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wuapi.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wuaueng.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wuaueng1.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wucltui.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wups.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wups2.dll
- %Windir%\system32\regsvr32.exe %Windir%\system32\wuweb.dll
- %Windir%\system32\net.exe start bits
- %Windir%\system32\net.exe start wuauserv
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 6/30/2006 |
---|
Keywords: | kbtshoot kbSMSInventory kbSMSUpdates kbprb KB921129 kbAudITPRO |
---|
|