Active Directory COM Exception - An operations error occurred (0x80072020)

前端 未结 8 975
灰色年华
灰色年华 2020-11-28 10:39

I am getting an intermittent COM Exception \"An operations error occurred (0x80072020)\" (shown below) when I try and query Active Directory using the metho

8条回答
  •  旧巷少年郎
    2020-11-28 11:02

    I've now found another answer Unable to add user with CrmService API in Dynamics CRM which states that 0x80072020 is indeed a permission issue. I have changed my service to run under a domain level account instead of the local system account and this seems to have cured my problem.

提交回复
热议问题