I am using Orchestrator Manager from Market place to work on the Assets migration from one environment to another. I have observed that after a few assets have been retrieved, the remaining assets are not getting retrieved. The issue occurred from the asset which has below value which an excel formula.
=IF(D***<>“”,IF(Approved!#REF!<>“”,IF(COUNTIF(Approved!I:I,D***)>0,“”,“Dropped”),IF(Reviewed!#REF!<>“”,IF(COUNTIF(Reviewed!J:J,D***)>0,“”,“Dropped”),“”)),“”)
Below is the error message I am getting.
RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352
Please help me resolve this issue.