cancel
Showing results for 
Search instead for 
Did you mean: 

Object Run Mode

Graeme__Tacon
Level 6
Hi, Is there an easy way to find which object is causing a process to run in exclusive mode ? We've just migrated over to v5.0.30 (from 4.2.35) and a couple of processes which used to run in background mode are now running in exclusive mode. We haven't changed the runmode of any objects, so I'm guessing v5 is more fussy that v4 was! Thanks Graeme
1 REPLY 1

John__Carter
Staff
Staff
Hi Graeme - there's no easy way. The best option is to start to create a package and use the 'find dependencies/references' functionality to see what objects a process uses. Once you've got a list you can check each object. Not nice if you've many objects I admit, but it's the best option with the client app. If you've DB access on the other hand, you could run a query on the BPAProcess table to list the objects and their runmodes. And yes, that should be in the product...