| Предыдущий | Следующий |
| ERROR_NO_SUCH_SITE | ERROR_ONLY_IF_CONNECTED |
ERROR_DOMAIN_CONTROLLER_EXISTS
Что означает ERROR_DOMAIN_CONTROLLER_EXISTS
ERROR_DOMAIN_CONTROLLER_EXISTS — контроллер домена с указанным именем уже существует.
Что проверить
Проверьте существующий объект и его параметры до попытки создать или зарегистрировать новый.
- Установите, является ли повторная операция допустимой и идемпотентной по контракту API.
- Если существующий объект отличается от ожидаемого, изменяйте или удаляйте именно его, а не создавайте параллельный дубликат.
Исходная формулировка
the requested domain-controller name is already registered in the domain.
the proposed NetBIOS and DNS host names
Use Active Directory Sites and Services and directory queries to locate every object representing the name. Verify whether the existing domain controller responds, advertises services, and participates in replication. If it is offline, establish whether it is temporarily unavailable or permanently decommissioned.
For a failed previous promotion, review Directory Service, DNS Server, and deployment logs before cleanup. Stale metadata removal is an administrative recovery procedure, not a routine installer action. Replication must propagate cleanup before the name is reused, otherwise different controllers can hold inconsistent views.
domain and forest names, target site, and promotion method
Технические ссылки
- Microsoft: System Error Codes (1000–1299)
- Microsoft: Install Active Directory Domain Services
- Microsoft: Clean Up AD DS Server Metadata
- Microsoft: Security Identifiers
Нужно найти другой код? Найти другой код состояния или ошибки.