Hello all ! I have a question and didn’t find any relevant answers about this topic. I would appreciate if you can help me.
My problem sounds like this: I have to create a process that generates some executable files (.exe) from one RDP (let’s call it RDP1) and after that I want to run that executables from another RDP (let’s call it RDP2 - the second one is a better RDP - is the best computing machine from the client and we need big resources to run that executables). The problem is that I can not generate the .exe files from the RDP2, just from RDP1 and the execution of .exe files is mandatory to be on RDP2 because of it’s big computing resources.
Is it enough one robot for this process ? First of all I want the robot to connect to RDP1 and after the job from RDP1 is done I want to connect the robot to RDP2 and run the .exe files. Is it possible to connect the robot to 2 different RDPs but one after another (I know that to connect a robot to 2 RDPs simultaneous is impossible). The connection for RDP is made by Remote Desktop Connection using an user name and a password.
Thank you in advance for any of your advices !