Windows error 0x80110401, -2146368511

Detailed Error Information

COMADMIN_E_OBJECTERRORS[1]

MessageErrors occurred accessing one or more objects - the ErrorInfo collection may have more detail
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode17 (0x011)
NameFACILITY_COMPLUS[2][1]
DescriptionThe source of the error code is COM+.[2][1]
Error Code1025 (0x0401)

Questions

1vote
2answers

VSS Hardware provider

I've been trying to follow the instructions to install the example VSS hardware provider that comes with the Windows SDK. Unfortunately COM refuses to register the DLL, giving the following output: Unregistering the existing application... - Create the catalog object - Get the Applications collection - Populate... - Search for [...] read more
c++
windows
com
com+
volume-shadow-service
1vote
0answers

Getting Error code: -2146368511 [0x80110401] on executing Sample VSS Hardware provider setup

Both the solutions mentioned in "VSS Hardware provider" are not helpful. I executed following instructions to install VssSampleProvider Setup (refered from https://code.msdn.microsoft.com/windowsdesktop/VSS-Sample-Provider-3096be2a/sourcecode?fileId=58709&pathId=1834493409). (1) Install the virtual storage driver as follows: a. Navigate to the Program Files (x86)\Windows Kits\8.0\bin\x86 directory in the Windows SDK. This directory contains virtualstoragevss.sys and vstorcontrol.exe. (2) [...] read more
c++
windows
com
com+
volume-shadow-service
1vote
0answers

COMAdminCatalogCollection.Populate throws error C#

I am using the COMAdminCatalog API for .net. I am currently getting certain properties of COM+ applications and components from an array of servers remotely. For the most part, my process doesn't have a problem retrieving this data. However, a few of the COM+ application's components will not populate and [...] read more
c#
.net
com
com+
catalog
0votes
0answers

Windows Server headless installations are not able to manage COM+ components

I've been digging into it for quite some time, and seems like some people did as well. Reference1 Reference2 Disclaimers: * This is NOT an issue with the docker image. I was able to reproduce it in headless installations of Windows Server 2016 and 2019 as well as in docker [...] read more
windows-server
server-core
0votes
1answer

vss sample hardware provider

I've been trying to follow the instructions to install the sample VSS hardware provider that comes with the Windows SDK. I have been able to compile the code successfully with VS2013 for 64bit platform. However when I try to install the provider i get the following error.. Unregistering the existing [...] read more
c++
dll
com
shapefile
0votes
1answer

WiX COM+ error code

I'm trying to register COM+ with WiX. I get the following error. Where can I find the meaning of error code -2146368486? RegisterComPlusAssemblies: DLL: <file name> ComPlusInstallExecute: ErrorInfo: Name='<file name>', ErrorCode='-2146368486', MajorRef='<name>', MinorRef='<invalid>' ComPlusInstallExecute: ErrorInfo: Name='<name>', ErrorCode='-2146368486', MajorRef='<guid>', MinorRef='<invalid>' ComPlusInstallExecute: ErrorInfo: Name='<name>', ErrorCode='-2146368486', MajorRef='<guid>', MinorRef='<invalid>' ComPlusInstallExecute: Error 0x80110401: Failed to [...] read more
wix
com+

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