Studio Activities to Detect Remote Communication Error

Hello,

Currently on our Studio VMs we have some programs that we remote into on the vms. We have the proper Studio Runtime installed on these remote sessions, but sometimes it deactivates and requires a bit of troubleshooting just to find out that it is the root cause.

Is there an activity that can detect when there are troubles communicating with the server due to the remote runtime being disabled that would let me throw an exception with a specific message?

Hi @phaynes

Check this pls,

If any facing issue while indicating then check below,

Remote Communication Error When Indicating On Citrix Application Via Remote Runtime - News / Knowledge Base - UiPath Community Forum

If helpful, mark as solution. Happy automation with UiPath

@phaynes

Is it occuring midway or when you strt sometimes you see this issue

Generally error would be thrown for remote runtime ..so can wrap a try catch or global handler and using the message we can check

Cheers