yes I have done that.
you can launch the using application modellar.
first putty configuration window will launch u can set configuration setting there and then a new window will opened you can spy that and work on that you need to observe command execution time on the basis of that you can give multiple command by using static wait statge.
i am reading the logs from the txt file which i have given while setting configuration.
I am finding that whatever way a password is sent to putty it will come through with all lowercase and does not work without modifying each Upper Case letter or number. Has anyone ran across this issue?
------------------------------ Jonathan Holstine Systems Accountant Interior Business Center America/Denver ------------------------------
If SendKeys is struggling, you could leverage AutoHotKey via command line and see if that makes a difference. I've had to do that over RDP connections before.
------------------------------ Ami Barrett Sr Product Consultant Blue Prism Plano, TX ------------------------------
Without wanting to hijack the thread - I've managed to automate a basic business process in Putty through using Global Send Keys and the process works fine when running through process studio, however once i try to run it on a runtime resource the automation fails.
This is because the Putty application appears to receive some form of keystroke at regular intervals, approx every 4 seconds. This interferes with the Global Send Keys method and results in the automation failing.
Has anybody else seen this with Putty? I wondered whether Putty was picking up the communication between the runtime resource and the Blue Prism app server somehow?
------------------------------ Anthony Starita Business Analyst Pacific/Auckland ------------------------------