What does HRESULT 0x80110450 (COMADMIN_E_BASE_PARTITION_ONLY) mean?

 
Previous Next
COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE COMADMIN_E_START_APP_DISABLED

COMADMIN_E_BASE_PARTITION_ONLY

COMADMIN_E_BASE_PARTITION_ONLY is the failure HRESULT 0x80110450 (signed decimal -2146368432, unsigned decimal 2148598864). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0450.

COM+ partition administration: exact meaning of COMADMIN_E_BASE_PARTITION_ONLY

The requested function is valid only in the COM+ base partition. ICOMAdminCatalog2 or related administration resolves a non-base partition for an operation restricted to machine-global configuration.

AllStat records this condition as “This function is valid for the base partition only”.

Where COMADMIN_E_BASE_PARTITION_ONLY occurs

Partitions are logical containers with explicit IDs, names, user defaults, application contents, and platform enablement; operations must use the intended partition rather than assume a global namespace. In the specific case of COMADMIN_E_BASE_PARTITION_ONLY, record partition ID, default/base status, target application, and the exact administration method.

Evidence to collect before repair

  • For COMADMIN_E_BASE_PARTITION_ONLY, preserve partition ID, partition name, and base/default status; it anchors the failure to the real administration object.
  • Evidence for COMADMIN_E_BASE_PARTITION_ONLY should include the ICOMAdminCatalog2 method and target object, captured before a repair changes state.
  • Collect current application AppID and partition membership when diagnosing COMADMIN_E_BASE_PARTITION_ONLY; without it the symbolic HRESULT is underdetermined.
  • The COMADMIN_E_BASE_PARTITION_ONLY investigation needs the caller’s partition-selection logic so the exact failing boundary remains reconstructable.

Diagnostic sequence for COMADMIN_E_BASE_PARTITION_ONLY

  • For COMADMIN_E_BASE_PARTITION_ONLY, enumerate partitions and identify the base partition ID.
  • At the COMADMIN_E_BASE_PARTITION_ONLY boundary, separate machine-global operations from tenant-partition operations.
  • The next COMADMIN_E_BASE_PARTITION_ONLY diagnostic action is to invoke the function against the base partition explicitly.
  • To isolate COMADMIN_E_BASE_PARTITION_ONLY, return to the intended partition for application-level work.
  • For COMADMIN_E_BASE_PARTITION_ONLY, verify no cross-partition configuration was changed.

Retry and recovery

Switch to the base partition for the operation or use a partition-aware alternative documented for local partitions.

Difference from nearby COMADMIN results

COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED concerns package contents in a non-base partition, not a base-only method.

Practical administration scenario

Automation runs a machine-level catalog operation while connected to a tenant-specific partition.

Official Microsoft references for COMADMIN_E_BASE_PARTITION_ONLY


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