Error Message When Attempting to Report an Error Message

Hi @roger1

Welcome to our UiPath Forum :slight_smile:

I will make this post public because it could be information that will prove useful to other users as well.

  1. I was able to easily reproduce this error on my end and I reported it to our team.

  2. First, I am happy that our first run Studio experience went flawlessly for you. Main thing that makes it possible is the default simplified setup that you get out-of-the-box.

    Mainly, by signing up to Orchestrator from your Studio for the first time, you get automatically connected to your Personal Workspace:
    image

    It’s purpose is to be a simplified folder that will get you going, but that will not allow you to run unattended processes. To make that happen, you will need to configure a few more things in Orchestrator.

These are these things:

Making sure your process is in the right place:

  1. First, make sure you publish your processes to the Orchestrator Tenant Processes Feed
    image
    (otherwise it will be set as Orchestrator Personal Workspace Feed, which we don’t want)
  2. Create your process in the Shared folder:
    HowToAddProcess

Making sure your folder settings are correct:

  1. Assign unattended runtime to your machine under Tenant → Machines
    HowToAssignUnattendedRuntime
  2. Enable unattended robot for your user under Tenant → Users
    HowToAddUnattendedToUser
    2a. Fill in the correct domain\username for your machine (this is important, otherwise your processes will be stuck with Pending status when you run them with the auto-generated value). You can grab your domain by running whoami command in your Windows cmd console:
    image
  3. Add your user to the correct folder under Tenant → Folders → Shared → Users
    HowToAddUserToFolder
  4. Add your machine template to your folder under Tenant → Folders → Shared → Machines
    HowToAddTemplateToFolder

You should now be able to run a job on your machine:
HowToRunUnattendedProcess

I hope it’s helpful :slight_smile:

11 Likes