Hi,
I'm loading the data from SQL server to CRM using SSIS & Kingwaysoft with Batch size 100 and using single instance/thread. I have encountered below error message from today and it was working fine till yesterday. I don't know why it occurring as I'm using only 1 thread and not exceed/running more than 2 thread ever as I know limitation of 2 API call restrictions. I'm not sure what to be done next and how to check if any of thread running on my name at background and causing this issue. I have closed all the window/instance & reopened by restarting system but no luck.
Error Message -
CRM service call returned an error: Combined execution time of incoming requests exceeded limit of 1200000 milliseconds over time window of 300 seconds.
Decrease number of concurrent requests or reduce the duration of requests and try again later.
(Error Code: -2147015903, Detail Message: Combined execution time of incoming requests exceeded limit of 1200000 milliseconds over time window of 300 seconds.
Decrease number of concurrent requests or reduce the duration of requests and try again later.)
Your suggestion will be highly appreciated.
Thanks,
Pradeep