Site icon EfmSoft

What does NTSTATUS 0xC0190016 (STATUS_TRANSACTION_ALREADY_COMMITTED) mean?

 
Previous Next
STATUS_TRANSACTION_ALREADY_ABORTED STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER

STATUS_TRANSACTION_ALREADY_COMMITTED

STATUS_TRANSACTION_ALREADY_COMMITTED indicates that the transaction has already reached the committed outcome. A later commit, rollback, or phase transition cannot be used to alter the original result.

This is not equivalent to a successful duplicate operation at the resource level. KTM may already have instructed resource managers to make work permanent, so any business-level retry must be designed as a new transaction and must account for the effects of the completed one.

Commit has already made the original outcome final

References


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

Exit mobile version