Enqueue name conflicts
The FST2 transaction issues an enqueue on BMCFST2Q when an FST2 transaction is initiated.
Subsequent FST2 transactions attempt to enqueue on this name before running, and terminate if the enqueue is busy.
The BCRT transaction issues an enqueue on BBK1CRTR when the transaction is initiated. Subsequent BCRT transactions attempt to enqueue on this name before running, and terminate if the enqueue is busy.
The JNL2 transaction issues an enqueue on CMRJRNL when the transaction starts. This enqueue exists for the life of the JNL2 task and is used to prevent additional JNL2 tasks from initializing.
Issue the CEMT INQUIRE ENQMODEL(*) command to see if there is an existing ENQ model that will include the BMC AMI Ops Monitor for CICS enqueue names. If a conflict exists, see CICS-temporary-storage-and-enqueue-name-conflicts for information about applying a zap that changes the enqueue name.
Related topic