rappen / BulkDataUpdater

Updates or touches single attributes on a set of records.
https://www.nuget.org/packages/Cinteros.XrmToolBox.BulkDataUpdater/
GNU General Public License v3.0
5 stars 5 forks source link

Bulk data update times out #194

Closed imahdi3 closed 7 months ago

imahdi3 commented 1 year ago

Hi, The following error occurs sometimes when I do bulk update to Dataverse records. The update batch size is 500 and the total records is close to 10k. Some update runs pass smoothly, and some fails during execution showing the following error:


System.Net.WebException:
The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.
System
- System.Net.HttpWebRequest.GetResponse()
- System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)

rappen commented 1 year ago

Did you try to increase the timeout on the connection?

rappen commented 7 months ago

I'll close this issue now since no response. Please reopen if it's still a problem!