|
#1
|
|||
|
|||
|
Hello,
I work for a company with about 150 Windows 2000 computers needing Automatic Updates. We have have the AU turned on via group policy and they are scheduled to download and install everyday at 12pm. The problem is that they aren't downloading at all. The AU icon never appears at anytime. We have a proxy server which I thought was the problem but I've specified the proxy server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 of the computers; on one of them the most recent entry is from the year 2002 and the other ones most recent entry is 2004. The AU service is running and I've restarted it. Any ideas? Thanks! |
|
#2
|
|||
|
|||
|
I just realized that his was in event log of 2 of the problem computers:
Event ID 16, Source: Automatic Updates Unable to connect: Windows is unable to connect to the Automatic Updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. "Lude" wrote: > Hello, > > I work for a company with about 150 Windows 2000 computers needing Automatic > Updates. We have have the AU turned on via group policy and they are > scheduled to download and install everyday at 12pm. The problem is that they > aren't downloading at all. The AU icon never appears at anytime. We have > a proxy server which I thought was the problem but I've specified the proxy > server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 > of the computers; on one of them the most recent entry is from the year 2002 > and the other ones most recent entry is 2004. The AU service is running and > I've restarted it. Any ideas? > > Thanks! |
|
#3
|
|||
|
|||
|
I found this on page 54 of the white paper:
"Automatic Updates will not be able to contact the Microsoft Windows Update servers on the Internet through a proxy server that requires authentication." I found this on page 79 (the appendix): EventID=106 Severity=Error SymbolicName=MSG_MISSING_WWWROOT If authentication is your problem, you might need to set up a SUS server The white paper is available for download at this link: http://www.microsoft.com/windowsserv...eployment.mspx "Lude" <Lude@discussions.microsoft.com> wrote in message news:4881C229-2A25-4AD5-8F6E-A559BFD11B70@microsoft.com... >I just realized that his was in event log of 2 of the problem computers: > > Event ID 16, Source: Automatic Updates > > Unable to connect: Windows is unable to connect to the Automatic Updates > service and therefore cannot download and install updates according to the > set schedule. Windows will continue to try to establish a connection. > > For more information, see Help and Support Center at > http://go.microsoft.com/fwlink/events.asp. > > > > "Lude" wrote: > >> Hello, >> >> I work for a company with about 150 Windows 2000 computers needing Automatic >> Updates. We have have the AU turned on via group policy and they are >> scheduled to download and install everyday at 12pm. The problem is that they >> aren't downloading at all. The AU icon never appears at anytime. We have >> a proxy server which I thought was the problem but I've specified the proxy >> server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 >> of the computers; on one of them the most recent entry is from the year 2002 >> and the other ones most recent entry is 2004. The AU service is running and >> I've restarted it. Any ideas? >> >> Thanks! |
|
#4
|
|||
|
|||
|
Thanks for the repley Michael. The only reason I dont think that
authentication is the problem is because auto updates appear to be working fine on our Windows XP machines; this could be because they are newer installs than our old windows 2000 installs. "Michael Jennings" wrote: > I found this on page 54 of the white paper: > "Automatic Updates will not be able to contact the Microsoft Windows Update > servers on the Internet through a proxy server that requires authentication." > > I found this on page 79 (the appendix): > > EventID=106 > Severity=Error > SymbolicName=MSG_MISSING_WWWROOT > > If authentication is your problem, you might need to set up a SUS server > > The white paper is available for download at this link: > http://www.microsoft.com/windowsserv...eployment.mspx > > "Lude" <Lude@discussions.microsoft.com> wrote in message news:4881C229-2A25-4AD5-8F6E-A559BFD11B70@microsoft.com... > >I just realized that his was in event log of 2 of the problem computers: > > > > Event ID 16, Source: Automatic Updates > > > > Unable to connect: Windows is unable to connect to the Automatic Updates > > service and therefore cannot download and install updates according to the > > set schedule. Windows will continue to try to establish a connection. > > > > For more information, see Help and Support Center at > > http://go.microsoft.com/fwlink/events.asp. > > > > > > > > "Lude" wrote: > > > >> Hello, > >> > >> I work for a company with about 150 Windows 2000 computers needing Automatic > >> Updates. We have have the AU turned on via group policy and they are > >> scheduled to download and install everyday at 12pm. The problem is that they > >> aren't downloading at all. The AU icon never appears at anytime. We have > >> a proxy server which I thought was the problem but I've specified the proxy > >> server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 > >> of the computers; on one of them the most recent entry is from the year 2002 > >> and the other ones most recent entry is 2004. The AU service is running and > >> I've restarted it. Any ideas? > >> > >> Thanks! > > > > |
|
#5
|
|||
|
|||
|
Well, you'll figure it out unless you give up.
If the windows 2000 machines are not looking for updates.microsoft.com, but for a local SUS server which does not exist, you get "unable to connect." Check the group policy to be sure Specify intranet is not Enabled. Also see if your sample machines are misconfigured with these keys: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\WindowsUpdate WUServer="http://<YourServer>" WUStatusServer="http://<YourServer>" HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU UseWUServer=dword:00000001 You sure do *not* want to see " 1 " under UseWUServer. Must machines authenticate to the proxy server to get out? If they must, and XP can handle it, try updating a problem W2K machine to SP4 through WU to see if that works. "Lude" <Lude@discussions.microsoft.com> wrote in message news:E4218B22-2181-48A8-B2CD-963C71AEC763@microsoft.com... > Thanks for the repley Michael. The only reason I dont think that > authentication is the problem is because auto updates appear to be working > fine on our Windows XP machines; this could be because they are newer > installs than our old windows 2000 installs. > > "Michael Jennings" wrote: > >> I found this on page 54 of the white paper: >> "Automatic Updates will not be able to contact the Microsoft Windows Update >> servers on the Internet through a proxy server that requires authentication." >> >> I found this on page 79 (the appendix): >> >> EventID=106 >> Severity=Error >> SymbolicName=MSG_MISSING_WWWROOT >> >> If authentication is your problem, you might need to set up a SUS server >> >> The white paper is available for download at this link: >> http://www.microsoft.com/windowsserv...eployment.mspx >> >> "Lude" <Lude@discussions.microsoft.com> wrote in message news:4881C229-2A25-4AD5-8F6E-A559BFD11B70@microsoft.com... >> >I just realized that his was in event log of 2 of the problem computers: >> > >> > Event ID 16, Source: Automatic Updates >> > >> > Unable to connect: Windows is unable to connect to the Automatic Updates >> > service and therefore cannot download and install updates according to the >> > set schedule. Windows will continue to try to establish a connection. >> > >> > For more information, see Help and Support Center at >> > http://go.microsoft.com/fwlink/events.asp. >> > >> > >> > >> > "Lude" wrote: >> > >> >> Hello, >> >> >> >> I work for a company with about 150 Windows 2000 computers needing Automatic >> >> Updates. We have have the AU turned on via group policy and they are >> >> scheduled to download and install everyday at 12pm. The problem is that they >> >> aren't downloading at all. The AU icon never appears at anytime. We have >> >> a proxy server which I thought was the problem but I've specified the proxy >> >> server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 >> >> of the computers; on one of them the most recent entry is from the year 2002 >> >> and the other ones most recent entry is 2004. The AU service is running and >> >> I've restarted it. Any ideas? >> >> >> >> Thanks! >> >> >> >> |
|
#6
|
|||
|
|||
|
Lude.. I've reviewed the thread with Michael, and I think he's right on the
money as to the cause of your problem. But here's a simple way to determine this issue unequivocably... Download the Client Diagnostic Tool from here http://download.microsoft.com/downlo...tic%20Tool.EXE run the tool and post the results back here. Also, to be complete, run this command and post the WUPolicy.REG file back here, also. 'REG /EXPORT HKLM\Software\Policies\Microsoft\Windows\WindowsUp date WUPolicy.REG' "Lude" <Lude@discussions.microsoft.com> wrote in message news:675C30E3-7E7E-47CF-AD64-029475E8E4B8@microsoft.com... > Hello, > > I work for a company with about 150 Windows 2000 computers needing Automatic > Updates. We have have the AU turned on via group policy and they are > scheduled to download and install everyday at 12pm. The problem is that > they > aren't downloading at all. The AU icon never appears at anytime. We have > a proxy server which I thought was the problem but I've specified the proxy > server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 > of the computers; on one of them the most recent entry is from the year 2002 > and the other ones most recent entry is 2004. The AU service is running and > I've restarted it. Any ideas? > > Thanks! |
|
#7
|
|||
|
|||
|
Hello,
I made some progress today. I manually installed the latest windowsupdate client from: http://download.windowsupdate.com/v6...gent20-x86.exe and this finally got the auto update icon to appear and download a few updates. The problem now is after the reboot the auto update icon gets stuck at 6% and I have 0x80072afa error in my WindowsUpdate.log file. Here's a big portion of my log file: DtaStor WARNING: Update Service: Failed to update backup store 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103] *********** 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102] *********** 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102] *********** 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101] *********** 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100] *********** 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100] *********** 2005-11-14 12:14:31 1032 51c DnldMgr * Queueing update for download handler request generation. 2005-11-14 12:14:31 1032 51c Agent ********* 2005-11-14 12:14:31 1032 51c Agent ** END ** Agent: Downloading updates [CallerId = AutomaticUpdates] 2005-11-14 12:14:31 1032 51c Agent ************* 2005-11-14 12:14:31 1032 51c DnldMgr ************* 2005-11-14 12:14:31 1032 51c DnldMgr ** START ** DnldMgr: Downloading updates [CallerId = AutomaticUpdates] 2005-11-14 12:14:31 1032 51c DnldMgr ********* 2005-11-14 12:14:31 1032 51c DnldMgr * Priority = 2, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77} 2005-11-14 12:14:31 1032 51c DnldMgr * Updates to download = 1 2005-11-14 12:14:31 1032 51c Agent * Title = Windows Malicious Software Removal Tool - November 2005 (KB890830) 2005-11-14 12:14:31 1032 51c Agent * UpdateId = {56A3ECF6-DFFC-43E1-A17A-F37BA2D52474}.101 2005-11-14 12:14:31 1032 51c Agent * Bundles 1 updates: 2005-11-14 12:14:31 1032 51c Agent * {C312DCD1-3FE3-4F05-9CE7-8AD41FFFD51F}.101 2005-11-14 12:14:31 1032 51c DtaStor Update service properties: service registered with AU is {9482F4B4-E343-43B6-B170-9A65BC822C77} 2005-11-14 12:14:31 1032 51c DtaStor WARNING: Update Service: Failed to update backup store 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100] *********** 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job [UpdateId = {C312DCD1-3FE3-4F05-9CE7-8AD41FFFD51F}.101] *********** 2005-11-14 12:14:35 1032 51c DnldMgr * BITS job initialized, JobId = {083B078C-F2A2-4049-9FFE-A2C55483592A} 2005-11-14 12:14:35 1032 51c DnldMgr BITS job {083B078C-F2A2-4049-9FFE-A2C55483592A} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:14:40 1032 51c DnldMgr * Downloading from http://au.download.windowsupdate.com...567d842732.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\1fbc98e94cff59baa24118244bbe7c89\fc7a7530d7cbc0 a256a6e03ad6e7a0567d842732 (full file). 2005-11-14 12:14:42 1032 51c Agent ********* 2005-11-14 12:14:42 1032 51c Agent ** END ** Agent: Downloading updates [CallerId = AutomaticUpdates] 2005-11-14 12:14:42 1032 51c Agent ************* 2005-11-14 12:14:42 1032 484 DnldMgr Generating download request for update {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100 2005-11-14 12:14:43 1032 484 Handler Windows Patch download for UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}: selected action is download express (delta). 2005-11-14 12:14:43 1032 484 DnldMgr Generating download request for update {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100 2005-11-14 12:14:44 1032 484 Handler Windows Patch download for UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}: selected action is download express (delta). 2005-11-14 12:14:44 1032 484 DnldMgr Generating download request for update {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101 2005-11-14 12:14:45 1032 484 Handler Windows Patch download for UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}: selected action is download express (delta). 2005-11-14 12:14:45 1032 484 DnldMgr Generating download request for update {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102 2005-11-14 12:14:46 1032 484 Handler Windows Patch download for UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}: selected action is download express (delta). 2005-11-14 12:14:46 1032 484 DnldMgr Generating download request for update {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102 2005-11-14 12:14:47 1032 484 Handler Windows Patch download for UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}: selected action is download express (delta). 2005-11-14 12:14:47 1032 484 DnldMgr Generating download request for update {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103 2005-11-14 12:14:48 1032 484 Handler Windows Patch download for UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}: selected action is download express (delta). 2005-11-14 12:14:48 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** 2005-11-14 12:14:50 1032 484 DnldMgr * BITS job initialized, JobId = {DB369C09-6B41-47AA-971A-CA38D3D1A6BB} 2005-11-14 12:14:50 1032 484 DnldMgr BITS job {DB369C09-6B41-47AA-971A-CA38D3D1A6BB} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:14:51 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...057080cacf.psf to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\c02f0e8c30b7379ef1ced34dd711bbc8\download\Windo ws2000-KB896423-x86-ENU.psf.blob (4 subranges). 2005-11-14 12:14:52 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103] *********** 2005-11-14 12:14:54 1032 484 DnldMgr * BITS job initialized, JobId = {33507714-1A51-453A-A520-D7EB9DE64929} 2005-11-14 12:14:54 1032 484 DnldMgr BITS job {33507714-1A51-453A-A520-D7EB9DE64929} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:14:54 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...3b599d4379.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\86b48cfc0da7c86364888bce6c9faecf\Windows2000-KB896358-x86-Express-ENU.EXE (full file). 2005-11-14 12:14:55 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102] *********** 2005-11-14 12:14:57 1032 484 DnldMgr * BITS job initialized, JobId = {4A3AB536-5D35-4F11-A085-5C460C6E8852} 2005-11-14 12:14:57 1032 484 DnldMgr BITS job {4A3AB536-5D35-4F11-A085-5C460C6E8852} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:14:58 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...8f6f47d66a.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\d19ef33b7eb7276e6722cf28a690f4ae\Windows2000-KB891861-v2-x86-Express-ENU.exe (full file). 2005-11-14 12:14:58 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102] *********** 2005-11-14 12:15:00 1032 484 DnldMgr * BITS job initialized, JobId = {F9FDFF88-44C9-4023-9B5E-FD722A0C882D} 2005-11-14 12:15:00 1032 484 DnldMgr BITS job {F9FDFF88-44C9-4023-9B5E-FD722A0C882D} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:15:01 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...7eecc676d0.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\35d5d533a22bd1758714a6f2929a6384\Windows2000-KB901214-x86-Express-ENU.EXE (full file). 2005-11-14 12:15:02 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101] *********** 2005-11-14 12:15:04 1032 484 DnldMgr * BITS job initialized, JobId = {66E7A14B-A6CE-433F-8226-FB1E5D3686D3} 2005-11-14 12:15:04 1032 484 DnldMgr BITS job {66E7A14B-A6CE-433F-8226-FB1E5D3686D3} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:15:05 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...23fa256261.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\c5e445e4c6c208f9eb8ab8e2b972824e\Windows2000-KB905749-x86-Express-ENU.EXE (full file). 2005-11-14 12:15:06 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100] *********** 2005-11-14 12:15:08 1032 484 DnldMgr * BITS job initialized, JobId = {CC400E7A-7AB2-409E-B26A-C22D426C2035} 2005-11-14 12:15:08 1032 484 DnldMgr BITS job {CC400E7A-7AB2-409E-B26A-C22D426C2035} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:15:09 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...848cdac7fe.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\487473894e7a1942b56189c3606583b1\Windows2000-KB905414-x86-Express-ENU.EXE (full file). 2005-11-14 12:15:10 1032 484 DnldMgr *********** DnldMgr: New download job [UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100] *********** 2005-11-14 12:15:13 1032 484 DnldMgr * BITS job initialized, JobId = {E677EFA5-74A4-411B-B061-DF761EE75262} 2005-11-14 12:15:13 1032 484 DnldMgr BITS job {E677EFA5-74A4-411B-B061-DF761EE75262} using proxy = httpproxy.owfg.com:8080, bypass = <NULL> 2005-11-14 12:15:14 1032 484 DnldMgr * Downloading from http://au.download.windowsupdate.com...388e71da25.exe to C:\WINNT\SoftwareDistribution\Download\S-1-5-18\6a0e410db9dedef22c1dd1b96f5cd3f5\Windows2000-KB893756-x86-Express-ENU.EXE (full file). 2005-11-14 12:15:15 1032 590 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:15:15 1032 5c0 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:15:38 1032 590 DnldMgr BITS job {DB369C09-6B41-47AA-971A-CA38D3D1A6BB} completed successfully 2005-11-14 12:15:39 1032 590 DnldMgr Download job bytes total = 524248, bytes transferred = 0 2005-11-14 12:15:59 1032 5c0 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:16:02 1032 590 DnldMgr *********** DnldMgr: New download job [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** 2005-11-14 12:16:02 1032 590 DnldMgr * Queueing update for download handler request generation. 2005-11-14 12:16:02 1032 590 DnldMgr Generating download request for update {271249A1-AD58-4798-8376-6580A8176783}.100 2005-11-14 12:16:03 1032 590 Handler Windows Patch download for UpdateId = {271249A1-AD58-4798-8376-6580A8176783}: selected action is download express (delta). 2005-11-14 12:16:03 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:16:21 1032 590 DnldMgr *********** DnldMgr: New download job [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** 2005-11-14 12:16:21 1032 590 DnldMgr * All files for update were already downloaded and are valid. 2005-11-14 12:16:22 1032 590 DtaStor Update service properties: service registered with AU is {9482F4B4-E343-43B6-B170-9A65BC822C77} 2005-11-14 12:16:22 1032 590 DtaStor WARNING: Update Service: Failed to update backup store 2005-11-14 12:16:22 1032 484 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:16:42 1032 51c AU >>## RESUMED ## AU: Download update [UpdateId = {1381E7AE-1C7C-401E-A6A8-539DF3612C0C}, succeeded] 2005-11-14 12:16:42 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:16:47 1032 51c Report REPORT EVENT: {9BD349AD-A791-47F1-A4F3-AC9CB8B2F764} 2005-11-14 12:16:42-0800 1 162 101 {1381E7AE-1C7C-401E-A6A8-539DF3612C0C} 100 0 AutomaticUpdates Success Content Download Download succeeded. 2005-11-14 12:16:47 1032 51c Report REPORT EVENT: {13EB1FA3-9574-479F-B474-FDD34578A0ED} 2005-11-14 12:16:42-0800 1 188 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content Install Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on Tuesday, November 15, 2005 at 12:00 PM: - Security Update for Windows 2000 (KB896423) 2005-11-14 12:17:04 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:17:25 1032 484 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:17:46 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:18:07 1032 484 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:18:29 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:18:52 1032 484 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:19:14 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:19:36 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:19:57 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:20:18 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:20:39 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:21:00 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:21:21 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:21:42 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:22:03 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:22:24 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:22:45 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:23:06 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:23:27 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:23:48 1032 484 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:24:09 1032 504 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:24:30 1032 484 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:24:51 1032 5c4 DnldMgr Error 0x80072afa occurred while downloading update; notifying dependent calls. 2005-11-14 12:24:51 1032 51c AU AU checked download status and it changed: Downloading is paused 2005-11-14 12:36:43 1032 51c AU AU checked download status and it changed: Downloading is not paused 2005-11-14 12:36:43 1032 51c AU AU setting pending client directive to 'Download Progress' 2005-11-14 12:36:57 1032 414 AU AU found 1 sessions to launch client into 2005-11-14 12:36:57 1032 414 AU Launched new AU client for directive 'Download Progress', session id = 0x0 "Lawrence Garvin [MVP]" wrote: > Lude.. I've reviewed the thread with Michael, and I think he's right on the > money as to the cause of your problem. > > But here's a simple way to determine this issue unequivocably... > > Download the Client Diagnostic Tool from here > http://download.microsoft.com/downlo...tic%20Tool.EXE > > run the tool and post the results back here. > > Also, to be complete, run this command and post the WUPolicy.REG file back > here, also. > 'REG /EXPORT HKLM\Software\Policies\Microsoft\Windows\WindowsUp date > WUPolicy.REG' > > > "Lude" <Lude@discussions.microsoft.com> wrote in message > news:675C30E3-7E7E-47CF-AD64-029475E8E4B8@microsoft.com... > > Hello, > > > > I work for a company with about 150 Windows 2000 computers needing Automatic > > Updates. We have have the AU turned on via group policy and they are > > scheduled to download and install everyday at 12pm. The problem is that > > they > > aren't downloading at all. The AU icon never appears at anytime. We have > > a proxy server which I thought was the problem but I've specified the proxy > > server with the proxycfg.exe command. I checked the WindowsUpdate.log on 2 > > of the computers; on one of them the most recent entry is from the year 2002 > > and the other ones most recent entry is 2004. The AU service is running and > > I've restarted it. Any ideas? > > > > Thanks! > > > |
|
#8
|
|||
|
|||
|
Some more info: I'm not using a WSUS server and am using a automatic
configuration script that points to a proxy. Maybe bits can't use the config script? "Lude" wrote: > Hello, > > I made some progress today. I manually installed the latest windowsupdate > client from: > http://download.windowsupdate.com/v6...gent20-x86.exe > and this finally got the auto update icon to appear and download a few > updates. The problem now is after the reboot the auto update icon gets stuck > at 6% and I have 0x80072afa error in my WindowsUpdate.log file. Here's a big > portion of my log file: > > DtaStor WARNING: Update Service: Failed to update backup store > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100] *********** > 2005-11-14 12:14:31 1032 51c DnldMgr * Queueing update for download > handler request generation. > 2005-11-14 12:14:31 1032 51c Agent ********* > 2005-11-14 12:14:31 1032 51c Agent ** END ** Agent: Downloading updates > [CallerId = AutomaticUpdates] > 2005-11-14 12:14:31 1032 51c Agent ************* > 2005-11-14 12:14:31 1032 51c DnldMgr ************* > 2005-11-14 12:14:31 1032 51c DnldMgr ** START ** DnldMgr: Downloading > updates [CallerId = AutomaticUpdates] > 2005-11-14 12:14:31 1032 51c DnldMgr ********* > 2005-11-14 12:14:31 1032 51c DnldMgr * Priority = 2, ServiceId = > {9482F4B4-E343-43B6-B170-9A65BC822C77} > 2005-11-14 12:14:31 1032 51c DnldMgr * Updates to download = 1 > 2005-11-14 12:14:31 1032 51c Agent * Title = Windows Malicious Software > Removal Tool - November 2005 (KB890830) > 2005-11-14 12:14:31 1032 51c Agent * UpdateId = > {56A3ECF6-DFFC-43E1-A17A-F37BA2D52474}.101 > 2005-11-14 12:14:31 1032 51c Agent * Bundles 1 updates: > 2005-11-14 12:14:31 1032 51c Agent * > {C312DCD1-3FE3-4F05-9CE7-8AD41FFFD51F}.101 > 2005-11-14 12:14:31 1032 51c DtaStor Update service properties: service > registered with AU is {9482F4B4-E343-43B6-B170-9A65BC822C77} > 2005-11-14 12:14:31 1032 51c DtaStor WARNING: Update Service: Failed to > update backup store > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100] *********** > 2005-11-14 12:14:32 1032 51c DnldMgr *********** DnldMgr: New download job > [UpdateId = {C312DCD1-3FE3-4F05-9CE7-8AD41FFFD51F}.101] *********** > 2005-11-14 12:14:35 1032 51c DnldMgr * BITS job initialized, JobId = > {083B078C-F2A2-4049-9FFE-A2C55483592A} > 2005-11-14 12:14:35 1032 51c DnldMgr BITS job > {083B078C-F2A2-4049-9FFE-A2C55483592A} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:14:40 1032 51c DnldMgr * Downloading from > http://au.download.windowsupdate.com...567d842732.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\1fbc98e94cff59baa24118244bbe7c89\fc7a7530d7cbc0 a256a6e03ad6e7a0567d842732 (full file). > 2005-11-14 12:14:42 1032 51c Agent ********* > 2005-11-14 12:14:42 1032 51c Agent ** END ** Agent: Downloading updates > [CallerId = AutomaticUpdates] > 2005-11-14 12:14:42 1032 51c Agent ************* > 2005-11-14 12:14:42 1032 484 DnldMgr Generating download request for update > {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100 > 2005-11-14 12:14:43 1032 484 Handler Windows Patch download for UpdateId = > {1C27F222-AC32-4F19-BE0F-62FBC31300B4}: selected action is download express > (delta). > 2005-11-14 12:14:43 1032 484 DnldMgr Generating download request for update > {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100 > 2005-11-14 12:14:44 1032 484 Handler Windows Patch download for UpdateId = > {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}: selected action is download express > (delta). > 2005-11-14 12:14:44 1032 484 DnldMgr Generating download request for update > {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101 > 2005-11-14 12:14:45 1032 484 Handler Windows Patch download for UpdateId = > {27F6B354-1436-4B70-9904-1B4CCDBD4186}: selected action is download express > (delta). > 2005-11-14 12:14:45 1032 484 DnldMgr Generating download request for update > {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102 > 2005-11-14 12:14:46 1032 484 Handler Windows Patch download for UpdateId = > {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}: selected action is download express > (delta). > 2005-11-14 12:14:46 1032 484 DnldMgr Generating download request for update > {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102 > 2005-11-14 12:14:47 1032 484 Handler Windows Patch download for UpdateId = > {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}: selected action is download express > (delta). > 2005-11-14 12:14:47 1032 484 DnldMgr Generating download request for update > {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103 > 2005-11-14 12:14:48 1032 484 Handler Windows Patch download for UpdateId = > {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}: selected action is download express > (delta). > 2005-11-14 12:14:48 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** > 2005-11-14 12:14:50 1032 484 DnldMgr * BITS job initialized, JobId = > {DB369C09-6B41-47AA-971A-CA38D3D1A6BB} > 2005-11-14 12:14:50 1032 484 DnldMgr BITS job > {DB369C09-6B41-47AA-971A-CA38D3D1A6BB} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:14:51 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...057080cacf.psf > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\c02f0e8c30b7379ef1ced34dd711bbc8\download\Windo ws2000-KB896423-x86-ENU.psf.blob (4 subranges). > 2005-11-14 12:14:52 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {537FD71F-E69C-49AA-89B6-F4F9AE59EC12}.103] *********** > 2005-11-14 12:14:54 1032 484 DnldMgr * BITS job initialized, JobId = > {33507714-1A51-453A-A520-D7EB9DE64929} > 2005-11-14 12:14:54 1032 484 DnldMgr BITS job > {33507714-1A51-453A-A520-D7EB9DE64929} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:14:54 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...3b599d4379.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\86b48cfc0da7c86364888bce6c9faecf\Windows2000-KB896358-x86-Express-ENU.EXE (full file). > 2005-11-14 12:14:55 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {93F158AA-A9F2-452D-9B9D-A117ABCFA7B9}.102] *********** > 2005-11-14 12:14:57 1032 484 DnldMgr * BITS job initialized, JobId = > {4A3AB536-5D35-4F11-A085-5C460C6E8852} > 2005-11-14 12:14:57 1032 484 DnldMgr BITS job > {4A3AB536-5D35-4F11-A085-5C460C6E8852} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:14:58 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...8f6f47d66a.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\d19ef33b7eb7276e6722cf28a690f4ae\Windows2000-KB891861-v2-x86-Express-ENU.exe (full file). > 2005-11-14 12:14:58 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {76D6D2AF-930A-4A5D-A0EB-DB83C873304D}.102] *********** > 2005-11-14 12:15:00 1032 484 DnldMgr * BITS job initialized, JobId = > {F9FDFF88-44C9-4023-9B5E-FD722A0C882D} > 2005-11-14 12:15:00 1032 484 DnldMgr BITS job > {F9FDFF88-44C9-4023-9B5E-FD722A0C882D} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:15:01 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...7eecc676d0.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\35d5d533a22bd1758714a6f2929a6384\Windows2000-KB901214-x86-Express-ENU.EXE (full file). > 2005-11-14 12:15:02 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {27F6B354-1436-4B70-9904-1B4CCDBD4186}.101] *********** > 2005-11-14 12:15:04 1032 484 DnldMgr * BITS job initialized, JobId = > {66E7A14B-A6CE-433F-8226-FB1E5D3686D3} > 2005-11-14 12:15:04 1032 484 DnldMgr BITS job > {66E7A14B-A6CE-433F-8226-FB1E5D3686D3} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:15:05 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...23fa256261.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\c5e445e4c6c208f9eb8ab8e2b972824e\Windows2000-KB905749-x86-Express-ENU.EXE (full file). > 2005-11-14 12:15:06 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {1C27F222-AC32-4F19-BE0F-62FBC31300B4}.100] *********** > 2005-11-14 12:15:08 1032 484 DnldMgr * BITS job initialized, JobId = > {CC400E7A-7AB2-409E-B26A-C22D426C2035} > 2005-11-14 12:15:08 1032 484 DnldMgr BITS job > {CC400E7A-7AB2-409E-B26A-C22D426C2035} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:15:09 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...848cdac7fe.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\487473894e7a1942b56189c3606583b1\Windows2000-KB905414-x86-Express-ENU.EXE (full file). > 2005-11-14 12:15:10 1032 484 DnldMgr *********** DnldMgr: New download job > [UpdateId = {F520E83B-36AF-4BF0-B3B5-53A36CCD8472}.100] *********** > 2005-11-14 12:15:13 1032 484 DnldMgr * BITS job initialized, JobId = > {E677EFA5-74A4-411B-B061-DF761EE75262} > 2005-11-14 12:15:13 1032 484 DnldMgr BITS job > {E677EFA5-74A4-411B-B061-DF761EE75262} using proxy = httpproxy.owfg.com:8080, > bypass = <NULL> > 2005-11-14 12:15:14 1032 484 DnldMgr * Downloading from > http://au.download.windowsupdate.com...388e71da25.exe > to > C:\WINNT\SoftwareDistribution\Download\S-1-5-18\6a0e410db9dedef22c1dd1b96f5cd3f5\Windows2000-KB893756-x86-Express-ENU.EXE (full file). > 2005-11-14 12:15:15 1032 590 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:15:15 1032 5c0 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:15:38 1032 590 DnldMgr BITS job > {DB369C09-6B41-47AA-971A-CA38D3D1A6BB} completed successfully > 2005-11-14 12:15:39 1032 590 DnldMgr Download job bytes total = 524248, > bytes transferred = 0 > 2005-11-14 12:15:59 1032 5c0 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:16:02 1032 590 DnldMgr *********** DnldMgr: New download job > [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** > 2005-11-14 12:16:02 1032 590 DnldMgr * Queueing update for download > handler request generation. > 2005-11-14 12:16:02 1032 590 DnldMgr Generating download request for update > {271249A1-AD58-4798-8376-6580A8176783}.100 > 2005-11-14 12:16:03 1032 590 Handler Windows Patch download for UpdateId = > {271249A1-AD58-4798-8376-6580A8176783}: selected action is download express > (delta). > 2005-11-14 12:16:03 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:16:21 1032 590 DnldMgr *********** DnldMgr: New download job > [UpdateId = {271249A1-AD58-4798-8376-6580A8176783}.100] *********** > 2005-11-14 12:16:21 1032 590 DnldMgr * All files for update were already > downloaded and are valid. > 2005-11-14 12:16:22 1032 590 DtaStor Update service properties: service > registered with AU is {9482F4B4-E343-43B6-B170-9A65BC822C77} > 2005-11-14 12:16:22 1032 590 DtaStor WARNING: Update Service: Failed to > update backup store > 2005-11-14 12:16:22 1032 484 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:16:42 1032 51c AU >>## RESUMED ## AU: Download update > [UpdateId = {1381E7AE-1C7C-401E-A6A8-539DF3612C0C}, succeeded] > 2005-11-14 12:16:42 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:16:47 1032 51c Report REPORT EVENT: > {9BD349AD-A791-47F1-A4F3-AC9CB8B2F764} 2005-11-14 > 12:16:42-0800 1 162 101 {1381E7AE-1C7C-401E-A6A8-539DF3612C0C} 100 0 AutomaticUpdates Success Content Download Download succeeded. > 2005-11-14 12:16:47 1032 51c Report REPORT EVENT: > {13EB1FA3-9574-479F-B474-FDD34578A0ED} 2005-11-14 > 12:16:42-0800 1 188 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content > Install Installation Ready: The following updates are downloaded and ready > for installation. This computer is currently scheduled to install these > updates on Tuesday, November 15, 2005 at 12:00 PM: - Security Update for > Windows 2000 (KB896423) > 2005-11-14 12:17:04 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:17:25 1032 484 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:17:46 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:18:07 1032 484 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:18:29 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:18:52 1032 484 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:19:14 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:19:36 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:19:57 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:20:18 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:20:39 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:21:00 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:21:21 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:21:42 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:22:03 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:22:24 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:22:45 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:23:06 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:23:27 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:23:48 1032 484 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:24:09 1032 504 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:24:30 1032 484 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:24:51 1032 5c4 DnldMgr Error 0x80072afa occurred while > downloading update; notifying dependent calls. > 2005-11-14 12:24:51 1032 51c AU AU checked download status and it changed: > Downloading is paused > 2005-11-14 12:36:43 1032 51c AU AU checked download status and it changed: > Downloading is not paused > 2005-11-14 12:36:43 1032 51c AU AU setting pending client directive to > 'Download Progress' > 2005-11-14 12:36:57 1032 414 AU AU found 1 sessions to launch client into > 2005-11-14 12:36:57 1032 414 AU Launched new AU client for directive > 'Download Progress', session id = 0x0 > > > "Lawrence Garvin [MVP]" wrote: > > > Lude.. I've reviewed the thread with Michael, and I think he's right on the > > money as to the cause of your problem. > > > > But here's a simple way to determine this issue unequivocably... > > > > Download the Client Diagnostic Tool from here > > http://download.microsoft.com/downlo...tic%20Tool.EXE > > > > run the tool and post the results back here. > > > > Also, to be complete, run this command and post the WUPolicy.REG file back |
|
#9
|
|||
|
|||
|
"Lude" <Lude@discussions.microsoft.com> wrote in message news:8FE1EAB9-4E68-4E74-9157-2A5DA4F33168@microsoft.com... > Some more info: I'm not using a WSUS server and am using a automatic > configuration script that points to a proxy. Maybe bits can't use the > config > script? This could be the issue. While the auto config script may properly configure IE, it will not configure WinHTTP. You should try the command 'proxycfg -u' to replicate your IE proxy settings to WinHTTP, and then try AU again. Alternatively, run the Client Diagnostic Tool on the client, and review the output. Post the output if you'd like assistance interpreting the results. |
|
#10
|
|||
|
|||
|
I found out what the problem is. I had to install the latest version of the
windows upate client from http://download.windowsupdate.com/v6...gent20-x86.exe And then I had to make this entry in my hosts file: 207.46.245.220 au.download.windowsupdate.com because bits 2.0 has a dns bug. Thanks for all your help and I hope this will help anyone with the same type of problem. Thanks! "Lawrence Garvin [MVP]" wrote: > > "Lude" <Lude@discussions.microsoft.com> wrote in message > news:8FE1EAB9-4E68-4E74-9157-2A5DA4F33168@microsoft.com... > > Some more info: I'm not using a WSUS server and am using a automatic > > configuration script that points to a proxy. Maybe bits can't use the > > config > > script? > > This could be the issue. > > While the auto config script may properly configure IE, it will not configure > WinHTTP. > > You should try the command 'proxycfg -u' to replicate your IE proxy settings > to WinHTTP, and then try AU again. > > Alternatively, run the Client Diagnostic Tool on the client, and review the > output. Post the output if you'd like assistance interpreting the results. > > > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I don't have some updates | Panda_man | Windows Update | 4 | 01-05-2006 05:19 PM |
| RE: Automatic Updates service keeps getting deleted | Roxanne | Windows Update | 0 | 01-05-2006 05:15 PM |
| Downloading all updates after SP2 | Kevin Benstead | Windows Update | 6 | 01-05-2006 05:15 PM |
| Keep updated setup files for a clean install | Josh G | Windows XP Setup Deployment | 1 | 01-05-2006 06:23 AM |
| Slipstreaming | Eric Fehlhaber | Windows XP Setup Deployment | 5 | 01-05-2006 06:22 AM |