Run the test bot in server machine

Hi,

I am new to RPA and UiPath. I have developed a sample test bot to read data from a scanned image file. How can run this test bot in server machine.

Thanks,
Jith

In order to run a workflow on any other machine you either have to copy that file to the new machine where UiPath Studio must also be installed, or you need to use Orchestrator to deploy Nuget Packages to that machine (UiPath Studio must still be installed).

Hi Richard,

Thanks for your reply.

I have published the code and generated Nuget package. I can see the test bot in the available services. But when I try to start the service it throws me an error as shown below:-
“An error appeared while executing AutoBot. Error message: Logon failure: unknown user name or bad password.”
Could you please help me to identify this issue ?

Thanks,
Jithesh

Sounds like you have an “unknown user name or bad password” :stuck_out_tongue:

Have you added the domain shortname before the username? That sometimes catches people out.

https://forum.uipath.com/t/authentation-problem/3849

2 Likes

Hi Richard,

Thanks for your reply. :slight_smile:

Actually the credentials what i have configured was wrong. :stuck_out_tongue:

Thank you.
Jithesh