Что означает код NTSTATUS 0xC0400001 (STATUS_RKF_KEY_NOT_FOUND)?

 
Предыдущий Следующий
STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE STATUS_RKF_DUPLICATE_KEY

STATUS_RKF_KEY_NOT_FOUND

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

STATUS_RKF_KEY_NOT_FOUND — resume Key Filter не нашёл ключ возобновления, переданный для операции.

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

  • Определите resume key, который запрашивает Resume Key Filter (RKF), и объект/операцию, откуда этот ключ был получен.
  • Проверьте, не был ли ключ уже удалён, инвалидирован или создан в другом RKF-контексте.
  • Не заменяйте missing resume key произвольным идентификатором: ключ должен соответствовать сохранённому состоянию конкретной операции.

Что делать

Получите актуальный resume key из того же RKF-контекста либо корректно обработайте отсутствие уже недействительного ключа.

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

  • The Resume Key Filter could not find the persisted SMB resume key supplied for recovery.
  • Do not reuse cached keys across a new server, share, or cluster generation.
  • The Resume Key Filter participates in preserving file-handle state for continuously available SMB workloads. A resume key identifies state that can be reclaimed after a planned or unplanned interruption. This status means the supplied key does not match an entry currently retained by the filter.
  • Capture the SMB CreateGuid, persistent-handle flags, file path, client GUID, and reconnect timing.
  • The key may be stale, may belong to another file or cluster incarnation, or may have been removed after its reconnect window expired.

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


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