DirectoryServicesCOMException

捕捉到 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 runkypt_base_commonCommonUtilADADHelper2.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。。”

原文地址:https://www.cnblogs.com/tldxh/p/6907399.html