Unattended Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-05-21 01:33 PM
I'm trying to run Process using unattended mode , which contains elements which are spied through Region Mode. It's running fine when we are running this using Control Room (Attended Mode), but not running in unattended mode for the element spied through region mode. Please suggest what settings are required to achieve this functionality.
Best Regards,
------------------------------
Laila Al-Sheikh
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-05-21 02:50 PM
------------------------------
Emerson Ferreira
Sr Business Analyst
Avanade Brasil
+55 (081) 98886-9544
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-05-21 07:04 AM
Please, Do you have any recommendations for the elements working in an unattended mode to work properly? And I want to make sure if we have a way for the elements which are spied through Region Mode to running in the unattended mode? Or this thing is impossible ?
------------------------------
Laila Al-Sheikh
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-05-21 07:47 AM
Also if using the Remote Desktop the only option then it would be advised that you logoff and login in the machine using the relevant BP processes from Control room before you try a test run of your BP process.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-05-21 01:39 PM
When I checked options for remote desktop app I found this settings if I can check some setting to run the unattended mode (Note: I attached the screenshot for option of remote desktop)
------------------------------
Laila Al-Sheikh
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-05-21 01:52 PM
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-05-21 01:53 PM
Hi Laila,
The issue you are experiencing is because of the Screen Resolution changes when you close the Remote Desktop Session.
It is a bit difficult to explain but you have to imagine your virtual machine (Remote Desktop) has two states.
- You are signed IN to the machine through Remote Desktop (The screen resolution match YOUR PC screen resolution)
- You are signed OUT of the machine. It has a default screen resolution (Usually a very low resolution to save resources)
This can be resolved by changing the Default Screen Resolution of the machine.
You may need Administrator Rigths to the machine in order to change it.
https://www.tenforums.com/graphic-cards/10681-tutorial-how-change-windows-10-default-resolution.html
Take a look at this site.
------------------------------
Simon Andre Pedersen
Manager
PWC HK
Asia/Hong_Kong
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-05-21 02:23 PM
Do you get a specific error?
Typically the only problem I've run into with Remote Desktop is that Blue Prism can no longer automate the UI of the interactive Windows session if you disconnect from the RDP session. Instead, you have to log out of the session and then trigger a separate session to log in without RDP and run the automation. This is a known thing for any RPA tool specifically for Remote Desktop sessions because it does not create sessions the same as when a user logs in (locally) to the machine.
------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-05-21 08:50 AM
------------------------------
Laila Al-Sheikh
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-05-21 08:58 AM
Could you try determine what is the Screen resolution of the machine when you are signed into the virtual machine using RDP.
and also check what it is when it is running as unattended.
As other point out it is very important you signout of the VM, and use the Login Agent to sign into the VM.
Could also be after you changed the Regedit settings you have to restart the VM for it to take effect.
You can create a Process which output the results of the following VBO Utility - Environment - Get Screen Resolution
or call this type of:
code dim S As Size = Screen.PrimaryScreen.Bounds.Size
Horizontal_Resolution = S.Width
Vertical_Resolution = S.Height
------------------------------
Simon Andre Pedersen
Manager
PWC HK
Asia/Hong_Kong
------------------------------
