cancel
Showing results for 
Search instead for 
Did you mean: 

locked event handlers

former_member193027
Participant
0 Kudos

Why the event handlers get locked and in case it gets locked how do we rectify them.

also we have a note implemented for the same but still sometimes the event handlers get locked.

Is there a report or search functionality by which we know the reason and type why EH are locked

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190756
Active Contributor
0 Kudos

Hello Dipak,

EH gets locked when an update comes or a message is processed for this EH.

Check transaction /SAPTRX/EMJOBS there you can schedule reports that handle updates for locked EH.

Best regards,

Steffen

former_member193027
Participant
0 Kudos

But is there any way to find out which event handlers are locked.

former_member190756
Active Contributor
0 Kudos

You can look into table /SAPTRX/LOCKEDEH there are all EH guids stored for EH that were locked during Event Message processing.

Table /SAPTRX/RP_AOID contains the EH guids for locked EH during EH updates.

After running the mentioned jobs above these tables get cleared if the EH is then processed correctly.

Best regards,

Steffen