Hello everybody,
We developed a functionality to update multiple record at once using ExecuteMultipleRequest for MS Dynamics CRM in MVC site. In DEV environment we tested this for more than 5000 records and this is working fine, but when we deployed this to production is is not event processing 589 record. This is giving response just for 50-60 records. We checked with various logs and came to know that there is and internal server error having 500 as error status for the called action of site.
As you can see in above image, action requested for 819, 1 and 43 records to process, though we just got the response for 1 and 43 records not for 819.
Can anybody suggest us the good way to fix this? Its urgent.
*This post is locked for comments