I get an error (One or more errors occurred ) while trying to run the process from Assistant which is in another machine , so when I see the logs in orchestrator this error is shown ( Read Text File: One or more errors occurred )
I couldn’t understand what is the reason for that error !!! in my machine it works fine from anywhere assistant , studio and orchestrator without any error …
Note for the txt file that i try to read it \ the scenario is as below >>
store the content in a variable
create file.txt
write into this file.
read from the file.
simple !!!
Here the copy error from assistant
One or more errors occurred.
at UiPath.Core.Activities.TaskAsyncCodeActivityWithResult1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity1.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)