Hi,
after installing Wealth Management solution in a NON english Dynamics CRM instance.
I'm getting an error every time the WealthManagement plugin is triggered.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Security.SecurityException: Microsoft Dynamics CRM has experienced
an error. Reference number for administrators or support: #149740C5Detail:
<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">
<KeyValuePairOfstringanyType>
<d2p1:key>CallStack</d2p1:key>
<d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string"> at Microsoft.Crm.Application.Platform.ServiceCommands.PlatformCommand.XrmExecuteInternal()
at Microsoft.Crm.Application.Platform.ServiceCommands.CreateCommand.Execute()
at Microsoft.Crm.Application.Platform.EntityProxy.Create(Boolean performDuplicateCheck, Guid auditingTransactionId)
at Microsoft.Crm.Application.Platform.EntityProxy.Create(Boolean performDuplicateCheck)
at Microsoft.Crm.Application.Forms.AppForm.SaveEntity(EntityProxy entity, FormEventId eventType, String redirectPath, Boolean performDuplicateCheck)</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>System.Security.SecurityException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #149740C5</Message>
<Timestamp>2013-04-29T19:56:00.258652Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[Microsoft.Dynamics.Crm.WealthManagement: Microsoft.Dynamics.Crm.WealthManagement.HoldingPreCreate]
[a713f0b6-5191-e011-bbc3-00155db87b13: Microsoft.Dynamics.Crm.WealthManagement.HoldingPreCreate: Create of msdyn_holding]
</TraceText>
</OrganizationServiceFault>
trying the same on CRM ONLINE I'm not getting this error
Is anyone aware of a possible cause?
Is it possible to get plugin source code to debug or change it?
Thx a lot in advance