cancel
Showing results for 
Search instead for 
Did you mean: 

How to prevent Process from running in Exclusive Run Mode ?

SarthakMukherje
Level 2
I have a process dealing with mainframe automation (IBM PCOMM). I have made sure (from Edit-> Dependencies) all the VBOs that the process is using, is in "Foreground" running mode. But still when running the process the process runs in Exclusive mode (BP Listener logs "Exclusive" run mode).

I am not sure what I am missing or where to start looking.

I am using BluePrism v.6.8 on Windows 10. IBM PCOMM is v. 13.0
1 REPLY 1

bruce.liu
Staff
Staff
Hi Sarthak,

Have you checked all the VBOs that are not referenced directly by your process? This involves go to all VBOs directly referenced by your process and see if they have any dependent VBOs that are also in exclusive mode.

I have attached a SQL script that can be run against your Blue Prism database to find all dependent assets associated with a process. Once you have run the script, copy the results into a spreadsheet, then filter your process using AncestorName and inspect all objects returned.