Что означает код ошибки Windows 701 (ERROR_RXACT_STATE_CREATED)?

 
Предыдущий Следующий
ERROR_IMAGE_NOT_AT_BASE ERROR_SEGMENT_NOTIFICATION

ERROR_RXACT_STATE_CREATED

Что означает ERROR_RXACT_STATE_CREATED

ERROR_RXACT_STATE_CREATED — состояние транзакции для указанного подраздела реестра ещё не существовало и было создано.

Что проверить

Определите транзакцию реестра и её текущее состояние до операции RXACT.

  • Проверьте, требуется ли commit, уже создано ли состояние или предыдущая операция перевела транзакцию в конечную фазу.
  • Соблюдайте документированный порядок RXACT-вызовов; смена порядка обычно даёт детерминированный state error.

Исходная формулировка

  • this result this informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be.
  • Windows created registry transaction state for a subtree because it did not previously exist. In practical terms, this status belongs to registry transaction bookkeeping: the registry transaction mechanism initializes state before applying or tracking an operation.
  • The subtree is participating in a transaction for the first time
  • Do not report this informational state as data corruption. The important validation is whether the associated registry transaction reaches a defined final state.
  • When this result appears, first determine whether the operation actually failed, completed with an informational condition, or transferred work to another component.

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.