Hi,
I am getting below error very often in one for our processes.
Hi,
I am getting below error very often in one for our processes.
Check this post -
Regards,
Karthik Byggari
Hi
Use a KILL PROCESS ACTIVITY before to the excel application scope and mention the process name as “EXCEL” and then use exce activities
Cheers @Shubh1801
Hi,
Try updating your UiPath.Excel.Activities package to v2.7.2 if you are getting this error for Excel Application Scope. It helps!
I used the uipath.excel.activities package v2.7.2 but I couldnot find the excel application scope activities
Can you please refresh and try again?
Yes it was done . it was not available excel.activities . sorry for the inconvenience
I am facing similar issue in using Excel Application Scope. In my case, I have two data tables containing 85K row in 6 columns. I am trying to apply Inner join on the two tables using Join Data Table activity. The Process runs for a while but ultimately I get the same error message as above.
@Palaniyappan… I dont have “Excel” option in the Process Name field in Kill Process activity. Anything else that you can suggest?
Hi @rohankulkarni,
You need to pass “Excel” as string in Process name property. so pass excel in double quotes.
Thank You
Shubham
Thank you @Shubh1801… I not sure whether the Kill Process worked as I am still getting the unexpected exit code error.