Hi All,
Currently, I’m facing an issue with a job run that throws the following exception:
‘Could not retrieve the result of the job execution. This might be because a message was too large to process.
System.Exception: Could not retrieve the result of the job execution. This might be because a message was too large to process.’
As a result, the job is getting faulted. However, the transaction itself is processed successfully.
This could be due to to argument data is too large. Try reducing it or save it temporary and read it again in desired workflow.
2 Likes
The process was completed successfully, and the job ended without any errors or warning messages.
1 Like
Is it finishing till the last log message in your bot?
yes, it is able to execute the last log also
Ok in that case I think the executer is failing to upload the logs back to Orchestrator. Can you check this location mentioned in the below screenshot and check if any very big log in the logs.
1 Like
sure, thanks for the help. I will look into this
1 Like
Please check the troubleshoot guide here…this is for the same error…it can be for various reasons…including excel size, log message size or output argument size
Cheers
1 Like