Blueprism to UiPath

Hello All,

Is there a utility/tool/application available to migrate BOTs from Blueprism to UiPath.

Thanks,
Vaibhav

Hi @vaibhav.agarwal18

Check on this thread

I hope it helps!!

Hi @vaibhav.agarwal18 ,

I do not believe we have a Tool yet to convert projects created using other RPA tools to UiPath.

1 Like

Hi @vaibhav.agarwal18

Well, first of all if the actual project requirement is invoking one automation software using another automation then there seems to be something fundamentally wrong in solution designing.
On the other hand if it is some curiosity / self challenge then you can possibly try two things :

  1. Open command prompt using UiPath and write command to run BP bot in it.
  2. Create a command or batch file (.cmd/.bat) with above command and run it via UiPath

You can try below steps…
Also search a bit on internet you can find multiple commands to try and run your process.

You can try to run in two parts, First with change directory (“cd”) and second is “AutomateC.exe”.

Command 1: cd C:\Program Files\Blue Prism Limited\Blue Prism Automate
Command 2: AutomateC.exe /run /resource /user /dbconname

Details :
: Process name to be triggered
: Resource/Machine name on which process will be triggered
: User name of Blue prism
: Password of Blue prism
: DB Connection Name for Blue prism

NOTE : Blue prism must be running and Process must be published to Control Room.

Hope it helps!!

I am not looking at Invoking BOTs, but migrating them. As in converting Blueprism BOT into UiPath BOT.

Hi @vaibhav.agarwal18

There is no tool/application/utility to migrate from BluePrism to UiPath.Other than recreating the work flow in UiPath there is no other option.

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.