Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Principal user (Id=44a44078-0ca4-e711-80de-0050568c5360, type=8) is missing prvAppendToEquipment privilege (Id=dea50329-23c7-43d5-a6d0-4b66fe48fced)Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220891</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>OperationStatus</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">0</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>SubErrorCode</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">-2146233088</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>Principal user (Id=44a44078-0ca4-e711-80de-0050568c5360, type=8) is missing prvAppendToEquipment privilege (Id=dea50329-23c7-43d5-a6d0-4b66fe48fced)</Message>
<Timestamp>2018-08-07T06:42:38.9552529Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.SyncWorkflowExecutionPlugin]
[7662683d-4699-e811-80e0-0050568c5e14: ]
Starting sync workflow 'Prospective Customer - Send Emails based on Status', Id: 6d62683d-4699-e811-80e0-0050568c5e14
Entering ConditionStep1_step: If Prospect to Indirect and Submitted, then send an email to Master Data
Entering SendEmailStep8_step:
Sync workflow 'Prospective Customer - Send Emails based on Status' terminated with error 'Principal user (Id=44a44078-0ca4-e711-80de-0050568c5360, type=8) is missing prvAppendToEquipment privilege (Id=dea50329-23c7-43d5-a6d0-4b66fe48fced)'
</TraceText>
</OrganizationServiceFault>
*This post is locked for comments
Thanks :)
Thanks for the quick response .It worked :)
Hi
As also mentioned above, you need to add append to privilege for the Facility/Equipment entity. If the user already has the access then you may need to check if thje workflow is running under the owner and then check the permission of that user.
Hope this helps.
Hi ,
It seems like there is an issue with privileges.
<Message>Principal user (Id=44a44078-0ca4-e711-80de-0050568c5360, type=8) is missing prvAppendToEquipment privilege (Id=dea50329-23c7-43d5-a6d0-4b66fe48fced)</Message>
Please do assign Append To privilege to the respective security roles for Facility/Equipment entity.
Hope this help you... !
Regards,
Pravin
Hi Kavita,
Seems like your user role is missing or not sufficient in Append To in Facility / Equipment entity. Update your user role first by going to Settings - Security - User Roles. Open respective role and go to Service Management tab and make sure the Append To privilege is sufficed.
Cheers!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156