Windows error 0x80072EE7, -2147012889

Detailed Error Information

WININET_E_NAME_NOT_RESOLVED[1]

MessageThe server name or address could not be resolved
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code12007 (0x2ee7)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00002ee7.

Questions

12votes
9answers

SQL Server Data Tools 2015 installation error

I'm trying to install SQL Server Data Tools - Visual Studio 2015, but I keep getting an "Unspecified error". The log file is at https://drive.google.com/open?id=0B3CEKzS2Sw8OODNJOXZJVGRWQlU. I already have Visual Studio Professional 2015 installed. I want to install SSDT 2015 because my databases were recently migrated from SQL Server 2008 R2 [...] read more
visual-studio-2015
ssis
sql-server-2014
sql-server-data-tools
4votes
1answer

Network boot of Windows Defender Offline will not update

I have been working on configuring a network bootable virus removal suite, and I am using the Windows Defender WinPE iso generated from using this 64-bit tool. The tool downloads and creates an ISO for you. I extract the ISO in order to get the source boot.wim file and I [...] read more
networking
update
pxe-boot
anti-virus
wds
3votes
1answer

Why does Windows Store need the DNS client service to run (Windows 10)?

On my Windows 10 computer (and apparently others), the Windows Store app (or just "Store") will not start if the "DNS Client" is not running - Error "0x80072EE7". Why? The "DNS client" service is supposed to only supply DNS caching and name registration. All other networked applications that I use [...] read more
windows-10
dns
windows-store
2votes
0answers

Failed to run task sequence - 80004005. DNS working though

I seem to be getting a fairly common generic error but with possibly with a slight difference then some of the other problems/answers I have seen. Generally it looks like this is a DNS issue but I am not sure in my case. Let me 1st describe my infrastructure and [...] read more
windows
sccm
2votes
2answers

The installation of SQL server agent is disabled on full edition of sql server 2008R2

Practically overnight, the SQL Server agent that had been working for over a year failed on a server running SQL Server 2008 R2. When attempting to restart it, it fails immediately with the message > "This installation of SQL Server Agent is disabled. The edition of SQL Server > that [...] read more
sql-server
sql-server-2008-r2
sql-server-agent
2votes
2answers

Service registration is missing or corrupt BITS service windows 10

Microsoft Edge and others like weather and windows Store Market gives errors and does not work and below error 0x80072EE7] enter image description here [https://i.stack.imgur.com/mKek3.png] it is while: * all my non-Microsoft apps have no problem connecting to internet * IE and My Windows 10 updates and office apps are [...] read more
windows-10
microsoft-edge
1vote
1answer

Exchange 2010 Autodiscover DNS configuration

I'm unable to get the Autodiscover of Exchange 2010 working. Our email accounts are name@company .com and our AD is company .local When I open Outlook 2010 and Ctrl + RMK on the icon and select 'Test E-mail AutoConfiguration' I see this: SMTP=myname@company.com Attempting URL https://exchange1.COMPANY.LOCAL/Autodiscover/Autodiscover.xml found through SCP Autodiscover [...] read more
domain-name-system
exchange-2010
autodiscovery
1vote
3answers

Offline installation of Visual Studio 2017 Update 2 (26430.04) fails

I'm running the command mu_visual_studio_enterprise_2017_x86_x64_10049783.exe --layout c:\vs2017offline --lang en-US to create an offline Visual Studio 2017 installer with the latest update 15.2 (26430.04). I have followed the instructions for offline installation and imported the certs etc. Still, on a machine without internet connection the installation fails. This has caused me [...] read more
visual-studio
visual-studio-2017
failed-installation
1vote
0answers

HttpClient.SendRequestAsync throws System.Exception

I'm trying to create a generic method to sending HTTP operations using Windows.Web.Http.HttpClient. The method contains the following code: HttpClient client = new HttpClient(); HttpRequestMessage request = new HttpRequestMessage(method, new Uri(URL)); if (!string.IsNullOrEmpty(param)) request.Content = new HttpStringContent(param, UnicodeEncoding.Utf8, "application/json"); HttpResponseMessage response = await client.SendRequestAsync(request); where param is a json string [...] read more
c#
windows-phone-8.1
1vote
2answers

How to solve System exception on button click while trying to access location?

I am new to visual studio and developing universal windows applications. My program throws an exception when I click a UI button that should display location information on click. It is a UWP. The location access is turned on from the package manifest. The code looks like this: private async [...] read more
c#
exception
visual-studio-2015
async-await
iot
1vote
0answers

Error run server secondary web farm framework 2.2

it error message: Failed to run operation 'ProvisionPlatform'. Failed to run method 'Microsoft.Web.Farm.GetInstalledProductsRemoteMethod' on server '10.10.10.155'. Exception in response stream. InternetOpenUrl returned 0x80072EE7: Unknown error 12007. Exception in response stream. InternetOpenUrl returned 0x80072EE7: Unknown error 12007. Failed to run operation 'Repair'. Failed to run method 'Microsoft.Web.Farm.GetInstalledProductsRemoteMethod' on server '10.10.10.155'. Exception [...] read more
web-services
web-farm
web-farm-framework
1vote
1answer

Can't install Orchard CMS using Web Platfor Installer 4.0 - failed signature

Can't download Orchard CMS using Web Platform Installer 4.0. This product did not install successfuly: Donwloaded file failed signature verification and may have been tampered. part of the Log file DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9777770 DownloadManager Error: 0 : Error downloading product file: 'System.Net.WebException: InternetOpenUrl returned [...] read more
.net
orchardcms
web-platform-installer
0votes
1answer

Windows Container unable to access internet

Running Windows-based containers I am unable to access the internet from within. Example: From my host machine I can run the following command: PS C:\Developer> nslookup aka.ms Server: cache100.ns.tdc.net Address: 193.162.153.164 Non-authoritative answer: Name: aka.ms Address: 88.221.62.148 When I try to do this from inside a container: PS C:\Developer> docker [...] read more
docker
docker-for-windows
docker-networking
windows-container
0votes
0answers

Enabling Offline Sync: Sync works, Offline does not

I get below error when attempting to be offline, I began with the starter code as instructed by the Docs and I just keep getting the error. I followed the details here: https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-windows-store-dotnet-get-started-offline-data Even trying a new download of the starter code doesn't seem to work, for what ever reason [...] read more
c#
azure
uwp
azure-mobile-services
0votes
1answer

Azure Media Service live streaming syndication

I would like to use Azure Media Services as an ingestion-point for live streaming, and I need to syndicate (push or pull) that stream to IIS running on my own servers within a local data-center. When I configure a Live Smooth Streaming publishing point on my own server to pull [...] read more
iis
video-streaming
http-live-streaming
azure-media-services
smooth-streaming
0votes
1answer

InApp Purchase in windows phone c#

i submit the beta version on store and make a product list.. accoridng to this link enter link description here //StringBuilder sb=new StringBuilder(); var listing=await CurrentApp.LoadListingInformationAsync(); foreach (var product in listing.ProductListings) { sb.AppendLine(string.Format("{0}, {1}, {2},{3}, {4}", product.Key, product.Value.Name, product.Value.FormattedPrice, product.Value.ProductType, product.Value.Description)); } MessageBox.Show(sb.ToString(), "List all products", MessageBoxButton.OK); Exception is :Exception [...] read more
c#
windows-phone-8
in-app-purchase
0votes
0answers

How do I upgrade from Windows 10 1803 to 1809? I'm getting a failure 0x80070003

When attempting to upgrade from Windows 10 1803 to 1809, I get a failure every time. I tried Microsoft support and three reps were unable to assist me. I tried disabling all the startup programs, running the update troubleshooting tool, running Windows 10 update assistant, and downloading / installing from [...] read more
windows-10
windows-10-upgrade
0votes
1answer

Can I download Movie Creator using .exe file?

I go to this link (Microsoft website) to download Movie Creator software but when I click Get, it opens a page or something like an app called Store and it says: The server stumbled. Error code: 0x80072EE7. I can't download the software this way. Moreover, I wouldn't like the invasion [...] read more
windows-10
-1votes
1answer

What exception is thrown by ReadBufferAsync when there is no internet connectivity

When getting data from the net, how can I tell if I failed to connect? I am using GetBufferAsync, which throws an error when I pull the ethernet cable out of the computer. I can find no documentation about this error, and I don't know if this is the best [...] read more
c#
exception
uwp

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