I am running an application through roll & scroll on Putty terminal. I wanted to automate the Putty terminal session with UiPath. For the same, I download UiPath Terminal activities package and provided the IP/port of the server. But, I am open Putty window and getting below errors. Can you please help to run the putty terminal session and perform the operations through roll & scroll:
18.4.0+Branch.master.Sha.b805b316b1c47ae06c0fe7e619b9c9f96e9e774c
Source: Terminal Session
Message: There was an error connecting to terminal. Error code: Error
Exception Type: System.Exception
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: There was an error connecting to terminal. Error code: Error
at UiPath.Terminal.Activities.TerminalSession.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Terminal.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Nope. In our case we were trying to connect to a telnet server and were getting a similar error. We tried to reach UiPath Support and we were told that Terminal Session activities were meant for mainframes only and not for telnet. Recommended us to use the below alternatives:
hi @Rammohan91
i am new to uipath and using ite community edition
i am also trying to automate putty
but don’t know how to do it
can you please tel me how it can be done.
thanks.
Hey,
Am also working on putty terminal with Uipath. Could you please help me regarding the commands?
Which activity is to be used for giving any UNIX command in Putty using UiPath ?
If you could help me through this, will be very helpful.
I need to scrap some data from a .txt file on putty and have to write that data in excel sheet.