Hello,
CRM2013, on-premise
I am importing new contacts (800+) via a Visual Studio C# Project and the import fails every time - sometimes after 50 records sometimes after 100+ but never more than 150.
It was working consistently on tests of between 10 and 50 records.
I am using
ExecuteMultipleResponse responseWithResults = (ExecuteMultipleResponse)crmService.Execute(requestWithResults);
The execute fault reponse is
"System.ServiceModel.CommunicationObjectFaultedException Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #8A547DF5"
I have turned on tracing (in the registry) but the only resultant logs are 7 Microsoft.Crm.Sandbox.WorkerProcess logs which do not contain (relevant) errors.
We have more than one organisation - do the logs capture each organisation's activities and should I be seeing more logs than these sandbox worker process logs?
I would be very grateful for any advice on how I can get to the bottom of this error. Many thanks
- Seamus
*This post is locked for comments