Site icon EfmSoft

What does NTSTATUS 0x40190035 (STATUS_RM_ALREADY_STARTED) mean?

 
Previous Next
STATUS_RECOVERY_NOT_NEEDED STATUS_LOG_NO_RESTART

STATUS_RM_ALREADY_STARTED

The resource manager lifecycle was started twice

A KTM resource manager must be created, recovered when durable, and then placed in a state where it can receive transaction notifications. This status means the start transition has already occurred for the same resource-manager object.

The important question is not how to force another start, but why initialization ran more than once. Duplicate starts can come from service restart code, parallel worker initialization, or retry logic that does not track the resource-manager state.

What to inspect

References


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

Exit mobile version