cancel
Showing results for 
Search instead for 
Did you mean: 

Automate Export/Import

StephanKnoell
Level 3
We have a huge amount of processes and objects which we have to export and import from one to another environment in our BP on prem solution. Is there another way to automate this other than developing a frontend automation? I am thinking of sth like a CLI which is used for CICD pipelines. 

Thank you for any ideas!
#BPTechTips#Quick_Tip​​​

------------------------------
Stephan Knoell
Senior Developer
Roboyo
Munich
------------------------------
3 REPLIES 3

@StephanKnoell

Have you explored the AutomateC command line utility that you can use for this purpose

https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=automatec 

There is also a asset on DX that shows how deployments can be done using Jenkins

https://digitalexchange.blueprism.com/dx/entry/3439/solution/blueprism-autodeployment-guide-for-devops

------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

Thank you @Shashank Kumar !

I tried to export a process with this command:

AutomateC /export MasterProcess_Test /user admin mypw

But I get an error that access to this  local path is denied.

18180.png
1. Since the path is set by default and I could not find anything in the docs what is the command for specifying the export path? 

2. Any idea how to fix this?

------------------------------
Stephan Knoell
Senior Developer
Roboyo
Munich
------------------------------

Hi,
As the process is exported in the current folder, you can change your current folder to where you have read/write permissions
You can try this:
cd c:\temp
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC" /export MasterProcess_test /user #### ####
 


​​

------------------------------
Walter Koller
Solution Manager
Erste Digital / Erste Group Bank
Europe/Vienna
------------------------------