Continuing the discussion from System Workbook activity - Read Range: Syntax Error:
I encountered this same issue when trying to “ReadRange” (not excel).
Based on the error I got…
RemoteException wrapping System.Exception: Syntax error.
at UiPath.Excel.Activities.WorkbookActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
If you break down the error… “UiPath.Excel.Activities.WorkbookActivity`1.EndExecute” method has an unhandled syntax error that occurred. If you ignore fixing this, then you seriously undermine the stability of the “ReadRange” activity. You should own the UiPath namespace.
To recreate this issue, you must cause the execution to fail while reading a workbook and then debug with the code behind of the “EndExecute” method available.
1 post - 1 participant