robot
2020.10
false
Robot ガイド
- リリース ノート
- 基本情報
- UiPath Assistant
- インストールとアップグレード
- ロボットの種類
- Robot のコンポーネント
- ライセンス
- Robot を Orchestrator に接続する
- プロセスとアクティビティ
- ログ
- Robot JavaScript SDK
- 特定のシナリオ
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
現象
大量のデータを使用するプロセス (例:2500 行を超える Excel ファイルなど) を実行すると、以下のエラーで失敗することがあります。
Message: Could not retrieve the result of the job execution. This might be because a message was too large to process.
Exception Type: System.Exception
Message: Could not retrieve the result of the job execution. This might be because a message was too large to process.
Exception Type: System.Exception
原因
ジョブ実行の出力が、uipath.config ファイルの maxMessageSizeInMegabytes パラメーターの最大設定値を超えています。
このパラメーターの既定値は 10 MB です。
To access the uipath.config file, go to the installation folder of the UiPath Components. The location depends on the deployment type:
- When the Robot is installed in User Mode, the
uipath.configis found in the User Profile folderC:\Users\{{user}}\AppData\Local\UiPath\uipath.config - When the Robot is installed in Service Mode, the
uipath.configis found in the installation folder. If the Robot was installed using the default path, theuipath.configfile is found inC:\Program Files (x86)\UiPath\uipath.config.
解決策
uipath.config ファイル内の maxMessageSizeInMegabytes パラメーターの値を 50 MB などの大きな値に増やします。