Site icon EfmSoft

What does Windows error code 6808 (ERROR_STREAM_MINIVERSION_NOT_FOUND) mean?

 
Previous Next
ERROR_OBJECT_NO_LONGER_EXISTS ERROR_STREAM_MINIVERSION_NOT_VALID

ERROR_STREAM_MINIVERSION_NOT_FOUND

The selected miniversion identifier is not present for this transacted file

ERROR_STREAM_MINIVERSION_NOT_FOUND is a Transactional NTFS (TxF) file-system status. TxF miniversions are snapshots of a file during a transaction. FSCTL_TXFS_CREATE_MINIVERSION returns version information, and CreateFileTransacted can request a specific miniversion when the calling transaction is the transaction modifying the file. This error means the identifier supplied for the open cannot be resolved to an existing miniversion of that stream.

Log the base version, miniversion ID, transaction ID, and file identity together when a miniversion is created. Do not persist a bare miniversion number and later reuse it for another stream or transaction. Remember that miniversions are discarded when the transaction commits or rolls back. If the application caches them, invalidate that cache at transaction completion and after savepoint operations that can change version state.

What to inspect

References


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

Exit mobile version