web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

TimeoutException: The request channel timed out while waiting for a reply after 00:00:59.7350618. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to t...

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee

Hi,

I was getting the above error while working with large number of records using OrganizationServiceProxy in a console application.

Increasing the value for the timeout property resolved the issue.

// set the binding timeout to 20 minute (default is 2 minutes)

organizationProxy.Timeout = new
TimeSpan(0, 20, 0);

Bye.


Filed under: CRM, CRM 2011, Microsoft Dynamics CRM Tagged: CRM, CRM 2011, Microsoft Dynamics CRM

This was originally posted here.

Comments

*This post is locked for comments