Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC0190013 (STATUS_TRANSACTION_REQUEST_NOT_VALID)?

 
Anterior Siguiente
STATUS_TRANSACTION_SUPERIOR_EXISTS STATUS_TRANSACTION_NOT_REQUESTED

STATUS_TRANSACTION_REQUEST_NOT_VALID

Qué significa STATUS_TRANSACTION_REQUEST_NOT_VALID

STATUS_TRANSACTION_REQUEST_NOT_VALID es un rechazo del state machine: el objeto existe, pero la llamada no corresponde a su estado de pre-prepare, prepare, commit, rollback o recovery.

Repetir la misma completion fuera de fase no ayuda. El trace debe mostrar qué notification recibió el participant y qué respuesta intentó enviar.

Qué comprobar

  • Capture state/fase y API exacta.
  • Tracee notifications KTM y completions en orden.
  • Revise callbacks duplicados o tardíos.
  • No trate el error como invalid handle si el problema es lifecycle.

Referencias técnicas


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

Exit mobile version