Questions tagged [uipath-robot]

The Robot is UiPath’s execution agent that enables you to run workflows built in Studio.

The Robot is UiPath’s execution agent that enables you to run workflows built in Studio.

A Robot is installed as a Windows Service by default. As a result, the Robot can open Windows sessions (interactive or non-interactive), under the Local System account, and has all the rights of a Windows service.

Robots can also be installed in a user mode. For your Robot, this means that it has the exact same rights as the user under which it has been installed. This is also available for HD Robots.

References

85 questions
0
votes
0 answers

How to extract a package in .nupkg format from my project in Uipath and then import it to the orchestrator manually?

I developed a project in the UiPath. I want to transfer the project to another Windows server machine with different orchestrator where there is UiPath studio installed. Furthermore, I want to upload the project to the orchestrator manually. I tried…
Sam
  • 1
0
votes
0 answers

Issue with UiPath Assistant

My UiPath get updated to latest version 23.2.0. every thing is working fine even after updating to latest version but my UiPath Assistant is working fine in only system. IN remains system's it not working properly when bot start its running the job…
0
votes
0 answers

Uipath get data from an updating invoices on a website

I'm using Uipath studio and I want to get text from an updating invoices on a website, I want the robot to get the text from the new invoices only and save it an an excel sheet. How can I do it? I tried get text but it's not dynamic
0
votes
1 answer

How to create a UIPathRobot Virtual Machine using terraform in Azure?

I have created virtual networks, subnets, and network security groups using Terraform. Next, I want to create a UIPathRobot virtual machine along with custom extensions inside the existing virtual network, subnet, and NSG. How to create a…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
0
votes
2 answers

Data scraping from web for custom pages UiPath RPA

I am scraping from web (A book website), so looking for a dynamic way to extract the data from page 5 to 7, I don't know how many pages my search will have every time. It will be difficult to count the whole data. I am trying to extract from each…
0
votes
1 answer

Unable to use PowerBI .pbix file to Refresh report and save Cannot bring the target application in foreground because the Windows session is locked

I have been working on this automation that generates a report from an online ticketing tool and then stores the Excel report in a folder, from where the PowerBI file has to be opened. Once open, refresh button needs to be pressed. Followed by…
Jaya
  • 35
  • 2
  • 9
0
votes
1 answer

Can UIPath bot be setup and run on Mac OS

Can UiPath work on Mac OS? (i.e., A) can automations and bots be setup on a Mac and B) can they be ran on a Mac?) Thank you very much.
0
votes
2 answers

[Issue on Integrating CICD Pipeline]-No hosted parallelism has been purchased or granted

I want to integrate CICD Pipeline for Uipath in azure devops using external application in orchestrator by following this uipath link How to Implement CICD Pipeline Using Azure DevOps Pipelines | Community Blog But when I build the pipeline and then…
0
votes
1 answer

How to Copying Range from Google Sheet to Clipboard UIPath

I want to Copying Range from my google sheet to Clipboard using UiPath Studio. Do you guys have any idea how to do this??
0
votes
0 answers

„InternalServerError“ within UiPath Self-hosted Orchestrator

anyone of you using self-hosted orchestrator in 2020 LTS version who has ever experienced an „InternalServerError“ WITHOUT any proper error code INSIDE UiPath Studio when starting a process from there? UiPath Studio runs on a virtual desktop and is…
franz909
  • 182
  • 2
  • 15
0
votes
1 answer

UiPath Cloud Studio version 21.10.5 automation developer service mode install unattended robot issue

I have installed UiPath Cloud Studio version 21.10.5 with advanced settings in service mode on a Azure windows instance using a service account per the instructions in the link…
VC1
  • 1,660
  • 4
  • 25
  • 42
0
votes
1 answer

UiPath Anchor Base Activity Deprecation / Not Able to Find It

I am using Latest UiPath Community Version (2021.10.5), I am Trying to access the Anchor Base Activity in UiPath But I am not able to find it. Can someone tell me if it's deprecated or the name has been changed ? And if deprecated can somebody give…
Fire Bolt
  • 7
  • 2
0
votes
1 answer

UiPath Studio Activity Query

I just need to know what is the entry point of a process or a library when we create and run them in UiPath Studio For Example When we create a angularjs Program we know when we run it the entry point of that application is "ng-app" UiPath Studio…
Fire Bolt
  • 7
  • 2
0
votes
1 answer

I want a failover for my Uipath Orchestrator without using HAA. I want my Standard orchestrator to switch to Basic Orchestrator is that possible?

I have a standard orchestrator but if it goes down as a failover, I want my basic orchestrator to take its place so there would be no difference felt by the end-user. I want that without using HAA provided by UiPath.
0
votes
1 answer

I get an error access denied when I execute "UiRobot.exe execute --file abc.xaml" on Azure Pipeline or Release with CMD task

Agent host only has C drive. I tried run C:\Users\uania\AppData\Local\UiPath\app-21.4.4\UiRoobot.exe execute --file C:\agent\_work\1\s\src\abc.xaml on agent host and worked well,but run this at Release,I get an error access denied. I removed agent…