| Предыдущий | Следующий |
| STATUS_CHECKOUT_REQUIRED | STATUS_FILE_TOO_LARGE |
STATUS_BAD_FILE_TYPE
Что означает STATUS_BAD_FILE_TYPE
STATUS_BAD_FILE_TYPE — сохранение или получение файлов этого типа заблокировано.
Что проверить
Определите конкретный файл и компонент Windows/политику, которые признали его повреждённым, недопустимым или заблокированным.
- Проверьте подпись, хэш/источник файла и соответствующие события Code Integrity, антивируса или системного обслуживания — в зависимости от того, кто вернул код.
- Восстанавливайте системный файл из доверенного источника; не обходите блокировку переименованием или копированием того же неподтверждённого содержимого.
Исходная формулировка
A remote content policy blocked the file type being uploaded, saved, or retrieved.
Record the complete filename, extension after normalization, and the server or redirector involved.
SharePoint documentation, for example, exposes blocked file-type controls for synchronization and earlier server versions expose blocked extension lists. Treat those as examples of provider policy; the NTSTATUS by itself does not name SharePoint. The correct remediation is to identify the rejecting provider and its configured rule.
Whether the block occurred during save, sync or retrieval, which identifies the enforcement layer.
this result is not a PE loader-format error.
Технические ссылки
- Microsoft: Block syncing of specific file types in SharePoint
- Microsoft: Add blocked file types in SharePoint
- Microsoft: Using the WebDAV Redirector
- Microsoft Open Specifications: NTSTATUS values
Нужно найти другой код? Найти другой код состояния или ошибки.
