Blue Prism - Trying to run automation in Remote Desktop

后端 未结 5 1052
感情败类
感情败类 2021-01-16 20:27

I am having blue prism architecture where my blue prism server and database server are in different machines which I access via taking remote desktop. I scheduled

相关标签:
5条回答
  • 2021-01-16 21:05

    Microsoft Remote Desktop is officially unsupported by Blue Prism as a remote access utility, as it modifies the behavior of the automation when not being observed.

    There are alternatives listed in the official documentation on this topic.

    0 讨论(0)
  • 2021-01-16 21:06

    You need to use Login agent on your VM and your problem will be solved. Also make sure you trigger your job from Control room.

    0 讨论(0)
  • 2021-01-16 21:16

    2 things here : 1) To solve all these kinds of issues please use the Login agent. Its best suited when you have control room and runtime resource mechanism. 2) If you are using surface automation for spying then screen resolution plays a very big role. So you can not minimize the screen during automation. Please check the screen resolution when you are training the bot and then again when you are actually running the bot.

    0 讨论(0)
  • 2021-01-16 21:18

    The problem lays in the fact that if no one is actively connecting to the VM, the VM will go to 'sleep' mode. This essentially means the screen will go black and any visual elements required by any automation tool (including BluePrism) won't be able to be spied any more and hence an exception in thrown.

    A common way to resolve this is to 'mock' an active session, by using tools like Caffeine. Other than that there is currently little you can do. If there is an ideal solution, I would be very interested in this myself too!

    0 讨论(0)
  • 2021-01-16 21:19

    I may be wrong about this, but I think I was having issues with this as well and the problem lies with the way in which Windows are using the RDP. If you use any other Remote Desktop tool (WMware, Amazon Workspaces) then you'll be fine. If you have no other option that Windows RDP then I'm afraid you'll just have to keep that window open an not minimised.

    0 讨论(0)
提交回复
热议问题