Site icon EfmSoft

What does HRESULT 0x80110816 (COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET) mean?

 
Previous Next
COMADMIN_E_PROGIDINUSEBYCLSID COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED

COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET

COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET is the failure HRESULT 0x80110816 (signed decimal -2146367466, unsigned decimal 2148599830). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0816.

Default-partition invariant for a partition set: exact meaning of COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET

COM+ rejected a partition-set configuration because its default partition is outside the set. Activation cannot use a default that the user’s partition set does not contain.

AllStat records the Windows SDK description as “The partition specified as default is not a member of the partition set.”

Where the result occurs

The invariant is checked while creating or updating partition-set membership/default properties. The partition and set can each be valid individually while their relationship is invalid.

Typical cause branches

Diagnostic sequence

Evidence to collect before changing the catalog

Practical administration scenario

A script removes an old tenant partition from a set and then saves without first selecting another member as the default.

Difference from nearby COMADMIN results

COMADMIN_E_USER_IN_SET concerns duplicate user assignment; COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET concerns the mandatory base partition. This value is solely the default-within-membership rule.

Retry and recovery

Retry after membership and default are consistent. Repeating only the default assignment cannot repair an absent membership.

What this HRESULT does not establish

The error does not mean that the default partition itself is globally invalid. It may be a valid partition that simply is not in this set.

Developer and operations guidance

Log set ID, default ID, ordered member IDs, server, affected user mappings, pending operation sequence, and final committed relationship.

Official Microsoft references


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

Exit mobile version