I am trying to setup a use application call and in test the automation runs flawlessly. The app is an exe that runs on a unc path. Which is actually shortcutted to the desktop.
Does anyone know how i can fix this?
RemoteException wrapping System.Activities.Statements.WorkflowTerminatedException: Error Running program —> RemoteException wrapping UiPath.UIAutomationNext.Exceptions.ApplicationOpenException: Could not open target application.
Specified file path ‘\bcc-server\BCC\FS\mailman.exe’ does not refer to an existing file.
at UiPath.UIAutomation
Info: Can not open application!
Specified file path ‘\bcc-server\BCC\FS\mailman.exe’ does not refer to an existing file.
RemoteException wrapping UiPath.UIAutomationNext.Exceptions.UiAutomationException: Can not open application!
Specified file path ‘\bcc-server\BCC\FS\mailman.exe’ does not refer to an existing file.
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.ContinuableAsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)