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\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。。”

 

posted @ 2017-05-26 10:51  淘来的星湖  阅读(891)  评论(0编辑  收藏  举报