Что означает код NTSTATUS 0xC000A2A2 (STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED)?

 
Предыдущий Следующий
STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED

STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED

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

STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED — фильтр не поддерживает запись с разгрузкой операции копирования.

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

Сохраните API, локальный и удалённый адреса/порты и фактически разрешённый IP до повторной попытки.

  • Определите этап отказа: DNS, открытие сокета, TCP-соединение, аутентификация, TLS/протокол приложения или уже передача данных.
  • Проверьте прослушивающий сокет или порт, межсетевой экран, маршрут и серверный журнал для той же попытки; если причина не видна, снимите короткий захват сетевых пакетов.

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

  • A destination file-system filter does not support the requested offloaded-write operation.
  • The destination side has different obligations from token creation: it must preserve destination file semantics, allocation, policy, and any transformation performed by filters.
  • FSCTL_OFFLOAD_WRITE presents a token to the destination stack and requests that the storage subsystem place the represented data without sending all bytes through the host.
  • Inspect the destination filter stack separately from the source stack.
  • Avoid reusing the token after its lifetime or source data validity has changed.

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


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