Windows error 0x80190197, -2145844841

Detailed Error Information

HTTP_E_STATUS_PROXY_AUTH_REQ[1]

MessageProxy authentication required (407).
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode25 (0x019)
NameFACILITY_HTTP[2][1]
DescriptionThe source of the error code is HTTP support.[2][1]
Error Code407 (0x0197)

Questions

3votes
0answers

Visual Studio 2015 Web Install Proxy settings

I had download web installer vs_enterprise_ENU.exe , but it start and closed immediately In logs I see [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x80190197: Failed to download http://go.microsoft.com/fwlink/?LinkId=615437&clcid=0x409; will try 2 more times. [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x80190197: Failed to download http://go.microsoft.com/fwlink/?LinkId=615437&clcid=0x409; will try 1 more times. [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x8007013d: Failed to format error message. [0C40:03A0][2015-12-10T01:39:02]i000: [...] read more
visual-studio-2015
1vote
2answers

How do I download a file using windows command line without having to input a proxy password?

After looking at various stackoverflow questions, I found several ways to download a file from a command line without interaction from the user. The only one that worked for me also works only on Windows 10 natively : curl -sko %TEMP%\file.txt "https://some.hostname/file.txt" But installing an external tool like wget/curl is [...] read more
windows
powershell
command-line
http-proxy
0votes
1answer

BITS error codes

I'm writing an application updater that pulls installation package from our distribution web site to the user's PC using the background intelligent download service facility. More or less everything is working fine now but I'm having a bit of problem getting the application react well to all recoverable errors. Specifically, [...] read more
windows
http
microsoft-bits
bits-service

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0