We have an integration application to upload data from SQL server tables to Dynamics CRM 2011 by using web services. (CRM 2011 on premise)
This integration application uses multi threads. For example, when i upload 2.5 million data, it goes well until about 1 million record, but after that, it gets errors such as
> An unsecured or incorrectly secured fault was received from the other
> party. See the inner FaultException for the fault code and detail
and after that, serviceproxy seems disposed.
Anything to do to get rid of this?
searching google,it show same result about religion settings but its no solved.
Thanks.