DirectoryServicesCOMException
阅读原文时间:2023年07月13日阅读:1

捕捉到 System.DirectoryServices.DirectoryServicesCOMException

Message=该服务器不愿意处理该请求。

Source=System.DirectoryServices

ErrorCode=-2147016651

ExtendedError=8311

ExtendedErrorMessage=00002077: SvcErr: DSID-031B0DD1, problem 5003 (WILL_NOT_PERFORM), data 0

StackTrace:

在 System.DirectoryServices.DirectoryEntry.MoveTo(DirectoryEntry newParent, String newName)

在 ypt_base.Common.Util.AD.ADHelper2.UpdateOrganizeUnit(String name, String parentOrganizeUnit, String id) 位置 E:\cloudplatform\trunk\ypt_base_common\Common\Util\AD\ADHelper2.cs:行号 286

InnerException:

+                entry.Rename("111")      “entry.Rename("111")”引发了“System.DirectoryServices.DirectoryServicesCOMException”类型的异常     void {System.DirectoryServices.DirectoryServicesCOMException}

Q:C#操作AD 错误提示:“该服务器不愿意处理该请求”

A:原因是 name的格式不对,错的是“净名称”,应该为“OU=xx,OU=xx。。”

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章