| Предыдущий | Следующий |
| ERROR_SYMLINK_CLASS_DISABLED | ERROR_XML_PARSE_ERROR |
ERROR_SYMLINK_NOT_SUPPORTED
Что означает ERROR_SYMLINK_NOT_SUPPORTED
ERROR_SYMLINK_NOT_SUPPORTED — приложение не поддерживает запрошенную операцию с символическими ссылками.
Что проверить
Запишите полный путь в том виде, в котором он передан Windows, и отдельно определите итоговый путь после точек подключения, символических ссылок и точек повторной обработки.
- Проверьте существование каждого компонента пути, точки подключения и доступность целевого тома или сетевого ресурса.
- Если используется относительный путь, зафиксируйте текущий каталог процесса; для символической ссылки или точки повторной обработки проверьте целевой объект и разрешённый тип перехода.
Исходная формулировка
The file-system operation does not support the encountered symbolic link.
the application intentionally rejects links to prevent path-escape attacks
A packaging tool copies a directory to a destination that cannot represent Windows symbolic links. It requests preservation of the link object and receives 1464. The product must either require a compatible destination or offer an explicit, audited dereference mode.
Decide explicitly whether links should be followed. Following them can escape the intended tree, create loops, duplicate large data sets, or cross trust boundaries. Preserving them requires the destination to support suitable metadata and the caller to have required privileges.
Choose a supported mode: dereference and copy the target, preserve the link with a link-aware tool and compatible destination, or reject the item with a clear report. Never silently replace a link with target contents when that changes backup, deployment, or security semantics.
Технические ссылки
- Microsoft: System Error Codes (1300–1699)
- Microsoft: Symbolic Link Effects on File-System Functions
- Microsoft: Creating Symbolic Links
Нужно найти другой код? Найти другой код состояния или ошибки.