Site icon EfmSoft

What does HRESULT 0x80110818 (COMADMIN_E_PARTITION_ACCESSDENIED) mean?

 
Previous Next
COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED COMADMIN_E_PARTITION_MSI_ONLY

COMADMIN_E_PARTITION_ACCESSDENIED

COMADMIN_E_PARTITION_ACCESSDENIED is the failure HRESULT 0x80110818 (signed decimal -2146367464, unsigned decimal 2148599832). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0818.

Authorization boundary of a COM+ partition: exact meaning of COMADMIN_E_PARTITION_ACCESSDENIED

The partition exists, but access to it is denied for the effective caller or administration context. Partition administration has its own rights and identity mappings; local machine administration does not automatically prove permission for every partition operation.

AllStat records the Windows SDK description as “Access to the specified partition is denied.”

Where the result occurs

The result may arise while querying, configuring, moving applications, or activating within a partition after the partition ID has been accepted. Remote COM authentication and the COM+ System Application Administrator role can affect the decision.

Evidence to collect before changing the catalog

Typical cause branches

Diagnostic sequence

Practical administration scenario

A remote deployment account can enumerate the local computer but lacks the COM+ System Application role needed to modify a tenant partition.

Retry and recovery

Retry only after identity or authorization changes. Repeated attempts under the same denied token can create noise and account lockout risk without changing the decision.

Difference from nearby COMADMIN results

COMADMIN_E_INVALID_PARTITION rejects the partition identifier; COMADMIN_E_PRIVATE_ACCESSDENIED concerns activation of a private component. This value applies to access at the partition boundary.

What this HRESULT does not establish

The result does not establish that the partition is missing or disabled, and it does not justify granting broad local administrator rights without identifying the required COM+ permission.

Developer and operations guidance

Record caller SID, token/elevation, authentication/impersonation levels, partition ID, method, server, role membership snapshot, and correlated security event IDs.

Official Microsoft references


Looking for a different code? Search another status or error code.

Exit mobile version