ERROR with ReadTextFile activity

Hi, I want to read a CSV using a ReadTextFile activity, and save it in a string. Until yesterday everything was fine, but today I have this error:

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.Exception: Job bajadaReporteCostos2 stopped due to unexpected process termination!

I played it in Execute mode, as it says here: Issue with XML and "Reading Text File" activity - #3 by twgathings

I tried to increase the communication size of the host, as it says here: Job stopped due to unexpected process termination

:frowning:

What can i do? Thanks

I have seen some issues if there is tons of text in the file that you are reading. But, I’m not sure what your problem is.

Have you tried this other approach?:
Read CSV
Output Data Table to a string

Regards.

1 Like

Hi @ClaytonM, I solved it by closing Uipath and restarting the computer. It’s strange.