UiPath Documentation
robot
2020.10
false
Guía de usuario del robot
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Mensaje demasiado grande para procesarlo

Comportamiento observado

Los procesos que usan grandes cantidades de datos (por ejemplo, archivos de Excel con más de ~2500 filas) pueden fallar con el siguiente error:

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

Causa

La salida de la ejecución del trabajo supera el valor máximo configurado del parámetro maxMessageSizeInMegabytes en el archivo uipath.config.

Este parámetro tiene un valor predeterminado de 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.config is found in the User Profile folder C:\Users\{{user}}\AppData\Local\UiPath\uipath.config
  • When the Robot is installed in Service Mode, the uipath.config is found in the installation folder. If the Robot was installed using the default path, the uipath.config file is found in C:\Program Files (x86)\UiPath\uipath.config.

Solución

Aumenta el valor del parámetro maxMessageSizeInMegabytes del archivo uipath.config a un valor mayor, como 50 MB.

  • Comportamiento observado
  • Causa
  • Solución

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado