..ActiveDirectory.ActiveDirectorySite.getComputerSite().name returns Error: ActiveDirectoryObjectNotFoundException

余生颓废 提交于 2019-12-05 03:30:29

Root Cause:

MSFT Bug in Application Pool Identity when referencing Active Directory from web occurring within 30 days and every 30 days there after on Windows 2008. (assuming default settings)

Temporary Work around(s):

  1. Set Application tool to use Network Services vs Identity.
  2. Reboot webserver forcing Application Pool Identity to update machine id/passwords controlled at OS level for communications between between AD controllers.

FIX:

  1. Apply Microsoft Knowledge Base article KB2545850 patch on Win 2008 servers.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!