I am using UiPath.Terminal.Activities but am facing the issue of my robot freezing at random activities before i use the terminal session activity. The robot will get stuck at different activities based on the log and will hang for several hours until a user manually stops it from the robot tray.
There isn’t a logic error as the robot runs without fail in the UAT environment.
I am using 2019.4.4 enterprise version and have tried 2019.4.3 but to no avail.
My connection string is as follows:
“{‘AttachExisting’:false,‘ConnectionType’:1,‘EhllBasicMode’:false,‘EhllDll’:null,‘EhllEnhanced’:false,‘EhllFunction’:‘hllapi’,‘EhllSession’:‘A’,‘Host’:‘192.168.108.2’,‘Mode’:1,‘Port’:23,‘Profile’:null,‘ProviderType’:5,‘ShowTerminal’:true,‘TerminalType’:2}”
Does anyone know how to go about resolving this issue?
Thanks.