|
| |||||||||
| Tags: 0x80190194, 80072efd |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 0x80190194 and 80072efd
Hi, I am getting the error codes on the WSUS 3.0 SP1 server and client (win xp sp3). Though the updates has been approved on the server, clients are not downloading and getting failed with the below error codes. WSUS is behind proxy (ISA 2006). I am able to browse windows update via proxy and also http://wsus01/selfupdate/wuident.cab is successful from client. Client: WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194 2009-09-01 21:06:58:771 1088 1410 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194 2009-09-01 21:06:58:771 1088 1410 Agent WARNING: Fail to download eula file http://sydnagents/Content/2C/85605E2...15F1B7242C.txt with error 0x80244019 :: Server: :: :: WARNING: SendRequest failed with hr = 80072efd. Proxy List used: :: <(null)> Bypass List used : <(null)> Auth Schemes used : <> :: 2009-09-02 14:24:10:312 816 7fc Misc WARNING: WinHttp: :: SendRequestUsingProxy failed for :: <http://update.microsoft.com/v8/windowsupdate/redir/muv3wuredir.cab>. :: error 0x80072efd :: 2009-09-02 14:24:10:312 816 7fc Misc WARNING: WinHttp: :: SendRequestToServerForFileInformation MakeRequest failed. error :: 0x80072efd 2009-09-02 14:24:10:312 816 7fc Misc WARNING: WinHttp: :: SendRequestToServerForFileInformation failed with 0x80072efd :: 2009-09-02 14:24:10:312 816 7fc Misc WARNING: WinHttp: :: ShouldFileBeDownloaded failed with 0x80072efd :: 2009-09-02 14:24:15:750 816 7fc Misc WARNING: Send failed with hr = :: 80072efd. :: :: Thanks, :: Sridhar |
|
#2
| |||
| |||
| Re: 0x80190194 and 80072efd
"chvgms" <chvgms@discussions.microsoft.com> wrote in message news:7CAD5E56-28EE-42F7-BE5A-CCC5B74DE8EB@microsoft.com... > I am getting the error codes on the WSUS 3.0 SP1 server and client > (win xp sp3). Though the updates has been approved on the server, > clients are not downloading and getting failed with the below error > codes. WSUS is behind proxy (ISA 2006). I am able to browse windows > update via proxy and also http://wsus01/selfupdate/wuident.cab is > successful from client. I need some clarification on what you mean by "WSUS is behind proxy". Do you mean that the clients need to go through the ISA Server to get to the WSUS Server? If so, there's a boatload of configuration considerations for publishing a WSUS Server via ISA Server. Do you mean that the WSUS Server needs to go through the ISA Server to get to the Internet. If so, is the *proxy service* required, or are we only concerned with ISA Server as a firewall? > Client: > > WARNING: WinHttp: SendRequestToServerForFileInformation failed with > 0x80190194 2009-09-01 21:06:58:771 1088 1410 Misc WARNING: WinHttp: > ShouldFileBeDownloaded failed with 0x80190194 > 2009-09-01 21:06:58:771 1088 1410 Agent WARNING: Fail to download > eula file > http://sydnagents/Content/2C/85605E2...15F1B7242C.txt > with error 0x80244019 This is an HTTP 404 error trying to download this EULA txt file. - Verify that the EULA text file physically exists in the ~\WSUS\WSUSContent\2C folder. - Verify that the ISA Server is not configured to block transfer of TXT files. - Verify that the WinHTTP is properly configured to connect to the proxy server. Note: In this response "WSUS Server" (with Server capitalized) refers to the WSUS service itself; "WSUS server" (with server not capitalized) refers to the WUAgent (client) on the server hosting WSUS. > :: Server: > :: > :: WARNING: SendRequest failed with hr = 80072efd. Proxy List used: > :: <(null)> Bypass List used : <(null)> Auth Schemes used : <> > :: 2009-09-02 14:24:10:312 816 7fc Misc WARNING: WinHttp: > :: SendRequestUsingProxy failed for > :: <http://update.microsoft.com/v8/windowsupdate/redir/muv3wuredir.cab>. > :: error 0x80072efd My first observation is that the WSUS server is not configured to use "WSUS" to get updates. This is the WUAgent on the WSUS server attempting to make a connection to Microsoft Update and failing. This is interesting, because the WSUS Server ought to be able to get to this URL to support WSUS services, so there's no reason at all that the WUAgent on the WSUS server should be failing. Unless, of course, if you've misconfigured the WinHTTP proxy client configuration on the WSUS Server -- but if this were the case, the WSUS Server wouldn't be downloading *any* content at all, and the clients wouldn't even be attempting to download content, as they wouldn't even be detecting the availability of updates. The other possibility is that somebody reconfigured the ISA Server and broke all of this functionalitythat used to be working. -- Lawrence Garvin, M.S., MCITP:EA, MCDBA Principal/CTO, Onsite Technology Solutions, Houston, Texas Microsoft MVP - Software Distribution (2005-2009) MS WSUS Website: http://www.microsoft.com/wsus My MVP Profile: http://mvp.support.microsoft.com/pro...awrence.Garvin |
|
#3
| |||
| |||
| Re: 0x80190194 and 80072efd
Hi, My WSUS server is going thru ISA proxy to get updates from MS site. "Lawrence Garvin [MVP]" wrote: > "chvgms" <chvgms@discussions.microsoft.com> wrote in message > news:7CAD5E56-28EE-42F7-BE5A-CCC5B74DE8EB@microsoft.com... > > > I am getting the error codes on the WSUS 3.0 SP1 server and client > > (win xp sp3). Though the updates has been approved on the server, > > clients are not downloading and getting failed with the below error > > codes. WSUS is behind proxy (ISA 2006). I am able to browse windows > > update via proxy and also http://wsus01/selfupdate/wuident.cab is > > successful from client. > > I need some clarification on what you mean by "WSUS is behind proxy". > > Do you mean that the clients need to go through the ISA Server to get to the > WSUS Server? If so, there's a boatload of configuration considerations for > publishing a WSUS Server via ISA Server. > > Do you mean that the WSUS Server needs to go through the ISA Server to get > to the Internet. If so, is the *proxy service* required, or are we only > concerned with ISA Server as a firewall? > > > > Client: > > > > WARNING: WinHttp: SendRequestToServerForFileInformation failed with > > 0x80190194 2009-09-01 21:06:58:771 1088 1410 Misc WARNING: WinHttp: > > ShouldFileBeDownloaded failed with 0x80190194 > > 2009-09-01 21:06:58:771 1088 1410 Agent WARNING: Fail to download > > eula file > > http://sydnagents/Content/2C/85605E2...15F1B7242C.txt > > with error 0x80244019 > > This is an HTTP 404 error trying to download this EULA txt file. > > - Verify that the EULA text file physically exists in the > ~\WSUS\WSUSContent\2C folder. > - Verify that the ISA Server is not configured to block transfer of TXT > files. > - Verify that the WinHTTP is properly configured to connect to the proxy > server. > > > Note: In this response "WSUS Server" (with Server capitalized) refers to the > WSUS service itself; "WSUS server" (with server not capitalized) refers to > the WUAgent (client) on the server hosting WSUS. > > > > :: Server: > > :: > > :: WARNING: SendRequest failed with hr = 80072efd. Proxy List used: > > :: <(null)> Bypass List used : <(null)> Auth Schemes used : <> > > :: 2009-09-02 14:24:10:312 816 7fc Misc WARNING: WinHttp: > > :: SendRequestUsingProxy failed for > > :: <http://update.microsoft.com/v8/windowsupdate/redir/muv3wuredir.cab>. > > :: error 0x80072efd > > My first observation is that the WSUS server is not configured to use "WSUS" > to get updates. This is the WUAgent on the WSUS server attempting to make a > connection to Microsoft Update and failing. This is interesting, because the > WSUS Server ought to be able to get to this URL to support WSUS services, so > there's no reason at all that the WUAgent on the WSUS server should be > failing. > > Unless, of course, if you've misconfigured the WinHTTP proxy client > configuration on the WSUS Server -- but if this were the case, the WSUS > Server wouldn't be downloading *any* content at all, and the clients > wouldn't even be attempting to download content, as they wouldn't even be > detecting the availability of updates. > > The other possibility is that somebody reconfigured the ISA Server and broke > all of this functionalitythat used to be working. > > > -- > Lawrence Garvin, M.S., MCITP:EA, MCDBA > Principal/CTO, Onsite Technology Solutions, Houston, Texas > Microsoft MVP - Software Distribution (2005-2009) > > MS WSUS Website: http://www.microsoft.com/wsus > My MVP Profile: http://mvp.support.microsoft.com/pro...awrence.Garvin > |
|
#4
| |||
| |||
| Re: 0x80190194 and 80072efd
"chvgms" <chvgms@discussions.microsoft.com> wrote in message news:7D8F9A2D-595C-4D41-B840-0CFA47286D9D@microsoft.com... > Hi, > > My WSUS server is going thru ISA proxy to get updates from MS site. Thank you for the clarification. Now, with respect to the other question -- Have you configured your ISA Server in accordance with the instructions contained in the Deployment Guide concerning how to setup the proxy configuration for WSUS? -- Lawrence Garvin, M.S., MCITP:EA, MCDBA Principal/CTO, Onsite Technology Solutions, Houston, Texas Microsoft MVP - Software Distribution (2005-2009) MS WSUS Website: http://www.microsoft.com/wsus My MVP Profile: http://mvp.support.microsoft.com/pro...awrence.Garvin |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "0x80190194 and 80072efd" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is error code 80072EFD and how to fix it | wieruna | Windows Update | 2 | 01-06-2010 01:35 AM |
| ERROR:80072efd in MSN messenger | Yancy | Technology & Internet | 3 | 10-03-2009 11:44 PM |
| MSUS Error 0x80190194 | RAFFERTY | Operating Systems | 3 | 05-03-2009 06:09 PM |
| Vista 80072EFD won't update | Byte Harmony | Windows Update | 4 | 16-10-2008 08:47 AM |
| Solution: Error 0x80190194 / 0x80244019 while downloading updates | Nathan Lewis | Server Update Service | 4 | 21-02-2006 12:54 PM |