Here is the problem I am facing, I am using a terminal activity (from UiPath.Terminal.Activities Package v1.3.0) on Studio, to access mainframe emulator to extract some text.
Here is my observation, 90% of the time, when robot is executed, connection is successfully established and the extraction can be done successfully. However, there are times where the connection fails and a timeout error is thrown.
Thanks for the reply. To clarify, the issue is with the āTerminal Sessionā activity which by default has a TimeoutMS of 50000ms. In my current situation, most of the time, connection is established within this 50000ms but there are times where ātimeout errorā is thrown.
I have tried to increase timeout value from 50000ms to 60000ms but issue still occurs. Hence, I am wondering whether there is a workaround to prevent such timeout issues from occurs.
Are you receiving the error prior to even connecting to the terminal?
If so - Make sure that on the Terminal Session options you are selecting Close Connection, at times this can cause issues. Prior to starting any of the actions it is always best to kill the processes relating to the terminal so that thereās a clean session before executing the workflow.
If you are receiving the error when navigating through your terminal then you simply need to increase the timeouts.