Windows error 0x800704BE, -2147023682

Detailed Error Information

INVALID_NETNAME[1]

MessageThe format of the specified network name is invalid.
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 Code1214 (0x04be)

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

Questions

4votes
2answers

IIS 7.0 - Default Web Site is not working

Just now I added IIS in my system. And I try to start Default Web Site in IIS. But it will throwing following error, The format of the specified network name is invalid (Exception from HRESULT:0x800704BE) Here my Screen-shot, enter image description here [https://i.stack.imgur.com/DqfOo.jpg] So, I don't know what i [...] read more
asp.net
windows
iis
iis-7
webserver
0votes
0answers

Web management service not start on reboot

Server 2012R2 with management service. Whe reboot the server, the service not start automatically. If i start it manually, it start successfull. There are these events on event viewer: Service Control Manager - Event 7024 The Web Management Service service terminated with the following service-specific error: Unspecified error HostableWebCore Event [...] read more
iis
service
web
eventviewer
msdeploy

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