Hi,
I was trying to assign the hosts dynamically to the variable in RunSSH operator and i am getting the following error
"Editing of system variable "SSHHost" not allowed"
I am adding this in the pre-execution code
Process.Run_SSH_Script_1.SSHHost='1.2.3.4';
Chandarvr,
What you are looking to do can be accomplished with Host Groups. Your Host Group will be set to a range of IP Addresses, in your process you would use the IP you are attempting to access though an SSH connection.
You can get more details here:
Administer Host Groups - CA Process Automation - 4.3 - CA Technologies Documentation