Retry Scope Error - RPC Server COM

Hello guys,

This error in retry scope occurred after there is an error when retry in second time. How can I solve that?

1 Like

Hi @boxli,

Can you please show what activity does your retry scope contains?

Below thread talks about adding delay worked for someone with the similar issue.

Regards
Sonali

Hi @boxli

I think rhis error can happen if you get a variable from the Excel Application Scope and then close Excel - either through activities or by ending the process. Later, if you try to use that variable in another Excel Application Scope, it won’t work. To avoid this, don’t close the Excel process that created the variable.

If you found helpful mark as a solution. Thanks
Happy Automation.

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