Site icon EfmSoft

What does NTSTATUS 0xC0190059 (STATUS_NO_LINK_TRACKING_IN_TRANSACTION) mean?

 
Previous Next
STATUS_TRANSACTION_RECORD_TOO_LONG STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION

STATUS_NO_LINK_TRACKING_IN_TRANSACTION

Link tracking is not allowed while the file operation is transacted

STATUS_NO_LINK_TRACKING_IN_TRANSACTION indicates that a link-tracking operation cannot be completed inside the active transaction. Link tracking depends on stable object identity and namespace state, while TxF may still be isolating changes that have not committed.

Expect this around shell, shortcut, object-ID, or distributed-link-tracking code that tries to observe or update link state while the file is being changed transactionally.

What to check

Useful distinction

This is not just a link-not-found condition. The operation is blocked because TxF cannot expose or update link-tracking state safely while the transaction is active.

References


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

Exit mobile version