RPC server unavailable

Hi @RameshSankarS

Just to add some more context. One of the possible causes of this error is when you output a variable from the Excel Application Scope, then you close your Excel instance (in any way available, by either closing it via activities or killing the process) and then you try to use that variable later on in another Excel Application Scope.
This can be simply avoided by not closing the processes that generated the output variable.

4 Likes