Hi,
I wanted to create a Sandbox instance from the Production Instance where we have Marketing installed but as I try the basics to just add a contact I get the following error:
Unhandled exception:
Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]
Message: Exception 'InvalidPluginExecutionException' occured: Error during retrieval of Configuration Entity: entity doesn't exist., CorrelationId: 98a89bbe-2762-47f5-aeba-15d601b6654cDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>566ad9f5-aba3-4e33-aba6-a3a65dd4ce59</ActivityId>
<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>Exception 'InvalidPluginExecutionException' occured: Error during retrieval of Configuration Entity: entity doesn't exist., CorrelationId: 98a89bbe-2762-47f5-aeba-15d601b6654c</Message>
<Timestamp>2019-06-25T12:22:58.0802488Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText>
[Microsoft.Dynamics.Crm.MarketingPlugins: Microsoft.Dynamics.Crm.MarketingPlugins.Plugins.Segmentation.SegmentMembersPlugin]
[2c52b4fb-a8c0-425f-9e32-4cd99e95ba1a: Microsoft.Dynamics.Crm.MarketingPlugins.Plugins.Segmentation.SegmentMembersPlugin: Retrieve of members of segment as Contacts]
2019-06-25T12:22:55.8111235Z :: ConfigurationEntityProvider - no entities returned
2019-06-25T12:22:55.8161351Z :: Error during retrieval of Configuration Entity: entity doesn't exist.
2019-06-25T12:22:58.0361210Z :: Exception 'InvalidPluginExecutionException' occured: Error during retrieval of Configuration Entity: entity doesn't exist., CorrelationId: 98a89bbe-2762-47f5-aeba-15d601b6654c
</TraceText>
</OrganizationServiceFault>
It seems that there is a plugin that causes the error due to missing configuration entity?
Any idea on how to solve this?
regards
Martin