What does HRESULT 0x80110433 (COMADMIN_E_SYSTEMAPP) mean?

 
Previous Next
COMADMIN_E_REGISTERTLB COMADMIN_E_COMPFILE_NOREGISTRAR

COMADMIN_E_SYSTEMAPP

COMADMIN_E_SYSTEMAPP is the failure HRESULT 0x80110433 (signed decimal -2146368461, unsigned decimal 2148598835). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0433.

COM+ catalog object and collection state: exact meaning of COMADMIN_E_SYSTEMAPP

The requested operation is not permitted on the COM+ System Application. COMAdmin recognizes the target as the special system application and vetoes an unsupported administrative action.

AllStat records this condition as “This operation cannot be performed on the system application”.

Where COMADMIN_E_SYSTEMAPP occurs

The authoritative state is the logical COM+ catalog exposed through COMAdmin collections, not a single registry key or an old in-memory object. In the specific case of COMADMIN_E_SYSTEMAPP, log the resolved AppID and requested method to prove the script did not select the system application by an ambiguous name.

Evidence to collect before repair

  • Evidence for COMADMIN_E_SYSTEMAPP should include resolved AppID and application type, captured before a repair changes state.
  • Collect the exact COMAdmin method being invoked when diagnosing COMADMIN_E_SYSTEMAPP; without it the symbolic HRESULT is underdetermined.
  • The COMADMIN_E_SYSTEMAPP investigation needs selection/filter logic used by automation so the exact failing boundary remains reconstructable.
  • For COMADMIN_E_SYSTEMAPP, preserve Component Services view and system-application events; it anchors the failure to the real administration object.

Diagnostic sequence for COMADMIN_E_SYSTEMAPP

  • At the COMADMIN_E_SYSTEMAPP boundary, identify the System Application by stable ID and exclude it from user-application workflows.
  • The next COMADMIN_E_SYSTEMAPP diagnostic action is to review whether a machine-level supported setting exists for the intended change.
  • To isolate COMADMIN_E_SYSTEMAPP, retarget the operation to the correct user application.
  • For COMADMIN_E_SYSTEMAPP, remove no system catalog entries manually.
  • At the COMADMIN_E_SYSTEMAPP boundary, rerun the operation and verify the intended AppID.

Difference from nearby COMADMIN results

COMADMIN_E_CAN_NOT_EXPORT_SYS_APP is export-specific; this value is the broader system-application operation restriction.

Retry and recovery

Retarget an ordinary application or use the documented system-level configuration mechanism.

Practical administration scenario

A generic cleanup routine enumerates every application and attempts an action that is invalid for the System Application.

Official Microsoft references for COMADMIN_E_SYSTEMAPP


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