UiPath Orchestrator Manager

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.

The assets that contain such formulas you need to recreate in the new target folder.

I am not creating any assets. I am just trying to get the assets from Default folder, which is when this error is occurring.

I mean that formula has errors, perhaps correct it and see if that helps. #REF means a broken reference to cells that have been deleted.