Configuring output in a storage bucket - Could not retrieve the result of the job execution. This might be because a message was too large to process

Hello there,

When I’m running a process at the end of it I receive this error message

Could not retrieve the result of the job execution. This might be because a message was too large to process.

After a quick googling I found this link Message Too Large to Process
Unfortunately, I don’t know how to do it, can someone help me?

maybe you can elaborate more about your Main and its in/out Arguments

UPD1 - Spelling

It is a Robotic Enterprise Framework

so no output / out arguments are set?

Besides in/out arguments that are in REF, I have a in/out argument UiPath.Core.UiElement type

feel free to ommit this for analyzing purposes (we will not question it more in detail in general)

Also check within your implementation all parts where data is returned (out arguments, returns from activities) where a large amount of data (DataTable with large rows, count, CSV Data, PDF Extractions string…) is moved and investigate more at such parts as well

My process is not large at all, it reads 30 rows in excel, uploads in Orchestrator then the data from Orchestrator search in MS Edge. in End Process state sends me an email about the time of the finished job

still you can deactivate each possible part for analysis rounds. Take your time

Go to the UiPath.config file and modify the maxMessageSizeInMegabytes value from 10 to 255.

Save the file

Go to Start → services.msc → restart UiPath Robot service

Retry to run the job

If is still failing, you need to follow the recommendation from Robot - Message Too Large to Process

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.