What does HRESULT 0x80110824 (COMADMIN_E_PARTITIONS_DISABLED) mean?

 
Previous Next
COMADMIN_E_REGISTRY_ACCESSDENIED HTTP_E_STATUS_UNEXPECTED

COMADMIN_E_PARTITIONS_DISABLED

COMADMIN_E_PARTITIONS_DISABLED is the failure HRESULT 0x80110824 (signed decimal -2146367452, unsigned decimal 2148599844). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0824.

Feature state of COM+ partitions: exact meaning of COMADMIN_E_PARTITIONS_DISABLED

COM+ partitions are currently disabled on the target computer, so partition-specific administration or activation cannot proceed. Microsoft notes that the partitions service is not enabled by default.

AllStat records the Windows SDK description as “COM+ partitions are currently disabled.”

Where COMADMIN_E_PARTITIONS_DISABLED occurs

The failure is returned before the requested partition operation can meaningfully evaluate membership, default mapping, or application placement. The global partition may remain available while creation/configuration of additional partitions is disabled.

Evidence to collect before changing the catalog

  • target OS edition/version, catalog server, and LocalComputer partition-enabled state.
  • requested partition method and identifiers.
  • existing Partitions/PartitionSets collections and whether only the global partition is visible.
  • configuration/change history and Component Services events.

Typical cause branches

  • the LocalComputer PartitionsEnabled property is false.
  • a hardened or newly installed server never enabled COM+ partitions.
  • automation connects to a platform/version where partition management is unavailable.
  • the feature was disabled after deployment tools cached partition IDs.

Diagnostic sequence for COMADMIN_E_PARTITIONS_DISABLED

  • confirm that the workload actually requires COM+ partitions.
  • verify platform support and current PartitionsEnabled state through supported administration.
  • enable the feature deliberately through Component Services or COMAdmin when approved.
  • reconnect and repopulate all partition collections.
  • validate user mappings, defaults, application placement, and activation after enablement.

Practical administration scenario

A deployment created for a multi-tenant server runs on a fresh host where only the global partition is active and PartitionsEnabled was never set.

Retry and recovery

Retry after the feature is enabled and the COMAdmin session is refreshed. A delay alone does not change the machine-level setting.

Difference from nearby COMADMIN results

COMADMIN_E_INVALID_PARTITION rejects an identifier and COMADMIN_E_PARTITION_ACCESSDENIED rejects caller access. This value says partition functionality itself is disabled.

What this HRESULT does not establish

The result does not prove that stored partition IDs are corrupt. They may simply be unusable while the machine-level feature is off.

Developer and operations guidance

Record server/OS, PartitionsEnabled value, method, partition IDs, caller, prior feature-change timestamp, and collections visible before and after reconnect.

Official Microsoft references for COMADMIN_E_PARTITIONS_DISABLED


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