Site icon EfmSoft

What does NTSTATUS 0x80190042 (STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET) mean?

 
Previous Next
STATUS_TXF_METADATA_ALREADY_PRESENT STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED

STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET

Transaction-scope support was used before its handlers were registered

This status concerns the thread transaction-scope machinery rather than the validity of a particular transaction record. Code that pushes or restores an ambient transaction context requires its scope callbacks to be installed before entering that scope.

The usual defect is initialization order: a library begins transactional work during static initialization, worker startup, or teardown while the component responsible for registering the scope handlers has not run or has already been unloaded.

What to inspect

References


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

Exit mobile version