Windows Update Hangs while searching for updates - Windows Server 2008 R2 Standard 64 bit
In need of Critical updates on my Web Server. All the problems started when one of the updates just hung and ran for several days until I killed it. Have followed other posts where you stop the update services, rename the directory softwaredistribution - restarted the services - it found the updates then just hung after I started to apply the updates. So I am back to square one - need some help here - please! Thanks for your time.
January 23rd, 2011 8:25pm

Have tried doing individual updates of the outstanding window updates - with no success. If this is what you mean? Same problem where it just sits there and runs forever.
Free Windows Admin Tool Kit Click here and download it now
January 24th, 2011 6:39pm

That key does not exist in the registry. I did find a batch of commands that is the same as the 'Fix' program in the KB article you sent me. The fix program will not run on the Windows 7 Server(64 bit) - stating it is not meant for this version of Windows. I need to do it off hours, as this is a live server(the only one..) Will let you know how it goes. Thanks Steve
January 24th, 2011 6:41pm

ok - we made some progress - but still have serious problems. By running this batch. net stop wuauserv rmdir %windir%\softwaredistribution /s /q rmdir %windir%\system32\softwaredistribution /s /q regsvr32 /s wuaueng.dll regsvr32 /s wuaueng1.dll regsvr32 /s atl.dll regsvr32 /s wups.dll regsvr32 /s wups2.dll regsvr32 /s wuweb.dll regsvr32 /s wucltui.dll net start wuauserv Then this batch: net stop bits net stop wuauserv Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU) (A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU) (A;;CCLCSWRPWPDTLOCRRC;;;PU) cd /d %windir%\system32 regsvr32.exe /s atl.dll regsvr32.exe /s urlmon.dll regsvr32.exe /s mshtml.dll regsvr32.exe /s shdocvw.dll regsvr32.exe /s browseui.dll regsvr32.exe /s jscript.dll regsvr32.exe /s vbscript.dll regsvr32.exe /s scrrun.dll regsvr32.exe /s msxml.dll regsvr32.exe /s msxml3.dll regsvr32.exe /s msxml6.dll regsvr32.exe /s actxprxy.dll regsvr32.exe /s softpub.dll regsvr32.exe /s wintrust.dll regsvr32.exe /s dssenh.dll regsvr32.exe /s rsaenh.dll regsvr32.exe /s gpkcsp.dll regsvr32.exe /s sccbase.dll regsvr32.exe /s slbcsp.dll regsvr32.exe /s cryptdlg.dll regsvr32.exe /s oleaut32.dll regsvr32.exe /s ole32.dll regsvr32.exe /s shell32.dll regsvr32.exe /s initpki.dll regsvr32.exe /s wuapi.dll regsvr32.exe /s wuaueng.dll regsvr32.exe /s wuaueng1.dll regsvr32.exe /s wucltui.dll regsvr32.exe /s wups.dll regsvr32.exe /s wups2.dll regsvr32.exe /s wuweb.dll regsvr32.exe /s qmgr.dll regsvr32.exe /s qmgrprxy.dll regsvr32.exe /s wucltux.dll regsvr32.exe /s muweb.dll regsvr32.exe /s wuwebv.dll netsh winsock reset net start bits net start wuauserv Now It does not hang on checking for updates. It found 14 critical updates to install! I was psyched until I attempted to then install them. I took baby steps and only checked off one of them to install. It started to download 5% then just hung. I stopped the download which it would let me do. Then selected a smaller one - just hung 0% so I stopped it. Selected and even smaller one, it downloaded to 99% then just hung. Here is a portion of my update log - please help if you can. Thanks very much for your time. 2011-01-25 01:16:22:717 792 328 AU Changing existing AU client directive from 'Install Complete Ux' to 'Download Approval', session id = 0x2 2011-01-25 01:16:22:721 792 328 AU Successfully wrote event for AU health state:0 2011-01-25 01:16:22:721 792 7f0 AU WARNING: Download callback received for call not in AU's list. Ignore the call result. 2011-01-25 01:16:22:721 792 7f0 AU WARNING: Download callback received for call not in AU's list. Ignore the call result. 2011-01-25 01:16:22:722 792 b40 AU ############# 2011-01-25 01:16:22:722 792 b40 AU ## START ## AU: Search for updates 2011-01-25 01:16:22:722 792 b40 AU ######### 2011-01-25 01:16:22:722 2748 384 CltUI AU client got new directive = 'Download Approval', serviceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, return = 0 2011-01-25 01:16:22:734 792 b40 AU <<## SUBMITTED ## AU: Search for updates [CallId = {E670BCDD-2352-4A0A-B188-6C89CC9ED965}] 2011-01-25 01:16:22:734 792 b9c Agent ************* 2011-01-25 01:16:22:734 792 b9c Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates] 2011-01-25 01:16:22:734 792 b9c Agent ********* 2011-01-25 01:16:22:734 792 b9c Agent * Online = No; Ignore download priority = No 2011-01-25 01:16:22:734 792 b9c Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1" 2011-01-25 01:16:22:734 792 b9c Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service 2011-01-25 01:16:22:734 792 b9c Agent * Search Scope = {Machine} 2011-01-25 01:16:23:062 792 328 AU WARNING: Returning due to error from GetDownloadProgressUx, error = 0x8024000C 2011-01-25 01:16:23:062 792 328 AU WARNING: GetInteractiveInstallProgress failed, error = 0x8024000C 2011-01-25 01:16:23:063 2852 9e8 WUApp WARNING: Call to GetInteractiveInstallProgress failed, hr=8024000C 2011-01-25 01:16:23:565 792 b9c Driver Matched driver to device PCI\VEN_10EC&DEV_8168&SUBSYS_75491462&REV_02 2011-01-25 01:16:23:565 792 b9c Driver Status: 0x180200a, ProblemNumber: 00000000 2011-01-25 01:16:28:528 792 b9c Handler FATAL: UH: 0x800706be: EvaluateApplicability failed in CCbs::EvaluateApplicability 2011-01-25 01:16:28:528 792 b9c Agent WARNING: Failed to evaluate Installed rule, updateId = {710EBC70-0D61-4DE3-B782-65EDF3BB9291}.100, hr = 800706BE 2011-01-25 01:16:29:679 792 b9c Handler FATAL: UH: 0x800706be: EvaluateApplicability failed in CCbs::EvaluateApplicability 2011-01-25 01:16:29:680 792 b9c Agent WARNING: Failed to evaluate Installable rule, updateId = {710EBC70-0D61-4DE3-B782-65EDF3BB9291}.100, hr = 800706BE 2011-01-25 01:16:58:586 792 9bc AU Getting featured update notifications. fIncludeDismissed = true 2011-01-25 01:16:58:586 792 9bc AU No featured updates available. 2011-01-25 01:17:03:611 792 b9c Handler FATAL: UH: 0x800706be: EvaluateApplicability failed in CCbs::EvaluateApplicability 2011-01-25 01:17:03:612 792 b9c Agent WARNING: Failed to evaluate Installed rule, updateId = {47C0F508-4956-4554-A0CC-534D3B348F2A}.100, hr = 800706BE 2011-01-25 01:17:04:080 792 9bc AU WARNING: Returning due to error from GetDownloadProgressUx, error = 0x8024000C 2011-01-25 01:17:04:080 792 9bc AU WARNING: GetInteractiveInstallProgress failed, error = 0x8024000C 2011-01-25 01:17:04:081 2852 9e8 WUApp WARNING: Call to GetInteractiveInstallProgress failed, hr=8024000C
Free Windows Admin Tool Kit Click here and download it now
January 25th, 2011 1:19am

Hi, Please refer to the following suggestions for troubleshooting first: 1: Write down one failed update ID, download the update from Microsoft Download Center, and refer to: Microsoft Download Center http://www.microsoft.com/downloads/en/default.aspx 2: Boot into Clean Boot environment to install this update manually ----------------------------------- 1. Click "Start", click “Run” and type "msconfig" to start the System Configuration Utility. 2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click Disable All (if it is not gray). 3. Click the "Startup" tab, click "Disable All" and click "OK". 4. Restart your computer. If the "System Configuration Utility" window appears, please check the box and click "OK". 5. Double click to install this update manually. If any error is showed, please let us know. Also, please help gather the Windowsupdate.log for further research. Go to %windir%\Windowsupdate.log You can upload the file to the following link. (Please choose "Send Files to Microsoft") Workspace URL: (https://sftus.one.microsoft.com/choosetransfer.aspx?key=ec6e0d7f-68b9-4467-8396-edeadbb9ef45 ) Password: A2AXdkR$+2Xc Note: Due to differences in text formatting with various email clients, the workspace link above may appear to be broken. Please be sure to include all text between '(' and ')' when typing or copying the workspace link into your browser. Meanwhile, please note that files uploaded for more than 72 hours will be deleted automatically. Please ensure to notify me timely after you have uploaded the files. Thank you for your understanding. Thanks. Nina This posting is provided "AS IS" with no warranties, and confers no rights.
January 26th, 2011 9:26am

Hi Nina, The server is remote. Can I do what you suggested and still get to the box via Remote Desktop? Please advise and thanks! Steve
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 11:42am

Hi Steve, Sure, the suggestion can be done on a remote server if you have proper privileges, such as install the update manually and restart the server. If the "System Configuration Utility" is not showed after reconnecting to the server, please just ignore it and move on for troubleshooting. If it is inconvenient to boot into Clean Boot, please try disabling antivirus and firewall instead. Thanks. NinaThis posting is provided "AS IS" with no warranties, and confers no rights.
January 27th, 2011 5:33am

I'm a little tentative on doing the clena boot remotely. So I followed your advice on turning off the firewall and antivirus. When manually installing KB2305420-x64 got this error message: Installer encountered and error: 0x80240009 Never recevied an error message before it would just hang. I will also post a copy of the windowsupdatelog in the location you gave me. Thanks Steve
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2011 1:52pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics