What does HRESULT 0x80110472 (COMADMIN_E_REGDB_NOTINITIALIZED) mean?

 
Previous Next
COMADMIN_E_AMBIGUOUS_PARTITION_NAME COMADMIN_E_REGDB_NOTOPEN

COMADMIN_E_REGDB_NOTINITIALIZED

COMADMIN_E_REGDB_NOTINITIALIZED is the failure HRESULT 0x80110472 (signed decimal -2146368398, unsigned decimal 2148598898). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0472.

COM+ registration database lifecycle: exact meaning of COMADMIN_E_REGDB_NOTINITIALIZED

The COM+ registration database has not been initialized for the requested operation. Internal catalog database work begins before RegDB initialization is complete or after failed startup.

AllStat records this condition as “The COM+ registry database has not been initialized”.

Where COMADMIN_E_REGDB_NOTINITIALIZED occurs

RegDB is the transactional database behind part of the COM+ catalog; initialization, open state, lifecycle, and system errors require service/catalog evidence rather than direct file manipulation. In the specific case of COMADMIN_E_REGDB_NOTINITIALIZED, capture COM+ System Application/service events, boot/startup timing, catalog health, and the operation that first observed the state.

Evidence to collect before repair

  • Evidence for COMADMIN_E_REGDB_NOTINITIALIZED should include COM+ System Application and service events, captured before a repair changes state.
  • Collect catalog/RegDB lifecycle state when diagnosing COMADMIN_E_REGDB_NOTINITIALIZED; without it the symbolic HRESULT is underdetermined.
  • The COMADMIN_E_REGDB_NOTINITIALIZED investigation needs underlying system status and disk health so the exact failing boundary remains reconstructable.
  • For COMADMIN_E_REGDB_NOTINITIALIZED, preserve administration session timing and concurrent maintenance; it anchors the failure to the real administration object.

Diagnostic sequence for COMADMIN_E_REGDB_NOTINITIALIZED

  • At the COMADMIN_E_REGDB_NOTINITIALIZED boundary, stop unsupported direct catalog access.
  • The next COMADMIN_E_REGDB_NOTINITIALIZED diagnostic action is to confirm COM+ services and initialization.
  • To isolate COMADMIN_E_REGDB_NOTINITIALIZED, create a fresh administration session.
  • For COMADMIN_E_REGDB_NOTINITIALIZED, repair underlying system conditions or COM+ feature state.
  • At the COMADMIN_E_REGDB_NOTINITIALIZED boundary, use supported backup/restore or deployment recovery.

Difference from nearby COMADMIN results

COMADMIN_E_REGDB_NOTOPEN means initialization may exist but the database is not open for use.

Retry and recovery

Repair/start COM+ infrastructure and wait for initialization; do not manipulate RegDB files directly.

Practical administration scenario

An early-start service invokes COMAdmin before the COM+ catalog database completes initialization.

RegDB-specific interpretation

For COMADMIN_E_REGDB_NOTINITIALIZED, model RegDB as having no usable initialized state yet: a new catalog session cannot make progress until COM+ startup or repair establishes that state. Capture the earliest initialization event rather than treating a later open failure as the root cause.

Official Microsoft references for COMADMIN_E_REGDB_NOTINITIALIZED


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