I have setup a event trigger of office 365 outlook - to run the a process on receiving a mail with a particular subject line. This trigger is working fine.
Now my challenge is to run the process at any available machine .
I am not sure how this is possible? Will there be any conflicts in hostname , machine or account dynamic selection. Not sure how to configure process to run with any available machine. Thanks in advance.
Hi @Eshu_Dhiman
Let’s say you would like your automation to run on machine A or machine B.
So in this case, you can have machine A and machine B both added to the folder from wheeler automation will be running.
Bot will pick any available machine of the two assigned to the folder.
Likewise goes for bot account, if you have multiple robots assigned to the folder, it will be automatically picked.
So no need to select any particular machine or bot under machine name or account.
Hope this helps.
Regards
Sonali
Hi @Eshu_Dhiman ,
No need to setup any extra settings. Process will be always triggered on any free machine from machines assigned in the folder.
Hi @Eshu_Dhiman
Pls check this for more,
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
If helpful, mark as solution. Happy automation with UiPath
@Darshan_Sable & @sonaliaggarwal47 Thankyou for the response.
Hostnames are being picked randomly resulting in this error:
Could not start executor. Logon failed for user “username”. Reason:
ERROR_ACCOUNT_RESTRICTION=ERROR_ACCOUNT_RESTRICTION=0x0000052F : Account restrictions are preventing this user from signing in. For example: blank passwords aren’t allowed, sign-in times are limited, or a policy restriction has been enforced.
ERROR_INVALID_WORKSTATION=ERROR_INVALID_WORKSTATION=0x00000531 : This user isn’t allowed to sign in to this computer..
Please help.
Can you please refer below post on same error?
Hi,
I requested for UiPath technical support and we have detected not only the root of the problem but also the solution.
IT department set up a proxy to manage the connections in the machine and Service Mode (unattended) instalations in recent versions of UiPath does not detect this configuration automatically.
We need to explicitly include that setup in UiPath.config file. A link to product docs is included next: https://docs.uipath.com/robot/standalone/2023.10/user-guide/redirecting-robots…
@Eshu_Dhiman
Also can you check your robot credentials(username/passwors)
It can be the case it’s not updated correctly.
HI @sonaliaggarwal47 That is the case different hostnames have different passwords. How can we tackle that?
That is fine.
We just need to ensure that passwords for all bots are updated for their account in orchestrator.
You should be able to navigate to tenant->manage access , find your bot account and update the password there.
Now which ever bot is picking up your process, corresponding credentials will be used.
Eshu_Dhiman:
Hostnames are being picked randomly resulting in this error:
Could not start executor. Logon failed for user “username”. Reason:
ERROR_ACCOUNT_RESTRICTION=ERROR_ACCOUNT_RESTRICTION=0x0000052F : Account restrictions are preventing this user from signing in. For example: blank passwords aren’t allowed, sign-in times are limited, or a policy restriction has been enforced.
I think the user account has login restrictions , limited sign-in times or pls update sign-in policies on the machines.
Happy Automation
Also check if you have specified robot username as
Domain\username
Or username?
If you are not sure of the domain, login manually to machine using your bot account where you are trying to run your automation.
Go to command prompt, run command
Whoami
It will provide you the username that you need to specify on orchestrator.
Anil_G
(Anil Gorthi)
June 3, 2025, 4:20pm
12
@Eshu_Dhiman
Either create user account malpings
Second makesure any user can use any machine and configure passwords for all users
Either one of the above two should be done
Cheers
Hi @Anil_G , Thanks for the reply, Can you please walk me through the steps ? Thanks in advance.
system
(system)
Closed
June 19, 2025, 12:40pm
15
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.