尝试删除站点时,SharePoint的“ADUtil的configuration设置无效!”

我试图删除我的MOSS虚拟机中的网站,并得到以下错误:

Configuration settings for ADUtil are invalid! 

尝试使用覆盖标志恢复现有站点时,也是如此。 在网上找不到任何参考。

全迹:

 System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.SPException: Configuration settings for ADUtil are invalid! ---> System.Runtime.InteropServices.COMException (0x81072186): Configuration settings for ADUtil are invalid! at Microsoft.SharePoint.Library.SPRequestInternalClass.DeleteSite(String bstrUrl, Boolean bDeleteADAccounts) at Microsoft.SharePoint.Library.SPRequest.DeleteSite(String bstrUrl, Boolean bDeleteADAccounts) --- End of inner exception stack trace --- at Microsoft.SharePoint.Library.SPRequest.DeleteSite(String bstrUrl, Boolean bDeleteADAccounts) at Microsoft.SharePoint.SPSite.Delete(Boolean bDeleteADAccounts) at Microsoft.SharePoint.SPSite.Delete() at Microsoft.SharePoint.Administration.SPSiteAdministration.Delete() at Microsoft.SharePoint.ApplicationPages.DeleteSitePage.BtnDelete_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP._admin_delsite_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 

看起来我们有一个function,可以防止网站所有者在允许删除之前删除正在检查AD组的网站。 禁用该function后,该网站删除就好了。