Level 3 Generate Yearly Report

1.Could you explain to me what this error means? And what is the solution?
2. Do the accounts in ’ https://platform.uipath.com/’ and ‘https://academy.uipath.com/’ have to be the same?

20190624_154930

What should I do ㅜ.ㅜ

@hanbyeol- Can you check in the Orchestrator if the transaction items are successfully queued?
Check if the process is reading config file and pulling credential and the Queue name?

1 Like

Hey @hanbyeol

First of all please check if you are connected to Orchestrator?

Thanks,
Prankur

2 Likes

@hanbyeol- Also, platform is moved to Cloud now. Probably you need to revisit and reverify the stuffs once?

1 Like

it’s my orchestrator.

How do I make sure the process reads the configuration file and reads the credentials and the queue name?

How do I know if I am connected to an orchestrator?

I noticed that it was moved to the cloud. But I do not know how to operate an orchestrator. Can you help me? ? ㅜ.ㅜ

Follow these steps

  1. Go to C:\Users*your UserName*\AppData\Local\UiPath\app-19.6.0-beta0085

app version could be different
2. Start UiRobot.exe you will see a Ui icon in system tray which will open a popup on click like

image

  1. Click on settings icon
    image

  2. Create a machine in Orchestrator and mention the same here

  3. URL should be platform.uipath.com

Then you will be connected to Orchestrator.

Thanks,
Prankur

4 Likes

Thank you for kindly explaining. I understood immediately!! <3

But there is something I want to ask.
When choosing a machine from an orchestrator, which one should I choose?

Thanks!

you should use Standard Machine for now, machine template is used for floating robots.

Thanks,
prankur

1 Like

OH! I see. I could make a machine, I made a robot.
However, the error does not disappear with this error. can you help me?


You should go though the PDD file first.

This is assignment 3, in which you will have to create two workflow

  1. Dispatcher - It will send the items to Orechestrator queue
  2. Performer - It will fetch the items from queue and perform further operations

They both would be separate projects.

Thanks,
Prankur

2 Likes

Okay, i try it. Thanks! <3