I am trying to copy data from dynamics environment to another dynamics environment; we have a SQL DB for the source dynamics environment. I have connected to that DB via SSMS, and I am doing all the transformations and created views in SSMS, after that I am linking them to the pipeline and pushing data to the destination environment, and i have put incremental refresh on those pipelines. Pipelines were working fine till 23 May 2022, and suddenly, I was getting this error in one of my pipelines.
ErrorCode=DynamicsOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Dynamics operation failed with error code: -2147220956, error message: Sequence contains no elements.,Source=Microsoft.DataTransfer.ClientLibrary.DynamicsPlugin,''Type=System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]],Message=The creator of this fault did not specify a Reason.,Source=Microsoft.DataTransfer.ClientLibrary.DynamicsPlugin,'
Not sure what I am missing. I thought that while importing data, some columns have null values that why this issue is coming, but I had some null values before, and it was working fine.
Any thoughts on how to resolve this issue will be great. This is the SQL statement for creating a view