Uipath error job stopped with an unexpected exit code: 0xC000005

Hi,

I am getting below error very often in one for our processes.
image

1 Like

Check this post -

Regards,
Karthik Byggari

1 Like

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

1 Like

Hi,

Try updating your UiPath.Excel.Activities package to v2.7.2 if you are getting this error for Excel Application Scope. It helps!

2 Likes

I used the uipath.excel.activities package v2.7.2 but I couldnot find the excel application scope activities

1 Like

Can you please refresh and try again?

1 Like

Yes it was done . it was not available excel.activities . sorry for the inconvenience

1 Like

Hi All,

Getting below error while running process. I already updated Excel Package. Please help.

1 Like

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?

1 Like

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.

image