Single Thread UBE

magpie

Active Member
We have a custom UBE that was accidentally submitted multiple times by a user. We would like to prevent it from running concurrently in the future.

Is single threading the answer? If so, can anyone point me to some detailed instructions or instruct me him/herself.

Many thanks.

Maggie
 
Okay. I think I understand this now. Set up a single-threaded queue, using the jde.ini file on the server. Edit the UBE versions to direct them to that queue.

Next question....does the job have to run on the server to then be single threaded? The UBE I have in mind typically runs local.

Thanks,

Maggie
 
Back
Top