System exception at initialization: Exception has been thrown by the target of an invocation, at Source: System.Private.Core.Lib. Could not retrieve the result of the job execution. This might be because a message was too large to process

Hello Everyone…

When I’m trying to execute the RE Framework Template, It is throwing some error.
Can anyone help me on this…

Thanks & Regards,
Pravin.

Hi @Pravin_Mandadi,
Many times this error appear when you are using an Invoke Code Activity. Please try to follow the next steps:

  • Commenting the Invoke Code activity and re-run the bot an check if the error persists.
  • Exception has been thrown by target of invocation - error occurs if the value goes null to the variable:
    a) Check for any null values assigned/passed.
    b) Check the values assigned to the argument.

Hope it helps you!

1 Like

Try this if you want to display your error in specific

1 Like