Hi I have a Ui based automation where data is in excel and use that in Ui to enter as extract data from screen so i wanted to know what are things i need to take so that works on VM even session is not active
Hi,
Sure, when setting up UI automation on a Virtual Machine (VM) for unattended execution:
- Configure VM Settings: Ensure the VM allows unattended execution without locking sessions.
- Set Up Unattended Robot: Configure UiPath Robot as unattended to run without active user sessions.
- Manage Excel Access: Ensure the automation can access Excel files without manual intervention.
- Use Background Automation: Employ activities that work in the background without needing an active UI.
- Check RDP Settings: Ensure RDP settings don’t disconnect sessions due to inactivity.
- Handle Disconnections: Implement error handling for potential session disconnects.
- Logging and Monitoring: Set up logging to track progress and potential errors.
By considering these factors and configuring your environment accordingly, you can enable seamless UI automation on a VM even when the session is inactive or locked.
Regards,
Vinit Mhatre
1 Like
@Vinit_Mhatre activities like click , get attribute , type into do i need make any change in them
how do i know that which activity will work in background or not
Ensure the UiPath Robot service is configured to run in user mode on the VM, allowing interactions with the desktop even when the session is not active.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.