Hi All,
I am using Dynamics 365 8.2 version OnPremise. I have done SSIS package for integrate the data to CRM. We have staging database. From there, retrieving data, doing some validation and integrating to CRM. During record create/update, I am getting the error as below
Error:
An error occurred while receiving the HTTP response to https://<organizationname>/XRMServices/2011/Discovery.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.]
While analysing the issue, I got to know to do below solution :
1. Eenable TLS 1.1 and TLS 1.2.in the server.
2. SSIS package properties set as "DelayValidation" as true.
After done the above settings also, still getting the same error. But it's not constant. Sometime without any error, it's working fine. Could anyone suggest the solution.
Note : Before we used CRM 2016 8.1. Now, we migrate to Dynamics 365 8.2.
Thanks and Best Regards,
Saratha