| 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 COMADMIN_E_REGDB_ALREADYRUNNING 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_ALREADYRUNNING, record requested lifecycle action, service/process ownership, session count, and concurrent management activity.
Evidence to collect before repair
- Evidence for
COMADMIN_E_REGDB_ALREADYRUNNINGshould include COM+ System Application and service events, captured before a repair changes state. - Collect catalog/RegDB lifecycle state when diagnosing
COMADMIN_E_REGDB_ALREADYRUNNING; without it the symbolic HRESULT is underdetermined. - The
COMADMIN_E_REGDB_ALREADYRUNNINGinvestigation needs underlying system status and disk health so the exact failing boundary remains reconstructable. - For
COMADMIN_E_REGDB_ALREADYRUNNING, preserve administration session timing and concurrent maintenance; it anchors the failure to the real administration object.
Diagnostic sequence for COMADMIN_E_REGDB_ALREADYRUNNING
- At the
COMADMIN_E_REGDB_ALREADYRUNNINGboundary, stop unsupported direct catalog access. - The next
COMADMIN_E_REGDB_ALREADYRUNNINGdiagnostic action is to confirm COM+ services and initialization. - To isolate
COMADMIN_E_REGDB_ALREADYRUNNING, create a fresh administration session. - For
COMADMIN_E_REGDB_ALREADYRUNNING, repair underlying system conditions or COM+ feature state. - At the
COMADMIN_E_REGDB_ALREADYRUNNINGboundary, use supported backup/restore or deployment recovery.
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
For COMADMIN_E_REGDB_ALREADYRUNNING, 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 for COMADMIN_E_REGDB_ALREADYRUNNING
- Microsoft: COMADMIN error codes
- Microsoft: the COM+ catalog
- Microsoft: automating COM+ administration
- Microsoft: COM+ administration catalog example
- Microsoft: COM+ administration collections
Looking for a different code? Search another status or error code.