cancel
Showing results for 
Search instead for 
Did you mean: 

XI messages

Former Member
0 Kudos

Hi,

I have few inbound messages in XI , which I want to delete. They were not processed and are sitting with an error flag. ( because an incorrect system was pointing to this XI box).

What is the best Practice ?

Cheers,

VB

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Cancel the messages in tx SXI_MONITOR and they'll be purged eventually from the database. If you don't, the message will stay there indefinitely ... And you don't want that

Former Member
0 Kudos

Thanks Fredrick. It resolved the issue.

Answers (3)

Answers (3)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

In that case, you could just cancel the messages in SXI_MONITOR by clicking the pencil icon.

Hope this helps,

Former Member
0 Kudos

Basically it depends on whether the system is a production system or not. In a non-production system messages can be canceled through SXMB_MONI as described above. You also need to schedule a job which depetes messsages in "cancaled manually" status.

In a production system manually canceled messages must be archived (by scheduled job) before the deletion job can remove them.

Regards,

Kai

aashish_sinha
Active Contributor
0 Kudos

Hi,

Use program RSXMB_MARK_DELETABLE_MESSAGES and

RSXMB_DELETE_MESSAGES.

Regards

Aashish Sinha

siddhesh_pathak4
Contributor
0 Kudos

Try out with "Cancel processing of messages with errors". We have one button at the top in SXMB_MONI.