2

我正在使用CRM 2011.我使用服务帐户SRVACC创建了一个新的组织ORG。我创建了2个具有系统管理角色的其他用户。我还创建了一个业务部门。因此,现在在我的系统中,我有一个父业务&一个子业务单位,2个系统管理员用户和一个具有系统管理员角色的SRVACC。无法更改业务部门

为了测试目的,我将SRVACC的BU从父BU改为了子BU。问题是现在我无法将其更改回SRVACC记录的父BU。

有人可以请帮忙。

错误:

Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9D70E497Detail: 
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts"> 
    <ErrorCode>-2147220970</ErrorCode> 
    <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> 
    <Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9D70E497</Message> 
    <Timestamp>2014-10-06T07:23:41.398256Z</Timestamp> 
    <InnerFault> 
    <ErrorCode>-2147220943</ErrorCode> 
    <ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" /> 
    <Message>Principal user (Id=f55c3ae0-5748-e411-bb3d-005056a77686, type=8) is missing prvReadAsyncOperation privilege (Id=e84acc8f-0c61-43e3-a716-20964a483bdf)</Message> 
    <Timestamp>2014-10-06T07:23:41.398256Z</Timestamp> 
    <InnerFault i:nil="true" /> 
    <TraceText i:nil="true" /> 
    </InnerFault> 
    <TraceText i:nil="true" /> 
</OrganizationServiceFault> 

回答

3

如果你读了错误,你会发现:

Principal user (Id=f55c3ae0-5748-e411-bb3d-005056a77686, type=8) is missing prvReadAsyncOperation privilege (Id=e84acc8f-0c61-43e3-a716-20964a483bdf)

prvReadAsyncOperation特权是System Job实体(角色Customization标签)的Read特权:

enter image description here

+0

我正在使用系统管理角色编辑业务部门。管理员角色始终具有最高的权限集。 – SPG13 2014-10-07 03:39:14

+0

为什么这个特权需要呢?这种情况是否会导致任意更改可能触发“系统工作”,因此Dynamics要求用户试图使这些更改能够“读取”这些作业?你有任何关于你可以分享的信息的链接吗? – 2017-04-03 16:12:38

+1

@KennyEvitt我不知道为什么BU改变操作需要这个特定的权限 – 2017-04-03 18:15:57