RPA bot executed on my machine

Hi everyone. I have started to developed a custom AI agent with UiPath Agent Builder and one of the tools it has to use/execute is an RPA bot that basically opens a Microsoft Edge browser and make a quick web scrapping in a specific web. However, as it is obviously, due to the bot semantic it needs in some sense a machine to be executed on. When I run it from UiPath Studio it is executed on my laptop (it opens on my machine the MS edge browser, starts the scrapping, etc…) but when I run it from the agent, it says the following error:

Tool of type Process failed because: Failed to start tool ScrappingIBM1 process ScrappingIBM1 in folder xxx workspace
detail Foreground job requires an unattended robot to be defined on your user ErrorCode:1230

When I go to UiPath Orchestrator I cannot access “Machines” section due to my enterprise privileges, how can I configure the process so that when It is called it is executed on my machine automatically?

@javier.montes,

As mentioned in the error, it will require unattended licence to work that way. You can assign a unattended licence to your id, login with machine key and it should work.

Should I then publish the RPA process from UiPath Studio into “Shared” folder? Or my personal folder?

After changing the license type you can publish your code to Shared/ my workspace folder
try to use Shared folder, for future if you want share that code any other your team member it will help you.

happy Automation!!

@javier.montes,

Try publishing on personal workspace first and if don’t work try on shared

I have done it, it is both published in personal and shared, but when it is executed from the agent, the following error is raised:

@javier.montes,

It means the unattended licence is not configured properly in that folder. Check it again.

Sorry about my ignorance, but i dont know how to do it. Would you mind if we connect on a call in discord or whatever 10 minutes? I would really really appreciate that help.

@javier.montes,

Sorry, could not connect now but try following this tutorial.

If still faces the same issue, I will try connecting tomorrow.

@javier.montes

If you are jot the admin please reachout to you admin

Or if you have accessfo to orchestrator-> tenants → machines → edit machine and assign unattended basically atleast 1

And now add the machine to the folder you need and get the client creds from machine templte and use them to connect assistant

Cheers