I’m getting runtime execution error for readrange activity in the excel application scope where my excel has nearly 5lac rows. Below is the message if got, please advise.
Message: Job stopped with an unexpected exit code: 0xE0434352
Exception Type: System.Exception
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Job stopped with an unexpected exit code: 0xE0434352
Kindly use a KILL PROCESS activity before to the excel application scope and mention the ProcessName property with the value as “EXCEL”
And then use the excel application scope
Or
Try once with workbook related activities as it has the same set of activities that excel package has
Search as workbook in activity panel and use the same activities
Thanks for the response Lakshman, I’m using the excel application scope as I need to import the data from text file and need to find out the count to apply the formulas for few columns.
I have to use the excel application scope as I’m importing the data from a text file and need to apply formulas after importing by knowing the count of rows. it’s working perfect when I have thousands of rows, it’s giving me this weird error as I have 5 lac rows to process.
Not sure how much this kill excel process works just before this activity.