Hi,
I am running an SSIS scheduled job on an SQL Server 2012(SP3 11.0.6260.1) instance. This job is running on-premise and the target is Dynamics 365. Starting from schedule the job always fail with an "Unexpected empty response". If i start
the job manually it runs just fine. I use the same account as the proxy starting the job.
Error message:
"Copy CRM Data:Error: KingswaySoft.IntegrationToolkit.DynamicsCrm.WebAPI.WebApiServiceException: Unexpected empty response received from the resource URL: https://xyz.crm4.dynamics.com/api/data/v8.0/RetrieveVersion ---> System.Exception: Unexpected empty response received from the resource URL: https://xyx.crm4.dynamics.com/api/data/v8.0/RetrieveVersionat tzt.bcf(Uri mb, String& mc, String& md)
at tzt.bce()
at tzt.bcb()
at uhk.iyn(String bdc, String bdd)
at uhk.rlq.osq()
at tzh.pfx[bz](Func`1 iq, Func`2 ir, Int32 is, PipelineComponent it)
--- End of inner exception stack trace ---
at tzh.pfx[bz](Func`1 iq, Func`2 ir, Int32 is, PipelineComponent it)
at uhk.iyk(String bcx, String bcy, String bcz)
at uhk.iyd(String bcs, String bct, String bcu, HttpStatusCode& bcv)
at uhk.iyi()
at uhn.tjs()
at uhn.pye(String bir)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at uhn.pxm(String bge)
at uhj..ctor(uhn bbr, uaa bbs)
at uhn.tjk(uaa hgj)
at KingswaySoft.IntegrationToolkit.DynamicsCrm.CrmSourceComponent.PreExecute()
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPreExecute(IDTSManagedComponentWrapper100 wrapper)"
Anyone have clue what can be the problem?
Best regards
Frode M