cancel
Showing results for 
Search instead for 
Did you mean: 

sxmb_moni msg status is "recorded (commit mising)"

Former Member
0 Kudos

scenario:

1.proxy2mq interface.

2.when monitoring via sxmb_moni (R3) some of the messages has no flag mark (at the left side), and thier status is "recorded (commit missing)".

3. when monitoring via sxmb_moni (XI) all messages are successful processed.

observations:

1. the abap code was re-reviewed (and it seems all "commit work" statments are at write place).

2. since all monitored messages (regardless status at R3) are successfully processed by XI it seems it is not a real issue.

questions:

1. is it a real issue (or it should be ignored)?

2. what is the meaning of status "recorded (commit missing)" ?

Regards

Uri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if u have written the commit at the end of the report then it should not give any messaage like this.

can u check if u r using the commit at right place.

chirag

Former Member
0 Kudos

according to our last code review it seems all statments are at correct position.

Answers (1)

Answers (1)

Former Member
0 Kudos

'Commit missing' status is usually shown when the 'COMMIT WORK' statement is missing from the report calling the proxy, but as you are saying you have reviewed the code to be correct and moreover the messages are sucessfully transmitted irrespective of the status code. This is really strange, but don't ignore it, it matters as far as precise monitoring is concerned.