Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Exception on large record upload
Hi,
Every now and then we have to update large orders via webservices, if they take more than 5 minutes to process we get a System.Net.WebException:
The underlying connection was closed: An unexpected error occurred on a receive.
The InnerException shows:
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
I have tried using Beginupdate() and Endupdate() and I get the same exception on Endupdate(). The documentation doesn't list these two methods anywhere. The order gets successfully updated in CRM, but I don't have a way of getting the WriteResponse results before getting the exception...
0