Windows error 0x80071A90, -2147018096

Detailed Error Information

TRANSACTIONAL_CONFLICT[1]

MessageThe function attempted to use a name that is reserved for use by another transaction.
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 Code6800 (0x1a90)

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

Questions

17votes
1answer

IIS (Internet Information Services) not working on Windows 10

I have been having problems with my Windows 10 (for example my localhost:8000). So I started looking for an answer, and it looks like the good old IIS is causing this issue, maybe because it's not enable in the turn Windows features on/off. SO in theory it should be a [...] read more
iis
0votes
0answers

Renaming Network Connection programmatically fails

I have written some C++ code to automatically rename the Network Connection in ncpa.cpl. It works fine on Win7 and Win8 but fails in Win10. The function I used is INetConnection::Rename, its return value is 0x80071a90, which means: HRESULT_FROM_WIN32(ERROR_TRANSACTIONAL_CONFLICT) : The function attempted to use a name that is reserved [...] read more
c
networking
windows-10
npcap
0votes
1answer

Error code:0x80071A90 - When Installing IIS on Windows 10.1

I get this error: Windows couldn't complete the requested changes. The function attempted to use a name that is reserved for use by another transaction.Error code:0x80071A90, when I trying to install IIS on windows 10 Pro. May you kindly assist in resolving this issue. Kindest Regards Lucky read more
windows

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