| Предыдущий | Следующий |
| ERROR_DS_NAME_ERROR_NOT_UNIQUE | ERROR_DS_NAME_ERROR_DOMAIN_ONLY |
ERROR_DS_NAME_ERROR_NO_MAPPING
Что означает ERROR_DS_NAME_ERROR_NO_MAPPING
ERROR_DS_NAME_ERROR_NO_MAPPING — преобразование имени: входное имя найдено, но соответствующее представление в выходном формате отсутствует.
Что проверить
Зафиксируйте исходный и целевой DN, класс объекта и контроллер домена, который обрабатывал изменение.
- Проверьте допустимость RDN/атрибута именования, существование родителя и ограничения на междоменное перемещение для этого класса.
- Для изменений домена/контекста именования проверьте состояние соответствующей FSMO-роли и отсутствие конфликтующего объекта.
Исходная формулировка
Active Directory found the object but cannot produce the requested name format.
First establish which formatDesired was requested. A conversion to a UPN, service principal name, canonical form, or another directory representation is not just a formatting operation; it may depend on attributes or directory metadata that are absent, unsuitable, or not represented by one usable value.
Verify that the selected output type is meaningful for this object class. A service-style representation is not automatically available for a user object, and a user-style representation is not automatically available for every service object.
A change to the object should be made only when that attribute is part of the intended identity model. Adding a value merely to satisfy a name conversion can create duplicate or misleading identities elsewhere in the directory.
Check whether the application really needs the requested representation or only a stable identity such as the DN or GUID.
Технические ссылки
- Microsoft: DS_NAME_ERROR, including NO_MAPPING
- Microsoft: input and output name formats
- RFC 4512: attribute types, values, and directory naming
Нужно найти другой код? Найти другой код состояния или ошибки.