Automate Export/Import
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-22 09:51 AM
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
------------------------------
Thank you for any ideas!
#BPTechTips#Quick_Tip
------------------------------
Stephan Knoell
Senior Developer
Roboyo
Munich
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-22 11:46 AM
@se61qoku
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-22 03:25 PM
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.

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
------------------------------
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.
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-22 07:33 AM
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:
------------------------------
Walter Koller
Solution Manager
Erste Digital / Erste Group Bank
Europe/Vienna
------------------------------
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
------------------------------
