Is UBE Running

Karzmo

Karzmo

Active Member
Hi all,

Is there a way to check if a particular UBE is running? I believe F986110 is mapped by server but this particular UBE can only be running once per environment at any one time.

I thnk there is a BSFN!

Thanks
 
Normally you would map a UBE to a particular batch server and single threaded queue to ensure that it does not run more than once concurrently. As far as monitoring goes it gets a little difficult because JDE does not actually store the UBE name and version in the submitted jobs table. To check the F986110 table you need to update the server map cache before doing a query to ensure that you hit the right table.
 
Easiest way maybe to ensure it runs on a single threaded queue?

Then it can only be running just the once
 
If this is a custom UBE, you can write a business object reservation record (F00095) and use that as a semaphore.

Craig
 
In work submitted jobs, row exit to Execution Details, turn on Introspection and you can view the job progress.
 
Back
Top