Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC019004F (STATUS_RESOURCEMANAGER_NOT_FOUND)?

 
Anterior Siguiente
STATUS_TRANSACTION_NOT_FOUND STATUS_ENLISTMENT_NOT_FOUND

STATUS_RESOURCEMANAGER_NOT_FOUND

Qué significa STATUS_RESOURCEMANAGER_NOT_FOUND

Un resource manager es un objeto KTM que representa el componente responsable de recursos transaccionales concretos. “Not found” puede significar ID equivocado, lifecycle terminado, store/log diferente o que el RM esperado nunca se registró en este transaction manager.

No lo sustituya por cualquier RM disponible. El estado de recovery y los enlistments pertenecen a la identidad concreta del resource manager.

Qué comprobar

  • Capture el GUID/ID del resource manager solicitado.
  • Verifique transaction manager y log/store donde debería existir.
  • Revise startup/teardown y registro del RM.
  • No mezcle estados de dos resource managers distintos.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version