Getting error while starting the job

While am running the job in the orchestrator,
“Cannot act as user SAISUSHMITHA10@GMAIL.COM. Make sure UiRobot is running as a service!”

Thanks in advance!!

@sushmithaelluru, Refer this,

Regards,
Dominic :slight_smile:

Hey Dominic,
Can you please tell what command should be given to check the username and password!!

@sushmithaelluru,

Regards,
Dominic :slight_smile:

Yes got it, Dominic. But I gave the same name to the Robot. The same error is seen .

You have to put your username in the Domain\Username field, not robot Name.

Ok,
Can you once tell me what should I give in the ‘Domain/Username’ and ‘Name’.

Thanks in advance.

  • Name: it’s how you want to name your Robot
  • Domain\Username: it’s the username of the Windows session where your Robot is installed. It’s the result of the whoami command Dominic suggested above.

Here is an example screenshot:

Robot field description from the user guide: https://orchestrator.uipath.com/docs/field-descriptions-robots#section-the-configuration-tab

Hi ovi,
Make sure UiRobot is running as a service!
Am getting this error.
I filled the details as you given.

[quote=“sushmithaelluru, post:9, topic:21784, full:true”]
Hi ovi,

Make sure UiRobot is running as a service!

Am getting this error.

I filled the details as you given.

Am getting the following error, while Iam starting a job.
“Cannot act as user UIPATH\SUSHMITHA. Make sure UiRobot is running as a service!”.

Thanks.

Well, are you sure your Username is UiPath\SUSHMITHA? I mean, are you sure your user is under a domain and that domain is UiPath? It seems unlinkely.

What is the username that you are using to login to Windows? That one you should use in Orchestrator. There are many posts in this topic where you were provided with information on how to find out what is your username.

So, as it follows:

  1. Start - type cmd - Enter
  2. type whoami
  3. copy the result to Domain\Username field in Orchestrator(as shown in the screenshot i shared above)

Uipath is probably not your domain.

To find out your domain for that user, Right click on Computer and go to Properties.
It’s located like the below screenshot:

Hope that helps.