RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE04343528

Hi Team,

We have a file which contains 10 sheets and each sheet contains 10lacs of row items.
I am getting the below error message. I have gone through the answers of Uipath forum for the same type of issues still unable to resolve the issues.

" RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352 "

Your help is much appreciated!

Hi @suresh.ghadai

What activity do you used to Read the excel file

Excel application scope or Workbook activity?

Regards
Gokul

Excel Application Scope

Try with Workbook read range activity and also try with Modern activity @suresh.ghadai

image

Regards
Gokul

@Gokul,

I have tried with the below getting same error message.

image

image

image

@Gokul001 @Parth_Doshi, @AndersJensen

I have a file which contains 10 sheets and each sheet contains 10lacs of row items.
I am getting the below error message. I have gone through the answers of Uipath forum for the same type of issues still unable to resolve the issues.

Read range and write range within Excel application scope

" RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352 "

Your help is much appreciated!

Need your help on this !

Reading a huge excel file , that is processing 1 million rows in the ReadRange Activity at once ( Assuming that providing empty value in the Range property) would lead huge data to be stored internally by the process could cause this error. Try providing a range like reading 10000 rows and process its results then next batch in a loop. Or split the large excel file to many smaller files are process each file.