Site icon EfmSoft

What does HRESULT 0x80110438 (COMADMIN_E_OBJECTEXISTS) mean?

 
Previous Next
COMADMIN_E_PROPERTYSAVEFAILED COMADMIN_E_COMPONENTEXISTS

COMADMIN_E_OBJECTEXISTS

COMADMIN_E_OBJECTEXISTS is the failure HRESULT 0x80110438 (signed decimal -2146368456, unsigned decimal 2148598840). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0438.

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

An object with the requested identity already exists in the target collection. Add or rename work reaches uniqueness validation for a catalog collection.

AllStat records this condition as “The object you are attempting to add or rename already exists”.

Where the result 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 this result, record collection name, proposed key/name, existing object key, and normalization rules.

Evidence to collect before repair

Diagnostic sequence

Practical administration scenario

A deployment renames a role to a name already used by another role in the same application.

Retry and recovery

Update the intended existing object or choose a deliberate unique identity; avoid suffix-based duplication.

Difference from nearby COMADMIN results

COMADMIN_E_APPLICATIONEXISTS and COMADMIN_E_COMPONENTEXISTS are narrower application/component variants.

Official Microsoft references


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

Exit mobile version