Missing data in BP database
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-09-20 09:03 PM
Hi,
I'm trying to set up a way to follow up things like volumes, run time, resource availability and so on. Will most likely do it in Power BI.
I had a look in the BP database to see what was available and how the tables was linked since there is not one table that contains all the info I would like to have. Most of the tables are linked but I noticed that the field 'process id' in the WorkQueue table is blank.
I guess that this field should be populated with the 'process id' that comes from the table Process? So that you are able to pick one process and from that selection get the queue/queues that are handled by that process?
Does anyone know how to connect a process to a work queue so it is reflected in the BP database?
------------------------------
Robin Wessman
Process Expert RPA
Sandvik
Sandviken, Sweden
------------------------------
I'm trying to set up a way to follow up things like volumes, run time, resource availability and so on. Will most likely do it in Power BI.
I had a look in the BP database to see what was available and how the tables was linked since there is not one table that contains all the info I would like to have. Most of the tables are linked but I noticed that the field 'process id' in the WorkQueue table is blank.
I guess that this field should be populated with the 'process id' that comes from the table Process? So that you are able to pick one process and from that selection get the queue/queues that are handled by that process?
Does anyone know how to connect a process to a work queue so it is reflected in the BP database?
------------------------------
Robin Wessman
Process Expert RPA
Sandvik
Sandviken, Sweden
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-20 07:15 AM
Hi Robin,
Do an inner join to bp workqueue items table and session table on session id and an inner join to process table and session table on process id. put a where clause on process name.
you will get the items processed while the selected process was running.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
Do an inner join to bp workqueue items table and session table on session id and an inner join to process table and session table on process id. put a where clause on process name.
you will get the items processed while the selected process was running.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-20 02:46 PM
The processid on the BPAWorkQueue table is for the Active Queue feature:
It does not necessarily mean that that is the only process that can alter items in the work queue. I wouldn't recommend using it as a method of reporting. I'd go with Jerin's response to finding which work queues have been worked on by which process.
I've had quite a bit of experience in building reports from the Blue Prism tables, feel free to PM me if you have issues getting the data you need.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
It does not necessarily mean that that is the only process that can alter items in the work queue. I wouldn't recommend using it as a method of reporting. I'd go with Jerin's response to finding which work queues have been worked on by which process.
I've had quite a bit of experience in building reports from the Blue Prism tables, feel free to PM me if you have issues getting the data you need.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
