| Предыдущий | Следующий |
| RPC_X_PIPE_EMPTY | ERROR_CANT_ACCESS_FILE |
ERROR_NO_SITENAME
Что означает ERROR_NO_SITENAME
ERROR_NO_SITENAME — для этого компьютера не задано имя сайта.
Что проверить
Зафиксируйте идентификатор или имя объекта, которое использовал вызов, и проверьте его в том же контексте/пространстве имён.
- Определите, должен ли объект существовать к этому моменту; если да, найдите этап, на котором он создаётся или регистрируется.
- Если отсутствие объекта допустимо по контракту API, обработайте этот результат как отдельное состояние вместо бессмысленного повтора.
Исходная формулировка
Active Directory site discovery could not determine a site name for the computer.
VPN, NAT, virtual adapters, or multihoming causes discovery to use an unexpected address
A new VPN pool uses 10.44.0.0/20 , but no matching AD subnet exists. Remote clients authenticate yet DsGetSiteName returns 1919 and locality-sensitive services choose poor endpoints. Adding the subnet to the designated remote-access site resolves the topology gap.
the subnet exists but is linked to the wrong site or replication has not delivered the change
Check DNS and controller discovery if no suitable DC is reachable. For VPN clients, decide whether their address pool should map to an existing site or a dedicated site. On multihomed servers, inspect route selection rather than assuming the interface with the default route defines the AD site.
Технические ссылки
- Microsoft: System Error Codes (1700–3999)
- Microsoft: Win32 Error Codes in MS-ERREF
- Microsoft: DsGetSiteName
- Microsoft: Active Directory site design
Нужно найти другой код? Найти другой код состояния или ошибки.
