Community Editionでの自動化が出来ない

ローカルのUiPath Studioで、処理を実行するxamlを作成しましたが、決まった時間に毎日実行することができません。UiRobot.exeやUiPath.Executor.exeは現在の仕様では直接の実行ができないとのことです。Orchestratorと連携も試しましたがトリガーの登録自体がエラーとなってしまい自動化の設定が出来ませんでした。Community Editionでの自動化を実現したいのですが何か方法はありませんでしょうか?

@user_mpa

Welcome to the community

community edition does have unattended license but it cannot run complete unattended as we cannot install uirobot in service mode with community msi

if you just want to test the functionality with you being logged into machine

then first create a machine and assign license to it and then connect the machine on orchestrator to assistant using machine key from orchestrator

then create a user and assign robot role

now assign both of these to a folder where automation is present then try runnign selecting the assigned machine,user

cheers

こんにちは

もう少し何ができていて、何ができていないのか、詳細な情報を共有いただくと良いかと思います。

UiRobot.exeやUiPath.Executor.exeは現在の仕様では直接の実行ができないとのことです。

実行する対象にもよりますが、UiRobot.exe executeコマンドでプロセス等は実行可能です。

Orchestratorと連携も試しましたがトリガーの登録自体がエラーとなってしまい自動化の設定が出来ませんでした。

どのようなエラーでしょうか?個人ワークスペースでのタイムトリガーでしたら、所定のマシンにUnattendeのライセンスが割り当たっていない可能性が高いようにも思えます。

ローカルパブリッシュさえすればUirobot.exeで起動できなかったでしょうか?

Thank you for your accurate advice.
When linking with Orchestrator, I saw an error saying that the machine was not registered, so I think the machine registration didn’t work properly.
I might have done something wrong from the start, so I’ll try starting over from the beginning.
Is there a website that explains the steps clearly?

的確なアドバイスありがとうございます。

実行可能なんですね!?
実行する対象はxamlなのですが、Community Editionではbatでの自動化が制限により実行できないと
私の調べた範囲では情報があったので、半ばあきらめかけていました。

これについては恐らくおっしゃる通りだと思います、手順がわからず手探りでやったためいろいろ
設定が不足していることがあるようです。最初からやり直してみようと思いますが、手順がわかりやすいサイトなどが見つからないため
何か参考になるサイトなどございましたら、ご教授いただければ幸いです。

xamlファイルを直接呼ぶことはできません。
Orchestratorにアップするのであれば、パブリッシュしていると思いますので、パブリッシュで生成される.nupkgファイルを指定して実行することはできます。
詳しくは以下参照ください。

古いバージョンですと以下のドキュメントはありますが、現在のバージョンは適用できない状況です
取り急ぎ、テナント-マシンの画面に遷移して、そこにあるXXXXX’s workaspace machine の設定でURのランタイムを付けてあげる作業からしてみてはと思います。

@user_mpa

Please check this

Also if you can show error screenshot that would help

Were you able to get the machine key and secret?

Cheers

こんにちは。
私の環境ではCommunity Editionでローカルパブリッシュして、NuGetパッケージファイルをBATファイル実行できた最近の実績があります。

>実行する対象はxamlなのですが、

Windowsプロジェクトではxamlファイルを直接UiRobot.exeで実行することはできません。
UiRobot.exeからNuGetパッケージファイルを呼び出してください。

回答が役立ったらいいね!をつけるか、Solutionにチェックをお願いします。