System Error Codes 8200-8999
The table in this topic provides a list of system error codes for errors 8200 to 8999. These values are defined in the WinError.h header file. They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.【本主题中的表提供了错误8200到8999的系统错误代码列表。这些值在WinError.h头文件中定义。当许多函数失败时,GetLastError函数返回它们。要检索应用程序中错误的描述文本,请使用FormatMessage函数和FORMAT_MESSAGE_FROM_SYSTEM 标志。】
If you are experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go to http://support.microsoft.com.【如果正在安装或运行的应用程序遇到困难,请与客户支持联系以获取显示错误消息的软件。要获得对Microsoft产品的支持,请转到http://support.microsoft.com。】
| ERROR_DS_NOT_INSTALLED | 8200 | An error occurred while installing the directory service. For more information, see the event log.【安装目录服务时出错。有关详细信息,请参阅事件日志。】 |
| ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY | 8201 | The directory service evaluated group memberships locally.【目录服务在本地评估组成员身份。】 |
| ERROR_DS_NO_ATTRIBUTE_OR_VALUE | 8202 | The specified directory service attribute or value does not exist.【指定的目录服务属性或值不存在。】 |
| ERROR_DS_INVALID_ATTRIBUTE_SYNTAX | 8203 | The attribute syntax specified to the directory service is invalid.【为目录服务指定的属性语法无效。】 |
| ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED | 8204 | The attribute type specified to the directory service is not defined.【未定义为目录服务指定的属性类型。】 |
| ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS | 8205 | The specified directory service attribute or value already exists.【指定的目录服务属性或值已存在。】 |
| ERROR_DS_BUSY | 8206 | The directory service is busy.【目录服务正忙。】 |
| ERROR_DS_UNAVAILABLE | 8207 | The directory service is unavailable.【目录服务不可用。】 |
| ERROR_DS_NO_RIDS_ALLOCATED | 8208 | The directory service was unable to allocate a relative identifier.【目录服务无法分配相对标识符。】 |
| ERROR_DS_NO_MORE_RIDS | 8209 | The directory service has exhausted the pool of relative identifiers.【目录服务已耗尽相对标识符池。】 |
| ERROR_DS_INCORRECT_ROLE_OWNER | 8210 | The requested operation could not be performed because the directory service is not the master for that type of operation.【无法执行请求的操作,因为目录服务不是该类型操作的主服务器。】 |
| ERROR_DS_RIDMGR_INIT_ERROR | 8211 | The directory service was unable to initialize the subsystem that allocates relative identifiers.【目录服务无法初始化分配相对标识符的子系统。】 |
| ERROR_DS_OBJ_CLASS_VIOLATION | 8212 | The requested operation did not satisfy one or more constraints associated with the class of the object.【请求的操作不满足与对象类关联的一个或多个约束。】 |
| ERROR_DS_CANT_ON_NON_LEAF | 8213 | The directory service can perform the requested operation only on a leaf object.【目录服务只能对叶对象执行请求的操作。】 |
| ERROR_DS_CANT_ON_RDN | 8214 | The directory service cannot perform the requested operation on the RDN attribute of an object.【目录服务无法对对象的RDN属性执行请求的操作。】 |
| ERROR_DS_CANT_MOD_OBJ_CLASS | 8215 | The directory service detected an attempt to modify the object class of an object.【目录服务检测到有人试图修改对象的对象类。】 |
| ERROR_DS_CROSS_DOM_MOVE_ERROR | 8216 | The requested cross-domain move operation could not be performed.【无法执行请求的跨域移动操作。】 |
| ERROR_DS_GC_NOT_AVAILABLE | 8217 | Unable to contact the global catalog server.【无法联系全局编录服务器。】 |
| ERROR_SHARED_POLICY | 8218 | The policy object is shared and can only be modified at the root.【策略对象是共享的,只能在根目录下修改。】 |
| ERROR_POLICY_OBJECT_NOT_FOUND | 8219 | The policy object does not exist.【策略对象不存在。】 |
| ERROR_POLICY_ONLY_IN_DS | 8220 | The requested policy information is only in the directory service.【请求的策略信息仅在目录服务中。】 |
| ERROR_PROMOTION_ACTIVE | 8221 | A domain controller promotion is currently active.【域控制器升级当前处于活动状态。】 |
| ERROR_NO_PROMOTION_ACTIVE | 8222 | A domain controller promotion is not currently active【域控制器升级当前未处于活动状态】 |
| ERROR_DS_OPERATIONS_ERROR | 8224 | An operations error occurred.【发生操作错误。】 |
| ERROR_DS_PROTOCOL_ERROR | 8225 | A protocol error occurred.【发生协议错误。】 |
| ERROR_DS_TIMELIMIT_EXCEEDED | 8226 | The time limit for this request was exceeded.【已超过此请求的时间限制。】 |
| ERROR_DS_SIZELIMIT_EXCEEDED | 8227 | The size limit for this request was exceeded.【已超出此请求的大小限制。】 |
| ERROR_DS_ADMIN_LIMIT_EXCEEDED | 8228 | The administrative limit for this request was exceeded.【已超出此请求的管理限制。】 |
| ERROR_DS_COMPARE_FALSE | 8229 | The compare response was false.【比较结果是错误的。】 |
| ERROR_DS_COMPARE_TRUE | 8230 | The compare response was true.【比较结果是正确的。】 |
| ERROR_DS_AUTH_METHOD_NOT_SUPPORTED | 8231 | The requested authentication method is not supported by the server.【服务器不支持请求的身份验证方法。】 |
| ERROR_DS_STRONG_AUTH_REQUIRED | 8232 | A more secure authentication method is required for this server.【此服务器需要更安全的身份验证方法。】 |
| ERROR_DS_INAPPROPRIATE_AUTH | 8233 | Inappropriate authentication.【身份验证不正确。】 |
| ERROR_DS_AUTH_UNKNOWN | 8234 | The authentication mechanism is unknown.【身份验证机制未知。】 |
| ERROR_DS_REFERRAL | 8235 | A referral was returned from the server.【已从服务器返回引用。】 |
| ERROR_DS_UNAVAILABLE_CRIT_EXTENSION | 8236 | The server does not support the requested critical extension.【服务器不支持请求的关键扩展。】 |
| ERROR_DS_CONFIDENTIALITY_REQUIRED | 8237 | This request requires a secure connection.【此请求需要安全连接。】 |
| ERROR_DS_INAPPROPRIATE_MATCHING | 8238 | Inappropriate matching.【搭配不当。】 |
| ERROR_DS_CONSTRAINT_VIOLATION | 8239 | A constraint violation occurred.【发生约束冲突。】 |
| ERROR_DS_NO_SUCH_OBJECT | 8240 | There is no such object on the server.【服务器上没有这样的对象。】 |
| ERROR_DS_ALIAS_PROBLEM | 8241 | There is an alias problem.【存在别名问题。】 |
| ERROR_DS_INVALID_DN_SYNTAX | 8242 | An invalid dn syntax has been specified.【指定了无效的dn语法。】 |
| ERROR_DS_IS_LEAF | 8243 | The object is a leaf object.【对象是叶子对象。】 |
| ERROR_DS_ALIAS_DEREF_PROBLEM | 8244 | There is an alias dereferencing problem.【存在别名取消引用问题。】 |
| ERROR_DS_UNWILLING_TO_PERFORM | 8245 | The server is unwilling to process the request.【服务器不愿意处理该请求。】 |
| ERROR_DS_LOOP_DETECT | 8246 | A loop has been detected.【检测到循环。】 |
| ERROR_DS_NAMING_VIOLATION | 8247 | There is a naming violation.【存在命名冲突。】 |
| ERROR_DS_OBJECT_RESULTS_TOO_LARGE | 8248 | The result set is too large.【结果集太大。】 |
| ERROR_DS_AFFECTS_MULTIPLE_DSAS | 8249 | The operation affects multiple DSAs【该操作影响多个DSA】 |
| ERROR_DS_SERVER_DOWN | 8250 | The server is not operational.【服务器无法运行。】 |
| ERROR_DS_LOCAL_ERROR | 8251 | A local error has occurred.【发生本地错误。】 |
| ERROR_DS_ENCODING_ERROR | 8252 | An encoding error has occurred.【发生编码错误。】 |
| ERROR_DS_DECODING_ERROR | 8253 | A decoding error has occurred.【出现解码错误。】 |
| ERROR_DS_FILTER_UNKNOWN | 8254 | The search filter cannot be recognized.【无法识别搜索筛选器。】 |
| ERROR_DS_PARAM_ERROR | 8255 | One or more parameters are illegal.【一个或多个参数非法。】 |
| ERROR_DS_NOT_SUPPORTED | 8256 | The specified method is not supported.【不支持指定的方法。】 |
| ERROR_DS_NO_RESULTS_RETURNED | 8257 | No results were returned.【未返回任何结果。】 |
| ERROR_DS_CONTROL_NOT_FOUND | 8258 | The specified control is not supported by the server.【服务器不支持指定的控件。】 |
| ERROR_DS_CLIENT_LOOP | 8259 | A referral loop was detected by the client.【客户端检测到引用循环。】 |
| ERROR_DS_REFERRAL_LIMIT_EXCEEDED | 8260 | The preset referral limit was exceeded.【已超出预设的引用限制。】 |
| ERROR_DS_SORT_CONTROL_MISSING | 8261 | The search requires a SORT control.【搜索需要排序控件。】 |
| ERROR_DS_OFFSET_RANGE_ERROR | 8262 | The search results exceed the offset range specified.【搜索结果超出了指定的偏移范围。】 |
| ERROR_DS_ROOT_MUST_BE_NC | 8301 | The root object must be the head of a naming context. The root object cannot have an instantiated parent.【根对象必须是命名上下文的头。根对象不能有实例化的父对象。】 |
| ERROR_DS_ADD_REPLICA_INHIBITED | 8302 | The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.【无法执行添加副本操作。命名上下文必须是可写的,才能创建复制副本。】 |
| ERROR_DS_ATT_NOT_DEF_IN_SCHEMA | 8303 | A reference to an attribute that is not defined in the schema occurred.【出现对架构中未定义的属性的引用。】 |
| ERROR_DS_MAX_OBJ_SIZE_EXCEEDED | 8304 | The maximum size of an object has been exceeded.【已超过对象的最大大小。】 |
| ERROR_DS_OBJ_STRING_NAME_EXISTS | 8305 | An attempt was made to add an object to the directory with a name that is already in use.【试图向目录中添加名称已在使用的对象。】 |
| ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA | 8306 | An attempt was made to add an object of a class that does not have an RDN defined in the schema.【试图添加架构中未定义RDN的类的对象。】 |
| ERROR_DS_RDN_DOESNT_MATCH_SCHEMA | 8307 | An attempt was made to add an object using an RDN that is not the RDN defined in the schema.【试图使用不是架构中定义的RDN的RDN添加对象。】 |
| ERROR_DS_NO_REQUESTED_ATTS_FOUND | 8308 | None of the requested attributes were found on the objects.【在对象上找不到任何请求的属性。】 |
| ERROR_DS_USER_BUFFER_TO_SMALL | 8309 | The user buffer is too small.【用户缓冲区太小。】 |
| ERROR_DS_ATT_IS_NOT_ON_OBJ | 8310 | The attribute specified in the operation is not present on the object.【对象上不存在操作中指定的属性。】 |
| ERROR_DS_ILLEGAL_MOD_OPERATION | 8311 | Illegal modify operation. Some aspect of the modification is not permitted.【非法的修改操作。某些方面的修改是不允许的。】 |
| ERROR_DS_OBJ_TOO_LARGE | 8312 | The specified object is too large.【指定的对象太大。】 |
| ERROR_DS_BAD_INSTANCE_TYPE | 8313 | The specified instance type is not valid.【指定的实例类型无效。】 |
| ERROR_DS_MASTERDSA_REQUIRED | 8314 | The operation must be performed at a master DSA.【该操作必须在主DSA上执行。】 |
| ERROR_DS_OBJECT_CLASS_REQUIRED | 8315 | The object class attribute must be specified.【必须指定对象类属性。】 |
| ERROR_DS_MISSING_REQUIRED_ATT | 8316 | A required attribute is missing.【缺少必需的属性。】 |
| ERROR_DS_ATT_NOT_DEF_FOR_CLASS | 8317 | An attempt was made to modify an object to include an attribute that is not legal for its class.【试图修改对象以包含对其类不合法的属性。】 |
| ERROR_DS_ATT_ALREADY_EXISTS | 8318 | The specified attribute is already present on the object.【对象上已存在指定的属性。】 |
| ERROR_DS_CANT_ADD_ATT_VALUES | 8320 | The specified attribute is not present, or has no values.【指定的属性不存在或没有值。】 |
| ERROR_DS_SINGLE_VALUE_CONSTRAINT | 8321 | Multiple values were specified for an attribute that can have only one value.【为只能有一个值的属性指定了多个值。】 |
| ERROR_DS_RANGE_CONSTRAINT | 8322 | A value for the attribute was not in the acceptable range of values.【属性的值不在可接受的值范围内。】 |
| ERROR_DS_ATT_VAL_ALREADY_EXISTS | 8323 | The specified value already exists.【指定的值已存在。】 |
| ERROR_DS_CANT_REM_MISSING_ATT | 8324 | The attribute cannot be removed because it is not present on the object.【无法删除该属性,因为它不在对象上。】 |
| ERROR_DS_CANT_REM_MISSING_ATT_VAL | 8325 | The attribute value cannot be removed because it is not present on the object.【无法删除属性值,因为它不在对象上。】 |
| ERROR_DS_ROOT_CANT_BE_SUBREF | 8326 | The specified root object cannot be a subref.【指定的根对象不能是子引用。】 |
| ERROR_DS_NO_CHAINING | 8327 | Chaining is not permitted.【不允许链接。】 |
| ERROR_DS_NO_CHAINED_EVAL | 8328 | Chained evaluation is not permitted.【不允许链式评估。】 |
| ERROR_DS_NO_PARENT_OBJECT | 8329 | The operation could not be performed because the object’s parent is either uninstantiated or deleted.【无法执行该操作,因为对象的父对象未实例化或已删除。】 |
| ERROR_DS_PARENT_IS_AN_ALIAS | 8330 | Having a parent that is an alias is not permitted. Aliases are leaf objects.【不允许父级是别名。别名是叶对象。】 |
| ERROR_DS_CANT_MIX_MASTER_AND_REPS | 8331 | The object and parent must be of the same type, either both masters or both replicas.【对象和父对象必须是同一类型,既可以是主对象,也可以是副本。】 |
| ERROR_DS_CHILDREN_EXIST | 8332 | The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.【无法执行该操作,因为存在子对象。此操作只能在叶对象上执行。】 |
| ERROR_DS_OBJ_NOT_FOUND | 8333 | Directory object not found.【找不到目录对象。】 |
| ERROR_DS_ALIASED_OBJ_MISSING | 8334 | The aliased object is missing.【缺少别名对象。】 |
| ERROR_DS_BAD_NAME_SYNTAX | 8335 | The object name has bad syntax.【对象名语法错误。】 |
| ERROR_DS_ALIAS_POINTS_TO_ALIAS | 8336 | It is not permitted for an alias to refer to another alias.【不允许一个别名引用另一个别名。】 |
| ERROR_DS_CANT_DEREF_ALIAS | 8337 | The alias cannot be dereferenced.【无法取消对别名的引用。】 |
| ERROR_DS_OUT_OF_SCOPE | 8338 | The operation is out of scope.【操作超出范围。】 |
| ERROR_DS_OBJECT_BEING_REMOVED | 8339 | The operation cannot continue because the object is in the process of being removed.【操作无法继续,因为正在删除对象。】 |
| ERROR_DS_CANT_DELETE_DSA_OBJ | 8340 | The DSA object cannot be deleted.【无法删除DSA对象。】 |
| ERROR_DS_GENERIC_ERROR | 8341 | A directory service error has occurred.【发生目录服务错误。】 |
| ERROR_DS_DSA_MUST_BE_INT_MASTER | 8342 | The operation can only be performed on an internal master DSA object.【该操作只能在内部主DSA对象上执行。】 |
| ERROR_DS_CLASS_NOT_DSA | 8343 | The object must be of class DSA.【对象必须是DSA类。】 |
| ERROR_DS_INSUFF_ACCESS_RIGHTS | 8344 | Insufficient access rights to perform the operation.【访问权限不足,无法执行该操作。】 |
| ERROR_DS_ILLEGAL_SUPERIOR | 8345 | The object cannot be added because the parent is not on the list of possible superiors.【无法添加对象,因为父对象不在可能的上级列表中。】 |
| ERROR_DS_ATTRIBUTE_OWNED_BY_SAM | 8346 | Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).【不允许访问该属性,因为该属性归安全帐户管理器(SAM)所有。】 |
| ERROR_DS_NAME_TOO_MANY_PARTS | 8347 | The name has too many parts.【这个名字有太多的部分。】 |
| ERROR_DS_NAME_TOO_LONG | 8348 | The name is too long.【名称太长。】 |
| ERROR_DS_NAME_VALUE_TOO_LONG | 8349 | The name value is too long.【名称值太长。】 |
| ERROR_DS_NAME_UNPARSEABLE | 8350 | The directory service encountered an error parsing a name.【目录服务在分析名称时遇到错误。】 |
| ERROR_DS_NAME_TYPE_UNKNOWN | 8351 | The directory service cannot get the attribute type for a name.【目录服务无法获取名称的属性类型。】 |
| ERROR_DS_NOT_AN_OBJECT | 8352 | The name does not identify an object; the name identifies a phantom.【名称不标识对象;名称标识幻像。】 |
| ERROR_DS_SEC_DESC_TOO_SHORT | 8353 | The security descriptor is too short.【安全描述符太短。】 |
| ERROR_DS_SEC_DESC_INVALID | 8354 | The security descriptor is invalid.【安全描述符无效。】 |
| ERROR_DS_NO_DELETED_NAME | 8355 | Failed to create name for deleted object.【无法为已删除对象创建名称。】 |
| ERROR_DS_SUBREF_MUST_HAVE_PARENT | 8356 | The parent of a new subref must exist.【新子引用的父级必须存在。】 |
| ERROR_DS_NCNAME_MUST_BE_NC | 8357 | The object must be a naming context.【对象必须是命名上下文。】 |
| ERROR_DS_CANT_ADD_SYSTEM_ONLY | 8358 | It is not permitted to add an attribute which is owned by the system.【不允许添加系统拥有的属性。】 |
| ERROR_DS_CLASS_MUST_BE_CONCRETE | 8359 | The class of the object must be structural; you cannot instantiate an abstract class.【对象的类必须是结构化的;不能实例化抽象类。】 |
| ERROR_DS_INVALID_DMD | 8360 | The schema object could not be found.【找不到架构对象。】 |
| ERROR_DS_OBJ_GUID_EXISTS | 8361 | A local object with this GUID (dead or alive) already exists.【具有此GUID(死或活)的本地对象已存在。】 |
| ERROR_DS_NOT_ON_BACKLINK | 8362 | The operation cannot be performed on a back link.【无法在反向链接上执行该操作。】 |
| ERROR_DS_NO_CROSSREF_FOR_NC | 8363 | The cross reference for the specified naming context could not be found.【找不到指定命名上下文的交叉引用。】 |
| ERROR_DS_SHUTTING_DOWN | 8364 | The operation could not be performed because the directory service is shutting down.【无法执行该操作,因为目录服务正在关闭。】 |
| ERROR_DS_UNKNOWN_OPERATION | 8365 | The directory service request is invalid.【目录服务请求无效。】 |
| ERROR_DS_INVALID_ROLE_OWNER | 8366 | The role owner attribute could not be read.【无法读取角色所有者属性。】 |
| ERROR_DS_COULDNT_CONTACT_FSMO | 8367 | The requested FSMO operation failed. The current FSMO holder could not be contacted.【请求的FSMO操作失败。无法联系当前的FSMO持有人。】 |
| ERROR_DS_CROSS_NC_DN_RENAME | 8368 | Modification of a DN across a naming context is not permitted.【不允许跨命名上下文修改DN。】 |
| ERROR_DS_CANT_MOD_SYSTEM_ONLY | 8369 | The attribute cannot be modified because it is owned by the system.【无法修改该属性,因为它属于系统。】 |
| ERROR_DS_REPLICATOR_ONLY | 8370 | Only the replicator can perform this function.【只有复制器才能执行此功能。】 |
| ERROR_DS_OBJ_CLASS_NOT_DEFINED | 8371 | The specified class is not defined.【未定义指定的类。】 |
| ERROR_DS_OBJ_CLASS_NOT_SUBCLASS | 8372 | The specified class is not a subclass.【指定的类不是子类。】 |
| ERROR_DS_NAME_REFERENCE_INVALID | 8373 | The name reference is invalid.【名称引用无效。】 |
| ERROR_DS_CROSS_REF_EXISTS | 8374 | A cross reference already exists.【交叉引用已存在。】 |
| ERROR_DS_CANT_DEL_MASTER_CROSSREF | 8375 | It is not permitted to delete a master cross reference.【不允许删除主交叉引用。】 |
| ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD | 8376 | Subtree notifications are only supported on NC heads.【子树通知仅在NC头上受支持。】 |
| ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX | 8377 | Notification filter is too complex.【通知筛选器太复杂。】 |
| ERROR_DS_DUP_RDN | 8378 | Schema update failed: duplicate RDN.【架构更新失败:重复的RDN。】 |
| ERROR_DS_DUP_OID | 8379 | Schema update failed: duplicate OID.【架构更新失败:重复的OID。】 |
| ERROR_DS_DUP_MAPI_ID | 8380 | Schema update failed: duplicate MAPI identifier.【架构更新失败:MAPI标识符重复。】 |
| ERROR_DS_DUP_SCHEMA_ID_GUID | 8381 | Schema update failed: duplicate schema-id GUID.【架构更新失败:架构id GUID重复。】 |
| ERROR_DS_DUP_LDAP_DISPLAY_NAME | 8382 | Schema update failed: duplicate LDAP display name.【架构更新失败:重复的LDAP显示名称。】 |
| ERROR_DS_SEMANTIC_ATT_TEST | 8383 | Schema update failed: range-lower less than range upper.【架构更新失败:范围下限小于范围上限。】 |
| ERROR_DS_SYNTAX_MISMATCH | 8384 | Schema update failed: syntax mismatch.【架构更新失败:语法不匹配。】 |
| ERROR_DS_EXISTS_IN_MUST_HAVE | 8385 | Schema deletion failed: attribute is used in must-contain.【架构删除失败:属性用于必须包含。】 |
| ERROR_DS_EXISTS_IN_MAY_HAVE | 8386 | Schema deletion failed: attribute is used in may-contain.【架构删除失败:属性在可能包含中使用。】 |
| ERROR_DS_NONEXISTENT_MAY_HAVE | 8387 | Schema update failed: attribute in may-contain does not exist.【架构更新失败:可能包含的属性不存在。】 |
| ERROR_DS_NONEXISTENT_MUST_HAVE | 8388 | Schema update failed: attribute in must-contain does not exist.【架构更新失败:必须包含的属性不存在。】 |
| ERROR_DS_AUX_CLS_TEST_FAIL | 8389 | Schema update failed: class in aux-class list does not exist or is not an auxiliary class.【架构更新失败:辅助类列表中的类不存在或不是辅助类。】 |
| ERROR_DS_NONEXISTENT_POSS_SUP | 8390 | Schema update failed: class in poss-superiors does not exist.【架构更新失败:poss superiors中的类不存在。】 |
| ERROR_DS_SUB_CLS_TEST_FAIL | 8391 | Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.【架构更新失败:子类列表中的类不存在或不满足层次结构规则。】 |
| ERROR_DS_BAD_RDN_ATT_ID_SYNTAX | 8392 | Schema update failed: Rdn-Att-Id has wrong syntax.【架构更新失败:Rdn Att Id语法错误。】 |
| ERROR_DS_EXISTS_IN_AUX_CLS | 8393 | Schema deletion failed: class is used as auxiliary class.【架构删除失败:类用作辅助类。】 |
| ERROR_DS_EXISTS_IN_SUB_CLS | 8394 | Schema deletion failed: class is used as sub class.【架构删除失败:类用作子类。】 |
| ERROR_DS_EXISTS_IN_POSS_SUP | 8395 | Schema deletion failed: class is used as poss superior.【架构删除失败:类用作poss superior。】 |
| ERROR_DS_RECALCSCHEMA_FAILED | 8396 | Schema update failed in recalculating validation cache.【架构更新在重新计算验证缓存时失败。】 |
| ERROR_DS_TREE_DELETE_NOT_FINISHED | 8397 | The tree deletion is not finished. The request must be made again to continue deleting the tree.【树删除未完成。必须再次发出请求才能继续删除树。】 |
| ERROR_DS_CANT_DELETE | 8398 | The requested delete operation could not be performed.【无法执行请求的删除操作。】 |
| ERROR_DS_ATT_SCHEMA_REQ_ID | 8399 | Cannot read the governs class identifier for the schema record.【无法读取架构记录的治理类标识符。】 |
| ERROR_DS_BAD_ATT_SCHEMA_SYNTAX | 8400 | The attribute schema has bad syntax.【属性架构语法错误。】 |
| ERROR_DS_CANT_CACHE_ATT | 8401 | The attribute could not be cached.【无法缓存属性。】 |
| ERROR_DS_CANT_CACHE_CLASS | 8402 | The class could not be cached.【无法缓存该类。】 |
| ERROR_DS_CANT_REMOVE_ATT_CACHE | 8403 | The attribute could not be removed from the cache.【无法从缓存中删除属性。】 |
| ERROR_DS_CANT_REMOVE_CLASS_CACHE | 8404 | The class could not be removed from the cache.【无法从缓存中删除类。】 |
| ERROR_DS_CANT_RETRIEVE_DN | 8405 | The distinguished name attribute could not be read.【无法读取可分辨名称属性。】 |
| ERROR_DS_MISSING_SUPREF | 8406 | No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.【没有为目录服务配置高级引用。因此,目录服务无法向此林之外的对象发出引用。】 |
| ERROR_DS_CANT_RETRIEVE_INSTANCE | 8407 | The instance type attribute could not be retrieved.【无法检索实例类型属性。】 |
| ERROR_DS_CODE_INCONSISTENCY | 8408 | An internal error has occurred.【发生内部错误。】 |
| ERROR_DS_DATABASE_ERROR | 8409 | A database error has occurred.【发生数据库错误。】 |
| ERROR_DS_GOVERNSID_MISSING | 8410 | The attribute GOVERNSID is missing.【缺少属性GOVERNSID。】 |
| ERROR_DS_MISSING_EXPECTED_ATT | 8411 | An expected attribute is missing.【缺少所需的属性。】 |
| ERROR_DS_NCNAME_MISSING_CR_REF | 8412 | The specified naming context is missing a cross reference.【指定的命名上下文缺少交叉引用。】 |
| ERROR_DS_SECURITY_CHECKING_ERROR | 8413 | A security checking error has occurred.【发生安全检查错误。】 |
| ERROR_DS_SCHEMA_NOT_LOADED | 8414 | The schema is not loaded.【未加载架构。】 |
| ERROR_DS_SCHEMA_ALLOC_FAILED | 8415 | Schema allocation failed. Please check if the machine is running low on memory.【架构分配失败。请检查机器内存是否不足。】 |
| ERROR_DS_ATT_SCHEMA_REQ_SYNTAX | 8416 | Failed to obtain the required syntax for the attribute schema.【无法获取属性架构所需的语法。】 |
| ERROR_DS_GCVERIFY_ERROR | 8417 | The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.【全局编录验证失败。全局编录不可用或不支持该操作。目录的某些部分当前不可用。】 |
| ERROR_DS_DRA_SCHEMA_MISMATCH | 8418 | The replication operation failed because of a schema mismatch between the servers involved.【由于所涉及的服务器之间的架构不匹配,复制操作失败。】 |
| ERROR_DS_CANT_FIND_DSA_OBJ | 8419 | The DSA object could not be found.【找不到DSA对象。】 |
| ERROR_DS_CANT_FIND_EXPECTED_NC | 8420 | The naming context could not be found.【找不到命名上下文。】 |
| ERROR_DS_CANT_FIND_NC_IN_CACHE | 8421 | The naming context could not be found in the cache.【在缓存中找不到命名上下文。】 |
| ERROR_DS_CANT_RETRIEVE_CHILD | 8422 | The child object could not be retrieved.【无法检索子对象。】 |
| ERROR_DS_SECURITY_ILLEGAL_MODIFY | 8423 | The modification was not permitted for security reasons.【出于安全原因,不允许修改。】 |
| ERROR_DS_CANT_REPLACE_HIDDEN_REC | 8424 | The operation cannot replace the hidden record.【该操作无法替换隐藏记录。】 |
| ERROR_DS_BAD_HIERARCHY_FILE | 8425 | The hierarchy file is invalid.【层次结构文件无效。】 |
| ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED | 8426 | The attempt to build the hierarchy table failed.【尝试生成层次结构表失败。】 |
| ERROR_DS_CONFIG_PARAM_MISSING | 8427 | The directory configuration parameter is missing from the registry.【注册表中缺少目录配置参数。】 |
| ERROR_DS_COUNTING_AB_INDICES_FAILED | 8428 | The attempt to count the address book indices failed.【尝试计数通讯簿索引失败。】 |
| ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED | 8429 | The allocation of the hierarchy table failed.【分配层次结构表失败。】 |
| ERROR_DS_INTERNAL_FAILURE | 8430 | The directory service encountered an internal failure.【目录服务遇到内部故障。】 |
| ERROR_DS_UNKNOWN_ERROR | 8431 | The directory service encountered an unknown failure.【目录服务遇到未知故障。】 |
| ERROR_DS_ROOT_REQUIRES_CLASS_TOP | 8432 | A root object requires a class of ‘top’.【根对象需要“top”类。】 |
| ERROR_DS_REFUSING_FSMO_ROLES | 8433 | This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.【此目录服务器正在关闭,无法获得新的浮动单主机操作角色的所有权。】 |
| ERROR_DS_MISSING_FSMO_SETTINGS | 8434 | The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.【目录服务缺少必需的配置信息,无法确定浮动单主机操作角色的所有权。】 |
| ERROR_DS_UNABLE_TO_SURRENDER_ROLES | 8435 | The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.【目录服务无法将一个或多个浮动单主机操作角色的所有权转移到其他服务器。】 |
| ERROR_DS_DRA_GENERIC | 8436 | The replication operation failed.【复制操作失败。】 |
| ERROR_DS_DRA_INVALID_PARAMETER | 8437 | An invalid parameter was specified for this replication operation.【为此复制操作指定的参数无效。】 |
| ERROR_DS_DRA_BUSY | 8438 | The directory service is too busy to complete the replication operation at this time.【目录服务太忙,此时无法完成复制操作。】 |
| ERROR_DS_DRA_BAD_DN | 8439 | The distinguished name specified for this replication operation is invalid.【为此复制操作指定的可分辨名称无效。】 |
| ERROR_DS_DRA_BAD_NC | 8440 | The naming context specified for this replication operation is invalid.【为此复制操作指定的命名上下文无效。】 |
| ERROR_DS_DRA_DN_EXISTS | 8441 | The distinguished name specified for this replication operation already exists.【为此复制操作指定的可分辨名称已存在。】 |
| ERROR_DS_DRA_INTERNAL_ERROR | 8442 | The replication system encountered an internal error.【复制系统遇到内部错误。】 |
| ERROR_DS_DRA_INCONSISTENT_DIT | 8443 | The replication operation encountered a database inconsistency.【复制操作遇到数据库不一致。】 |
| ERROR_DS_DRA_CONNECTION_FAILED | 8444 | The server specified for this replication operation could not be contacted.【无法联系为此复制操作指定的服务器。】 |
| ERROR_DS_DRA_BAD_INSTANCE_TYPE | 8445 | The replication operation encountered an object with an invalid instance type.【复制操作遇到实例类型无效的对象。】 |
| ERROR_DS_DRA_OUT_OF_MEM | 8446 | The replication operation failed to allocate memory.【复制操作无法分配内存。】 |
| ERROR_DS_DRA_MAIL_PROBLEM | 8447 | The replication operation encountered an error with the mail system.【复制操作遇到邮件系统错误。】 |
| ERROR_DS_DRA_REF_ALREADY_EXISTS | 8448 | The replication reference information for the target server already exists.【目标服务器的复制引用信息已存在。】 |
| ERROR_DS_DRA_REF_NOT_FOUND | 8449 | The replication reference information for the target server does not exist.【目标服务器的复制引用信息不存在。】 |
| ERROR_DS_DRA_OBJ_IS_REP_SOURCE | 8450 | The naming context cannot be removed because it is replicated to another server.【无法删除命名上下文,因为它已复制到其他服务器。】 |
| ERROR_DS_DRA_DB_ERROR | 8451 | The replication operation encountered a database error.【复制操作遇到数据库错误。】 |
| ERROR_DS_DRA_NO_REPLICA | 8452 | The naming context is in the process of being removed or is not replicated from the specified server.【命名上下文正在被删除或未从指定服务器复制。】 |
| ERROR_DS_DRA_ACCESS_DENIED | 8453 | Replication access was denied.【复制访问被拒绝。】 |
| ERROR_DS_DRA_NOT_SUPPORTED | 8454 | The requested operation is not supported by this version of the directory service.【此版本的目录服务不支持请求的操作。】 |
| ERROR_DS_DRA_RPC_CANCELLED | 8455 | The replication remote procedure call was canceled.【复制远程过程调用已取消。】 |
| ERROR_DS_DRA_SOURCE_DISABLED | 8456 | The source server is currently rejecting replication requests.【源服务器当前正在拒绝复制请求。】 |
| ERROR_DS_DRA_SINK_DISABLED | 8457 | The destination server is currently rejecting replication requests.【目标服务器当前正在拒绝复制请求。】 |
| ERROR_DS_DRA_NAME_COLLISION | 8458 | The replication operation failed due to a collision of object names.【由于对象名称冲突,复制操作失败。】 |
| ERROR_DS_DRA_SOURCE_REINSTALLED | 8459 | The replication source has been reinstalled.【已重新安装复制源。】 |
| ERROR_DS_DRA_MISSING_PARENT | 8460 | The replication operation failed because a required parent object is missing.【复制操作失败,因为缺少所需的父对象。】 |
| ERROR_DS_DRA_PREEMPTED | 8461 | The replication operation was preempted.【复制操作被抢占。】 |
| ERROR_DS_DRA_ABANDON_SYNC | 8462 | The replication synchronization attempt was abandoned because of a lack of updates.【由于缺少更新,复制同步尝试被放弃。】 |
| ERROR_DS_DRA_SHUTDOWN | 8463 | The replication operation was terminated because the system is shutting down.【复制操作已终止,因为系统正在关闭。】 |
| ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET | 8464 | Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set.【同步尝试失败,因为目标DC当前正在等待从源同步新的部分属性。如果最近的架构更改修改了部分属性集,则此情况是正常的。目标部分属性集不是源部分属性集的子集。】 |
| ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA | 8465 | The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.【复制同步尝试失败,因为主副本尝试从部分副本同步。】 |
| ERROR_DS_DRA_EXTN_CONNECTION_FAILED | 8466 | The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.【已联系为此复制操作指定的服务器,但该服务器无法联系完成此操作所需的其他服务器。】 |
| ERROR_DS_INSTALL_SCHEMA_MISMATCH | 8467 | The version of the directory service schema of the source forest is not compatible with the version of the directory service on this computer.【源林的目录服务架构版本与此计算机上的目录服务版本不兼容。】 |
| ERROR_DS_DUP_LINK_ID | 8468 | Schema update failed: An attribute with the same link identifier already exists.【架构更新失败:已存在具有相同链接标识符的属性。】 |
| ERROR_DS_NAME_ERROR_RESOLVING | 8469 | Name translation: Generic processing error.【名称转换:一般处理错误。】 |
| ERROR_DS_NAME_ERROR_NOT_FOUND | 8470 | Name translation: Could not find the name or insufficient right to see name.【名称翻译:找不到名称或没有足够的权限查看名称。】 |
| ERROR_DS_NAME_ERROR_NOT_UNIQUE | 8471 | Name translation: Input name mapped to more than one output name.【名称转换:输入名称映射到多个输出名称。】 |
| ERROR_DS_NAME_ERROR_NO_MAPPING | 8472 | Name translation: Input name found, but not the associated output format.【名称转换:找到输入名称,但没有找到关联的输出格式。】 |
| ERROR_DS_NAME_ERROR_DOMAIN_ONLY | 8473 | Name translation: Unable to resolve completely, only the domain was found.【名称转换:无法完全解析,仅找到域。】 |
| ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING | 8474 | Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.【名称转换:在客户端执行纯粹的语法映射时,如果不进行连接,则无法执行。】 |
| ERROR_DS_CONSTRUCTED_ATT_MOD | 8475 | Modification of a constructed attribute is not allowed.【不允许修改构造的属性。】 |
| ERROR_DS_WRONG_OM_OBJ_CLASS | 8476 | The OM-Object-Class specified is incorrect for an attribute with the specified syntax.【对于具有指定语法的属性,指定的OM对象类不正确。】 |
| ERROR_DS_DRA_REPL_PENDING | 8477 | The replication request has been posted; waiting for reply.【复制请求已发布;正在等待答复。】 |
| ERROR_DS_DS_REQUIRED | 8478 | The requested operation requires a directory service, and none was available.【请求的操作需要目录服务,但没有可用的目录服务。】 |
| ERROR_DS_INVALID_LDAP_DISPLAY_NAME | 8479 | The LDAP display name of the class or attribute contains non-ASCII characters.【类或属性的LDAP显示名称包含非ASCII字符。】 |
| ERROR_DS_NON_BASE_SEARCH | 8480 | The requested search operation is only supported for base searches.【请求的搜索操作仅支持基本搜索。】 |
| ERROR_DS_CANT_RETRIEVE_ATTS | 8481 | The search failed to retrieve attributes from the database.【搜索未能从数据库检索属性。】 |
| ERROR_DS_BACKLINK_WITHOUT_LINK | 8482 | The schema update operation tried to add a backward link attribute that has no corresponding forward link.【架构更新操作试图添加没有相应前向链接的后向链接属性。】 |
| ERROR_DS_EPOCH_MISMATCH | 8483 | Source and destination of a cross-domain move do not agree on the object’s epoch number. Either source or destination does not have the latest version of the object.【跨域移动的源和目标在对象的历元数上不一致。源或目标没有对象的最新版本。】 |
| ERROR_DS_SRC_NAME_MISMATCH | 8484 | Source and destination of a cross-domain move do not agree on the object’s current name. Either source or destination does not have the latest version of the object.【跨域移动的源和目标在对象的当前名称上不一致。源或目标没有对象的最新版本。】 |
| ERROR_DS_SRC_AND_DST_NC_IDENTICAL | 8485 | Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation.【跨域移动操作的源和目标相同。调用者应该使用本地移动操作而不是跨域移动操作。】 |
| ERROR_DS_DST_NC_MISMATCH | 8486 | Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.【跨域移动的源和目标在林中的命名上下文上不一致。源或目标没有分区容器的最新版本。】 |
| ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC | 8487 | Destination of a cross-domain move is not authoritative for the destination naming context.【跨域移动的目标不是目标命名上下文的权威。】 |
| ERROR_DS_SRC_GUID_MISMATCH | 8488 | Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.【跨域移动的源和目标在源对象的标识上不一致。源或目标没有源对象的最新版本。】 |
| ERROR_DS_CANT_MOVE_DELETED_OBJECT | 8489 | Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.【跨域移动的对象已被目标服务器删除。源服务器没有源对象的最新版本。】 |
| ERROR_DS_PDC_OPERATION_IN_PROGRESS | 8490 | Another operation which requires exclusive access to the PDC FSMO is already in progress.【另一个需要独占访问PDC FSMO的操作已在进行中。】 |
| ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD | 8491 | A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.【跨域移动操作失败,因此存在两个版本的移动对象-源域和目标域中各有一个版本。需要删除目标对象才能将系统恢复到一致状态。】 |
| ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION | 8492 | This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move.【此对象可能无法跨域移动,原因可能是不允许此类跨域移动,或者该对象具有某些特殊特性,例如:信任帐户或受限RID,这些特性阻止其移动。】 |
| ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS | 8493 | Can’t move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.【一旦移动,就无法跨域边界移动具有成员资格的对象,这将违反帐户组的成员资格条件。请从任何帐户组成员身份中删除该对象,然后重试。】 |
| ERROR_DS_NC_MUST_HAVE_NC_PARENT | 8494 | A naming context head must be the immediate child of another naming context head, not of an interior node.【命名上下文头必须是另一个命名上下文头的直接子级,而不是内部节点的直接子级。】 |
| ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE | 8495 | The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)【目录无法验证建议的命名上下文名称,因为它没有在建议的命名上下文上方保存命名上下文的副本。请确保域命名主机角色由配置为全局编录服务器的服务器持有,并且该服务器与其复制伙伴是最新的。(仅适用于Windows 2000域命名主机)】 |
| ERROR_DS_DST_DOMAIN_NOT_NATIVE | 8496 | Destination domain must be in native mode.【目标域必须处于本机模式。】 |
| ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER | 8497 | The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.【无法执行该操作,因为服务器在感兴趣的域中没有基础结构容器。】 |
| ERROR_DS_CANT_MOVE_ACCOUNT_GROUP | 8498 | Cross-domain move of non-empty account groups is not allowed.【不允许跨域移动非空帐户组。】 |
| ERROR_DS_CANT_MOVE_RESOURCE_GROUP | 8499 | Cross-domain move of non-empty resource groups is not allowed.【不允许跨域移动非空资源组。】 |
| ERROR_DS_INVALID_SEARCH_FLAG | 8500 | The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.【属性的搜索标志无效。ANR位仅对Unicode或电传字符串的属性有效。】 |
| ERROR_DS_NO_TREE_DELETE_ABOVE_NC | 8501 | Tree deletions starting at an object which has an NC head as a descendant are not allowed.【不允许从NC头作为子体的对象开始删除树。】 |
| ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE | 8502 | The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.【目录服务无法锁定树以准备删除树,因为该树正在使用中。】 |
| ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE | 8503 | The directory service failed to identify the list of objects to delete while attempting a tree deletion.【尝试删除树时,目录服务无法识别要删除的对象列表。】 |
| ERROR_DS_SAM_INIT_FAILURE | 8504 | Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.【由于以下错误,安全帐户管理器初始化失败:%1。错误状态:0x%2。单击“确定”关闭系统并重新启动到目录服务还原模式。有关详细信息,请查看事件日志。】 |
| ERROR_DS_SENSITIVE_GROUP_VIOLATION | 8505 | Only an administrator can modify the membership list of an administrative group.【只有管理员才能修改管理组的成员列表。】 |
| ERROR_DS_CANT_MOD_PRIMARYGROUPID | 8506 | Cannot change the primary group ID of a domain controller account.【无法更改域控制器帐户的主组ID。】 |
| ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD | 8507 | An attempt is made to modify the base schema.【试图修改基本架构。】 |
| ERROR_DS_NONSAFE_SCHEMA_CHANGE | 8508 | Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.【不允许向现有类添加新的强制属性、从现有类中删除强制属性或向特殊类Top添加非反向链接属性的可选属性(直接或通过继承,例如,通过添加或删除辅助类)。】 |
| ERROR_DS_SCHEMA_UPDATE_DISALLOWED | 8509 | Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.【不允许在此DC上更新架构,因为该DC不是架构FSMO角色所有者。】 |
| ERROR_DS_CANT_CREATE_UNDER_SCHEMA | 8510 | An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.【无法在架构容器下创建此类的对象。只能在架构容器下创建属性架构和类架构对象。】 |
| ERROR_DS_INSTALL_NO_SRC_SCH_VERSION | 8511 | The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.【副本/子安装无法获取源DC上架构容器的objectVersion属性。架构容器中缺少该属性,或者提供的凭据没有读取该属性的权限。】 |
| ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE | 8512 | The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.【副本/子安装无法读取文件架构部分中的objectVersion属性架构.ini在system32目录中。】 |
| ERROR_DS_INVALID_GROUP_TYPE | 8513 | The specified group type is invalid.【指定的组类型无效。】 |
| ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN | 8514 | You cannot nest global groups in a mixed domain if the group is security-enabled.【如果组已启用安全性,则不能在混合域中嵌套全局组。】 |
| ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN | 8515 | You cannot nest local groups in a mixed domain if the group is security-enabled.【如果组已启用安全性,则不能在混合域中嵌套本地组。】 |
| ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER | 8516 | A global group cannot have a local group as a member.【全局组不能将本地组作为成员。】 |
| ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER | 8517 | A global group cannot have a universal group as a member.【全局组不能将通用组作为成员。】 |
| ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER | 8518 | A universal group cannot have a local group as a member.【通用组不能将本地组作为成员。】 |
| ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER | 8519 | A global group cannot have a cross-domain member.【全局组不能有跨域成员。】 |
| ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER | 8520 | A local group cannot have another cross domain local group as a member.【本地组不能有另一个跨域本地组作为成员。】 |
| ERROR_DS_HAVE_PRIMARY_MEMBERS | 8521 | A group with primary members cannot change to a security-disabled group.【具有主要成员的组不能更改为禁用安全的组。】 |
| ERROR_DS_STRING_SD_CONVERSION_FAILED | 8522 | The schema cache load failed to convert the string default SD on a class-schema object.【架构缓存加载无法转换类架构对象上的字符串默认SD。】 |
| ERROR_DS_NAMING_MASTER_GC | 8523 | Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers)【只有配置为全局编录服务器的DSA才允许拥有域命名主机FSMO角色。(仅适用于Windows 2000服务器)】 |
| ERROR_DS_DNS_LOOKUP_FAILURE | 8524 | The DSA operation is unable to proceed because of a DNS lookup failure.【由于DNS查找失败,DSA操作无法继续。】 |
| ERROR_DS_COULDNT_UPDATE_SPNS | 8525 | While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.【处理对对象的DNS主机名的更改时,服务主体名称值无法保持同步。】 |
| ERROR_DS_CANT_RETRIEVE_SD | 8526 | The Security Descriptor attribute could not be read.【无法读取安全描述符属性。】 |
| ERROR_DS_KEY_NOT_UNIQUE | 8527 | The object requested was not found, but an object with that key was found.【找不到请求的对象,但找到了具有该键的对象。】 |
| ERROR_DS_WRONG_LINKED_ATT_SYNTAX | 8528 | The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1【正在添加的链接属性的语法不正确。正向链接只能有语法2.5.5.1、2.5.5.7和2.5.5.14,反向链接只能有语法2.5.5.1】 |
| ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD | 8529 | Security Account Manager needs to get the boot password.【安全帐户管理器需要获取启动密码。】 |
| ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY | 8530 | Security Account Manager needs to get the boot key from floppy disk.【安全帐户管理器需要从软盘获取启动密钥。】 |
| ERROR_DS_CANT_START | 8531 | Directory Service cannot start.【目录服务无法启动。】 |
| ERROR_DS_INIT_FAILURE | 8532 | Directory Services could not start.【目录服务无法启动。】 |
| ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION | 8533 | The connection between client and server requires packet privacy or better.【客户端和服务器之间的连接要求数据包隐私或更好。】 |
| ERROR_DS_SOURCE_DOMAIN_IN_FOREST | 8534 | The source domain may not be in the same forest as destination.【源域可能与目标域不在同一林中。】 |
| ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST | 8535 | The destination domain must be in the forest.【目标域必须在林中。】 |
| ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED | 8536 | The operation requires that destination domain auditing be enabled.【此操作要求启用目标域审核。】 |
| ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN | 8537 | The operation couldn’t locate a DC for the source domain.【操作找不到源域的DC。】 |
| ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER | 8538 | The source object must be a group or user.【源对象必须是组或用户。】 |
| ERROR_DS_SRC_SID_EXISTS_IN_FOREST | 8539 | The source object’s SID already exists in destination forest.【目标林中已存在源对象的SID。】 |
| ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH | 8540 | The source and destination object must be of the same type.【源对象和目标对象的类型必须相同。】 |
| ERROR_SAM_INIT_FAILURE | 8541 | Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.【由于以下错误,安全帐户管理器初始化失败:%1。错误状态:0x%2。单击“确定”关闭系统并重新启动到安全模式。有关详细信息,请查看事件日志。】 |
| ERROR_DS_DRA_SCHEMA_INFO_SHIP | 8542 | Schema information could not be included in the replication request.【复制请求中无法包含架构信息。】 |
| ERROR_DS_DRA_SCHEMA_CONFLICT | 8543 | The replication operation could not be completed due to a schema incompatibility.【由于架构不兼容,无法完成复制操作。】 |
| ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT | 8544 | The replication operation could not be completed due to a previous schema incompatibility.【由于以前的架构不兼容,无法完成复制操作。】 |
| ERROR_DS_DRA_OBJ_NC_MISMATCH | 8545 | The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.【无法应用复制更新,因为源或目标尚未收到有关最近跨域移动操作的信息。】 |
| ERROR_DS_NC_STILL_HAS_DSAS | 8546 | The requested domain could not be deleted because there exist domain controllers that still host this domain.【无法删除请求的域,因为存在仍承载此域的域控制器。】 |
| ERROR_DS_GC_REQUIRED | 8547 | The requested operation can be performed only on a global catalog server.【请求的操作只能在全局编录服务器上执行。】 |
| ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY | 8548 | A local group can only be a member of other local groups in the same domain.【本地组只能是同一域中其他本地组的成员。】 |
| ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS | 8549 | Foreign security principals cannot be members of universal groups.【外部安全主体不能是通用组的成员。】 |
| ERROR_DS_CANT_ADD_TO_GC | 8550 | The attribute is not allowed to be replicated to the GC because of security reasons.【由于安全原因,不允许将属性复制到GC。】 |
| ERROR_DS_NO_CHECKPOINT_WITH_PDC | 8551 | The checkpoint with the PDC could not be taken because there too many modifications being processed currently.【无法使用PDC的检查点,因为当前正在处理的修改太多。】 |
| ERROR_DS_SOURCE_AUDITING_NOT_ENABLED | 8552 | The operation requires that source domain auditing be enabled.【此操作要求启用源域审核。】 |
| ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC | 8553 | Security principal objects can only be created inside domain naming contexts.【安全主体对象只能在域命名上下文中创建。】 |
| ERROR_DS_INVALID_NAME_FOR_SPN | 8554 | A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.【无法构造服务主体名称(SPN),因为提供的主机名不是必需的格式。】 |
| ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS | 8555 | A Filter was passed that uses constructed attributes.【传递了使用构造属性的筛选器。】 |
| ERROR_DS_UNICODEPWD_NOT_IN_QUOTES | 8556 | The unicodePwd attribute value must be enclosed in double quotes.【unicodePwd属性值必须用双引号括起来。】 |
| ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED | 8557 | Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.【您的计算机无法加入域。您已超过允许在此域中创建的最大计算机帐户数。请与系统管理员联系以重置或增加此限制。】 |
| ERROR_DS_MUST_BE_RUN_ON_DST_DC | 8558 | For security reasons, the operation must be run on the destination DC.【出于安全原因,操作必须在目标DC上运行。】 |
| ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER | 8559 | For security reasons, the source DC must be NT4SP4 or greater.【出于安全原因,源DC必须为NT4SP4或更高。】 |
| ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ | 8560 | Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.【在树删除操作期间,无法删除关键目录服务系统对象。树删除可能已部分执行。】 |
| ERROR_DS_INIT_FAILURE_CONSOLE | 8561 | Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.【由于以下错误,目录服务无法启动:%1。错误状态:0x%2。请单击“确定”关闭系统。您可以使用恢复控制台进一步诊断系统。】 |
| ERROR_DS_SAM_INIT_FAILURE_CONSOLE | 8562 | Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.【由于以下错误,安全帐户管理器初始化失败:%1。错误状态:0x%2。请单击“确定”关闭系统。您可以使用恢复控制台进一步诊断系统。】 |
| ERROR_DS_FOREST_VERSION_TOO_HIGH | 8563 | The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.【安装的操作系统版本与当前林功能级别不兼容。必须升级到操作系统的新版本,此服务器才能成为此林中的域控制器。】 |
| ERROR_DS_DOMAIN_VERSION_TOO_HIGH | 8564 | The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.【安装的操作系统版本与当前域功能级别不兼容。您必须升级到操作系统的新版本,此服务器才能成为此域中的域控制器。】 |
| ERROR_DS_FOREST_VERSION_TOO_LOW | 8565 | The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.【此服务器上安装的操作系统版本不再支持当前林功能级别。必须提升林功能级别,此服务器才能成为此林中的域控制器。】 |
| ERROR_DS_DOMAIN_VERSION_TOO_LOW | 8566 | The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.【此服务器上安装的操作系统版本不再支持当前域功能级别。必须提升域功能级别,此服务器才能成为此域中的域控制器。】 |
| ERROR_DS_INCOMPATIBLE_VERSION | 8567 | The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.【此服务器上安装的操作系统版本与域或林的功能级别不兼容。】 |
| ERROR_DS_LOW_DSA_VERSION | 8568 | The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.【无法将域(或林)的功能级别提升为请求的值,因为域(或林)中存在一个或多个处于较低不兼容功能级别的域控制器。】 |
| ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN | 8569 | The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level.【无法将林功能级别提升到请求的值,因为一个或多个域仍处于混合域模式。林中的所有域都必须处于本机模式,才能提升林功能级别。】 |
| ERROR_DS_NOT_SUPPORTED_SORT_ORDER | 8570 | The sort order requested is not supported.【不支持请求的排序顺序。】 |
| ERROR_DS_NAME_NOT_UNIQUE | 8571 | The requested name already exists as a unique identifier.【请求的名称已作为唯一标识符存在。】 |
| ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 | 8572 | The machine account was created pre-NT4. The account needs to be recreated.【机器帐户是在NT4之前创建的。需要重新创建帐户。】 |
| ERROR_DS_OUT_OF_VERSION_STORE | 8573 | The database is out of version store.【数据库超出版本存储。】 |
| ERROR_DS_INCOMPATIBLE_CONTROLS_USED | 8574 | Unable to continue operation because multiple conflicting controls were used.【无法继续操作,因为使用了多个冲突控件。】 |
| ERROR_DS_NO_REF_DOMAIN | 8575 | Unable to find a valid security descriptor reference domain for this partition.【找不到此分区的有效安全描述符引用域。】 |
| ERROR_DS_RESERVED_LINK_ID | 8576 | Schema update failed: The link identifier is reserved.【架构更新失败:链接标识符已保留。】 |
| ERROR_DS_LINK_ID_NOT_AVAILABLE | 8577 | Schema update failed: There are no link identifiers available.【架构更新失败:没有可用的链接标识符。】 |
| ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER | 8578 | An account group cannot have a universal group as a member.【帐户组不能将通用组作为成员。】 |
| ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE | 8579 | Rename or move operations on naming context heads or read-only objects are not allowed.【不允许对命名上下文头或只读对象执行重命名或移动操作。】 |
| ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC | 8580 | Move operations on objects in the schema naming context are not allowed.【不允许对架构命名上下文中的对象执行移动操作。】 |
| ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG | 8581 | A system flag has been set on the object and does not allow the object to be moved or renamed.【已在对象上设置系统标志,不允许移动或重命名对象。】 |
| ERROR_DS_MODIFYDN_WRONG_GRANDPARENT | 8582 | This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.【不允许此对象更改其祖级容器。此对象上不禁止移动,但仅限于同级容器。】 |
| ERROR_DS_NAME_ERROR_TRUST_REFERRAL | 8583 | Unable to resolve completely, a referral to another forest is generated.【无法完全解析,将生成对另一个林的引用。】 |
| ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER | 8584 | The requested action is not supported on standard server.【标准服务器不支持请求的操作。】 |
| ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD | 8585 | Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.【无法访问位于远程服务器上的目录服务分区。确保至少有一台服务器正在为有问题的分区运行。】 |
| ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 | 8586 | The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.【目录无法验证建议的命名上下文(或分区)名称,因为它既不包含副本,也不能与建议的命名上下文上方的命名上下文副本联系。请确保在DNS中正确注册了父命名上下文,并且域命名主机至少可以访问此命名上下文的一个副本。】 |
| ERROR_DS_THREAD_LIMIT_EXCEEDED | 8587 | The thread limit for this request was exceeded.【已超出此请求的线程限制。】 |
| ERROR_DS_NOT_CLOSEST | 8588 | The Global catalog server is not in the closest site.【全局编录服务器不在最近的站点中。】 |
| ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF | 8589 | The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.【DS无法派生用于相互验证目标服务器的服务主体名称(SPN),因为本地DS数据库中的相应服务器对象没有serverReference属性。】 |
| ERROR_DS_SINGLE_USER_MODE_FAILED | 8590 | The Directory Service failed to enter single user mode.【目录服务无法进入单用户模式。】 |
| ERROR_DS_NTDSCRIPT_SYNTAX_ERROR | 8591 | The Directory Service cannot parse the script because of a syntax error.【由于语法错误,目录服务无法分析脚本。】 |
| ERROR_DS_NTDSCRIPT_PROCESS_ERROR | 8592 | The Directory Service cannot process the script because of an error.【由于出现错误,目录服务无法处理脚本。】 |
| ERROR_DS_DIFFERENT_REPL_EPOCHS | 8593 | The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).【目录服务无法执行请求的操作,因为所涉及的服务器属于不同的复制时期(这通常与正在进行的域重命名有关)。】 |
| ERROR_DS_DRS_EXTENSIONS_CHANGED | 8594 | The directory service binding must be renegotiated due to a change in the server extensions information.【由于服务器扩展信息发生更改,必须重新协商目录服务绑定。】 |
| ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR | 8595 | Operation not allowed on a disabled cross ref.【不允许对禁用的交叉引用执行操作。】 |
| ERROR_DS_NO_MSDS_INTID | 8596 | Schema update failed: No values for msDS-IntId are available.【架构更新失败:没有可用的msDS IntId值。】 |
| ERROR_DS_DUP_MSDS_INTID | 8597 | Schema update failed: Duplicate msDS-INtId. Retry the operation.【架构更新失败:重复的msDS INtId。请重试该操作。】 |
| ERROR_DS_EXISTS_IN_RDNATTID | 8598 | Schema deletion failed: attribute is used in rDNAttID.【架构删除失败:rDNAttID中使用了属性。】 |
| ERROR_DS_AUTHORIZATION_FAILED | 8599 | The directory service failed to authorize the request.【目录服务授权请求失败。】 |
| ERROR_DS_INVALID_SCRIPT | 8600 | The Directory Service cannot process the script because it is invalid.【目录服务无法处理脚本,因为它无效。】 |
| ERROR_DS_REMOTE_CROSSREF_OP_FAILED | 8601 | The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation’s error is in the extended data.【在域命名主机FSMO上的远程创建交叉引用操作失败。操作的错误在扩展数据中。】 |
| ERROR_DS_CROSS_REF_BUSY | 8602 | A cross reference is in use locally with the same name.【在本地使用的交叉引用具有相同的名称。】 |
| ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN | 8603 | The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server’s domain has been deleted from the forest.【DS无法派生用于相互验证目标服务器的服务主体名称(SPN),因为服务器的域已从林中删除。】 |
| ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC | 8604 | Writeable NCs prevent this DC from demoting.【可写NC阻止此DC降级。】 |
| ERROR_DS_DUPLICATE_ID_FOUND | 8605 | The requested object has a non-unique identifier and cannot be retrieved.【请求的对象具有非唯一标识符,无法检索。】 |
| ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT | 8606 | Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.【没有为创建对象提供足够的属性。此对象可能不存在,因为它可能已被删除并已被垃圾收集。】 |
| ERROR_DS_GROUP_CONVERSION_ERROR | 8607 | The group cannot be converted due to attribute restrictions on the requested group type.【由于请求的组类型的属性限制,无法转换该组。】 |
| ERROR_DS_CANT_MOVE_APP_BASIC_GROUP | 8608 | Cross-domain move of non-empty basic application groups is not allowed.【不允许跨域移动非空的基本应用程序组。】 |
| ERROR_DS_CANT_MOVE_APP_QUERY_GROUP | 8609 | Cross-domain move of non-empty query based application groups is not allowed.【不允许跨域移动基于查询的非空应用程序组。】 |
| ERROR_DS_ROLE_NOT_VERIFIED | 8610 | The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.【无法验证FSMO角色所有权,因为其目录分区尚未与至少一个复制伙伴成功复制。】 |
| ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL | 8611 | The target container for a redirection of a well known object container cannot already be a special container.【用于重定向已知对象容器的目标容器不能已经是特殊容器。】 |
| ERROR_DS_DOMAIN_RENAME_IN_PROGRESS | 8612 | The Directory Service cannot perform the requested operation because a domain rename operation is in progress.【目录服务无法执行请求的操作,因为正在进行域重命名操作。】 |
| ERROR_DS_EXISTING_AD_CHILD_NC | 8613 | The directory service detected a child partition below the requested new partition name. The partition hierarchy must be created in a top down method.【目录服务在请求的新分区名称下面检测到子分区。分区层次结构必须以自顶向下的方法创建。】 |
| ERROR_DS_REPL_LIFETIME_EXCEEDED | 8614 | The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.【目录服务无法与此服务器进行复制,因为自上次与此服务器进行复制以来的时间已超过逻辑删除生存期。】 |
| ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER | 8615 | The requested operation is not allowed on an object under the system container.【不允许对系统容器下的对象执行请求的操作。】 |
| ERROR_DS_LDAP_SEND_QUEUE_FULL | 8616 | The LDAP servers network send queue has filled up because the client is not processing the results of it’s requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.【LDAP服务器网络发送队列已满,因为客户端处理其请求结果的速度不够快。在客户端赶上之前,不会再处理任何请求。如果客户端没有跟上,那么它将被断开。】 |
| ERROR_DS_DRA_OUT_SCHEDULE_WINDOW | 8617 | The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.【由于系统太忙,无法在计划窗口内执行请求,因此未进行计划的复制。复制队列过载。考虑减少合作伙伴的数量或减少计划的复制频率。】 |
| ERROR_DS_POLICY_NOT_KNOWN | 8618 | At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies.【此时,无法确定集线器域控制器上的分支复制策略是否可用。请稍后重试以考虑复制延迟。】 |
| ERROR_NO_SITE_SETTINGS_OBJECT | 8619 | The site settings object for the specified site does not exist.【指定站点的站点设置对象不存在。】 |
| ERROR_NO_SECRETS | 8620 | The local account store does not contain secret material for the specified account.【本地帐户存储不包含指定帐户的机密资料。】 |
| ERROR_NO_WRITABLE_DC_FOUND | 8621 | Could not find a writable domain controller in the domain.【在域中找不到可写域控制器。】 |
| ERROR_DS_NO_SERVER_OBJECT | 8622 | The server object for the domain controller does not exist.【域控制器的服务器对象不存在。】 |
| ERROR_DS_NO_NTDSA_OBJECT | 8623 | The NTDS Settings object for the domain controller does not exist.【域控制器的NTDS设置对象不存在。】 |
| ERROR_DS_NON_ASQ_SEARCH | 8624 | The requested search operation is not supported for ASQ searches.【ASQ搜索不支持请求的搜索操作。】 |
| ERROR_DS_AUDIT_FAILURE | 8625 | A required audit event could not be generated for the operation.【无法为该操作生成所需的审核事件。】 |
| ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE | 8626 | The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.【属性的搜索标志无效。子树索引位仅对单值属性有效。】 |
| ERROR_DS_INVALID_SEARCH_FLAG_TUPLE | 8627 | The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.【属性的搜索标志无效。元组索引位仅对Unicode字符串的属性有效。】 |
| ERROR_DS_HIERARCHY_TABLE_TOO_DEEP | 8628 | The address books are nested too deeply. Failed to build the hierarchy table.【通讯簿嵌套太深。未能生成层次结构表。】 |
| ERROR_DS_DRA_CORRUPT_UTD_VECTOR | 8629 | The specified up-to-date-ness vector is corrupt.【指定的最新矢量已损坏。】 |
| ERROR_DS_DRA_SECRETS_DENIED | 8630 | The request to replicate secrets is denied.【复制机密的请求被拒绝。】 |
| ERROR_DS_RESERVED_MAPI_ID | 8631 | Schema update failed: The MAPI identifier is reserved.【架构更新失败:MAPI标识符已保留。】 |
| ERROR_DS_MAPI_ID_NOT_AVAILABLE | 8632 | Schema update failed: There are no MAPI identifiers available.【架构更新失败:没有可用的MAPI标识符。】 |
| ERROR_DS_DRA_MISSING_KRBTGT_SECRET | 8633 | The replication operation failed because the required attributes of the local krbtgt object are missing.【复制操作失败,因为缺少本地krbtgt对象所需的属性。】 |
本文档详述了系统错误代码8200至8999的系统错误,涉及目录服务、安装、组管理、安全、复制等多方面问题。遇到这些问题时,可通过FormatMessage和GetLastError处理,同时提供了一些常见错误的解决建议。
3825

被折叠的 条评论
为什么被折叠?



