Site icon EfmSoft

What does NTSTATUS 0xC019003F (STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED) mean?

 
Previous Next
STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE

STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED

STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED means that the object being opened does not support the requested transactional access. It is not a statement that the current transaction is invalid; the operation itself is excluded from the transactional model.

Compare it with STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE. A remote target can cause the latter even for an otherwise valid transacted file API. This status can occur for an unsupported object class or access scenario regardless of whether the target is local.

The object or operation has no transactional-open support

References


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

Exit mobile version