Job Failing in orchestrator vesion 2017.1 with error "Job stopped due to unexpected process termination!

Scenario: Reading a html table formatted data from a text file of size 118 kb (467 datatable rows appended with html tags to send in table format in email). From studio no issues faced, after deploying to orchestrator its failing while reading this text file.

Success case: If we send less number of data table records in text file, job is getting succeeded from orhcestrator. Say some 100 records. if i am sending more records , job failing from orhcestrator.

error :\r\n at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)"

Steps to reproduce:

Current Behavior:

Expected Behavior:

Studio/Robot/Orchestrator Version:2017.1

Last stable behavior:
Last stable version:
OS Version: Windows
Others if Relevant: (workflow, logs, .net version, service pack, etc):
Updated the WCF communication meesage max limit to 1 MB. still no luck . Please assist.

Hi, I had similar issue while reading Excel file. I had about 500 rows to be read and processed. However there was about 10000 empty rows below, so the solution was obvious - deleting all empty rows.