Site icon EfmSoft

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 the result 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 this result, record partition ID, default/base status, target application, and the exact administration method.

Evidence to collect before repair

Diagnostic sequence

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


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

Exit mobile version