Hi All,
Need help to resolve the below issue.
I have a plugin which is running asynchronously (post operation) in crm 2015 online version. The plugin is running on a custom entity record creation. By taking data from the custom entity I am creating case entity records.
All the custom records are getting created in CRM. But the case creation is failing after 10/200 records let say if import 500 records 300 is failng. Getting the below issue.
I have also another plugin and a system workflow which is triggering the on the case creation.
The case creation custom plugin is registered as synchronously. Is this causing below issue?
“Message: System.ServiceModel.CommunicationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #58D03888
Stack Trace:
Server stack trace:
at Microsoft.Crm.Sandbox.SandboxOrganizationService.Execute(String operation, Byte[] serializedRequest)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Crm.Sandbox.ISandboxOrganizationService.Execute(String operation, Byte[] serializedRequest)
at Microsoft.Crm.Sandbox.SandboxOrganizationServiceWrapper.ExecuteInternal(OrganizationRequest request)
at Microsoft.Crm.Sandbox.SandboxOrganizationServiceWrapper.CreateInternal(Entity entity)
Thanks & Regards,
Priya