Answered by:
CRM Sandbox plugin error

Question
-
Hi There,
I get the following error when we rung the Profiler for the plugins. Any help is greatly appriciated.
Kind regards,
Alex
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.ServiceModel.QuotaExceededException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #6C2C7529Detail: <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" /> <Message>System.ServiceModel.QuotaExceededException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #6C2C7529</Message> <Timestamp>2015-03-10T08:18:20.2752995Z</Timestamp> <InnerFault i:nil="true" /> <TraceText> [PluginProfiler.Plugins: PluginProfiler.Plugins.ProfilerPlugin] [136f8deb-fdc6-e411-80f0-c4346bad4004: EFF.DynamicsCRM.Plugins.EntityEvents.Entities.New.Seminar: Create of new_seminar (Profiler)] </TraceText> </OrganizationServiceFault>
Tuesday, March 10, 2015 3:12 PM
Answers
-
Does this error occur when profiling any plugin, or just a specific plugin step ?
The exception is a System.ServiceModel.QuotaExceededException - I suppose you could get this is there's a very large amount of data to capture in the profiling, but it would more likely if you are trying to send a large amount of data in a call to an external web service
Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk
- Marked as answer by AlexS1710 Thursday, March 12, 2015 10:14 AM
Tuesday, March 10, 2015 7:20 PMModerator
All replies
-
Please put the code of plugin on forum
Regards Faisal
Tuesday, March 10, 2015 3:25 PM -
Thank you Faisal,
The issue is when I try to run a plugin step that is Profiled (this is for debugging)
One thing I forgot to mention - we are using CRM online
Kind regards,
Alex
- Edited by AlexS1710 Tuesday, March 10, 2015 4:03 PM
Tuesday, March 10, 2015 3:35 PM -
Does this error occur when profiling any plugin, or just a specific plugin step ?
The exception is a System.ServiceModel.QuotaExceededException - I suppose you could get this is there's a very large amount of data to capture in the profiling, but it would more likely if you are trying to send a large amount of data in a call to an external web service
Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk
- Marked as answer by AlexS1710 Thursday, March 12, 2015 10:14 AM
Tuesday, March 10, 2015 7:20 PMModerator -
Thank you for the directions. We've identified the issue and now we are able to debug.Thursday, March 12, 2015 10:14 AM
-
Hi, my question is why this is happening after 2016 upgrade. Before I was able to profile without any problem the same plugin. I appreciate if you could guide me to find de error.Wednesday, March 9, 2016 9:26 AM