Site icon EfmSoft

What does HRESULT 0x80110475 (COMADMIN_E_REGDB_ALREADYRUNNING) mean?

 
Previous Next
COMADMIN_E_REGDB_SYSTEMERR COMADMIN_E_MIG_VERSIONNOTSUPPORTED

COMADMIN_E_REGDB_ALREADYRUNNING

COMADMIN_E_REGDB_ALREADYRUNNING is the failure HRESULT 0x80110475 (signed decimal -2146368395, unsigned decimal 2148598901). Its severity bit is 1, facility is 17 (FACILITY_ITF), and the facility-specific code field is 0x0475.

COM+ registration database lifecycle: exact meaning of COMADMIN_E_REGDB_ALREADYRUNNING

The COM+ registration database is already running when an operation expects it to be stopped or newly started. Catalog lifecycle management detects an incompatible existing RegDB state.

AllStat records this condition as “The COM+ registry database is already running”.

Where the result 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 this result, record requested lifecycle action, service/process ownership, session count, and concurrent management activity.

Evidence to collect before repair

Diagnostic sequence

Difference from nearby COMADMIN results

COMADMIN_E_REGDB_NOTOPEN reports the opposite availability state for normal catalog work.

Retry and recovery

Avoid duplicate startup/control operations and coordinate catalog maintenance through supported service management.

Practical administration scenario

A recovery script starts RegDB explicitly even though COM+ initialization already brought it online.

RegDB-specific interpretation

The important transition is an attempted start or recovery action against an already active database. Verify which service or maintenance process owns the running state before stopping anything, since normal catalog clients require RegDB to remain online.

Official Microsoft references


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

Exit mobile version