@Sawant_Diksha_Capita wrote:
Hi Team,
I have 4 bots in my SIT environment. The process im running through orch is working most of the times but sometimes it doesnt run through a particular bot and throws an exception
Could not find a part of the path ‘C:\Users\SITRBTENF01.nuget\packages\enforcement_rc2c_generic_library\1.0.30\lib\net45\Framework\KillAllProcesses.xaml’.
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\SITRBTENF01.nuget\packages\enforcement_rc2c_generic_library\1.0.30\lib\net45\Framework\KillAllProcesses.xaml’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share)
at UiPath.Executor.WorkflowRuntime.GetWorkflowFileStream(String workflowFile)
at UiPath.Executor.WorkflowRuntime.Load(String workflowFile)
at UiPath.Executor.WorkflowRunner.BeginExecuteInProcess(AsyncCallback callback, TaskCompletionSource`1 taskCompletionSource)
at UiPath.Executor.WorkflowRunner.BeginExecute(AsyncCallback callback, Object state)
at UiPath.Core.Activities.ExecutorInvokeActivity.BeginExecute(AsyncCodeActivityContext context, AsyncCallback callback, Object state)
at System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)Now according to my understanding there is a file missing in the local of these bots due to which this exception is coming, but so far this file or the nuget file is not something im keeping manually inside the bot machine, while publishing the code itself this nuget file is uploaded in the orch. this exception ideally shouldn’t occur.
Did anyone ever encountered such error? anybody has any solution for this?
Posts: 1
Participants: 1