概要
SAP Solution Manager のコマンド ツールを使用すると、UiPath Studio との連携のステータスを確認できます。このツールは、各 Studio ビルドの既定のインストール フォルダー (C:\Program Files\UiPath\Studio\net461
) に UiPath.SAP.SolutionManager.CommandLine.exe
としてパッケージされています。または、カスタムのインストール フォルダーに実行可能ファイルがあります。
コマンド ライン引数の説明
以下のセクションに、使用できるパラメーターの説明およびいくつかの使用例を示します。
Command | Description |
---|---|
-s, --status | Show the registration status. To understand error codes, see Troubleshooting status error messages. |
-r, --register | Register the communication interface. |
-u, --unregister | Deregister the communication interface. |
-i, --ip | Show the connection IP used in Studio. |
-o, --out | Show the output files. |
--help | Show help. |
--version | Show version number. |
ステータス エラー メッセージのトラブルシューティング
以下の表に、一般的なエラー メッセージおよび問題を解決するために実行できるトラブルシューティング方法を示します。
Error message | Description/Solution |
---|---|
UiPath Plugin not installed | You need to install the UiPath Plugin. |
SAP Connector unavailable | You need to install the SAP Connector. SAP Connector runs only on x86 OS architecture. |
UiPath Plugin uninstalled, SAP Connector installed | Follow the solution presented for the UiPath Plugin not installed. |
UiPath Plugin uninstalled, SAP Connector uninstalled | You need to install both UiPath Plugin and SAP Connector SAP Connector runs only on x86 OS architecture. |
UiPath Plugin installed, SAP Connector is x64 instead of x86 (plugin cannot work) | Follow the solution presented for the SAP Connector unavailable, making sure that you install it on x86. |
2 か月前に更新