Hi All CRM experts,
We are getting timeout error while importing data into CRM 2015 using KingswaySoft SSIS plugin.
There is SSIS Job set to daily import data (size ~ 30k) into CRM application The job passes sometime and fails most of the time with the error like below.
CRM:Error: An error occurred with the following error message: "KingswaySoft.IntegrationToolkit.DynamicsCrm.CrmServiceException: CRM service call returned an error: CRM service call returned an error: The request channel timed out while waiting for a reply
after 00:02:59.9687496. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.(Error Type / Reason: Timeout) (SSIS Integration
Toolkit for Microsoft Dynamics CRM, v7.0.0.5660 - ISServerExec, v11.0.5058.0)
KingswaySoft.IntegrationToolkit.DynamicsCrm.CrmServiceException: CRM service call returned an error: The request channel timed out while waiting for a reply after 00:02:59.9687496. Increase the timeout value passed to the call to Request or increase the SendTimeout
value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.(Error Type / Reason: Timeout)
System.TimeoutException: The request channel timed out while waiting for a reply after 00:02:59.9687496. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have
been a portion of a longer timeout.
System.TimeoutException: The HTTP request to 'http://crm.ABC.com/ABC/XRMServices/2011/Organization.svc' has exceeded the allotted timeout of 00:03:00. The time allotted to this operation may have been a portion of a longer timeout.
System.Net.WebException(Status Reason: Timeout): The operation has timed out
".