UNC Application call failure

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

こんにちは。
もう少し詳細におしえていただけませんか?
xamlサンプルやスクリーンショットなど添付していただけると解決に近ずくかもしれません。
どうぞよろしくお願いいたします。

Error from orchestrator

  • 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)

「NApplicationCard」アクティビティを使用されているのですね。

1.「ファイル名を指定して実行」(win+r)で、次のパスを入力してアプリケーションが起動するか確認してみてください。パスに誤りはないでしょうか?

“\\bcc-server\BCC\FS\mailman.exe -u MYUSER”

2.また、「StartProcess」アクティビティでアプリケーションが起動するか確認してみてください。