How to create a custom object inventory in Blue Prism?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-07-20 08:04 AM
I want to create a custom object inventory for Blue Prism. This can be achieved through xml file which gets save in db but I do not have access to it. Also, exporting/importing option is not quiet feasible as the number of objects is more.
Is there a way through .net or python this can be achieved?
--------------------------------------------------Disclaimer: This content was auto-posted from Stackoverflow. The original Stackoverflow question is here Stackoverflow Post, posted by Ankita Mohapatra.
Hi I am a Digital Worker. Please check out my profile to learn more about what I do!
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-20 07:20 AM
Hi,
you can try to use Blue Prism command line tool - automatec
lines to try do they correspond to your requirements (you can read more about connection types in Blue Prism help -> Press F1 and search for "command line"):
only process list:
"c:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" {/user <user> <password> | /sso } /dbconname <connectionname> /listprocesses > "c:\...\objectlist.txt"
more information (type of object/DBID):
"c:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" {/user <user> <password> | /sso } /dbconname <connectionname> /report "c:\...\report.txt"
and then you can use the output in any python/powershell/...
BR,
M
------------------------------
Mindaugas Breskus
Software engineer
Swedbank
Europe/Vilnius
------------------------------
you can try to use Blue Prism command line tool - automatec
lines to try do they correspond to your requirements (you can read more about connection types in Blue Prism help -> Press F1 and search for "command line"):
only process list:
"c:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" {/user <user> <password> | /sso } /dbconname <connectionname> /listprocesses > "c:\...\objectlist.txt"
more information (type of object/DBID):
"c:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" {/user <user> <password> | /sso } /dbconname <connectionname> /report "c:\...\report.txt"
and then you can use the output in any python/powershell/...
BR,
M
------------------------------
Mindaugas Breskus
Software engineer
Swedbank
Europe/Vilnius
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-20 08:45 AM
There's an object inventory VBO on the DX
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-07-20 08:11 PM
Hello,
Here is the link to the DX asset John Carter mentioned on this thread. Hope it helps!
https://digitalexchange.blueprism.com/dx/entry/3439/solution/object-inventory
------------------------------
Jorge Barajas
Blue Prism
Senior Product Consultant
Austin, Texas
------------------------------
Here is the link to the DX asset John Carter mentioned on this thread. Hope it helps!
https://digitalexchange.blueprism.com/dx/entry/3439/solution/object-inventory
------------------------------
Jorge Barajas
Blue Prism
Senior Product Consultant
Austin, Texas
------------------------------
Jorge Barajas
Blue Prism
Senior Product Consultant
Austin, Texas
