Child job stopped with unexpected exit code 0x000003E8

Hi All,

I have to read excel input file with 89000 records and 19columns. I have used try catch in that excel application scope 2.12.3 version. I’m able to read the file using read excel activity and got the count. While coming bot out of readreport xaml i’m getting below error.

I have tried with kill process, delay and workbook read range also but issue not resolved.

Can anyone help on this.

Invoke PS_ReadReport workflow: Child job stopped with unexpected exit code 0x000003E8.

Hello @saranya_asokan ,
It may occur due to Huge data.
Try read-range activity with range “A:T”

Alternative Method
Read Range by Half column value, like “A:J” and “J:T”, then Join the data table

Hello @saranya_asokan

Is this always happening? Better to filter the excel and get only the required rows and then use the excel activities to process it.

Thanks