cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting Messages in Integration Engine

Former Member
0 Kudos

Dear All

what all configurations required for deleting all messages in integration engine (ABAP) of XI

such that each message resides atleast in the DB for 30 days?

(ie all messages which are 30 days old should be deleted from Integration Engine)

Thanks and Regards

satish

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

you need to give settings in SPRO

for this there is how to guide on sdn ,search SDN for how to delete messages in XI

remeber after deleting messages you need to do data indexing other wise it will show red status in message persistence layer.

thanks

sandeep

Edited by: sandeep sharma on Jun 4, 2009 2:51 PM

former_member200962
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Satish,

you need to schedule the job RSXMB_DELETE_MESSAGES and set the integration engine parameter DELETION - PERSIST_DURATION - ASYNC to 30. This is for asynchronous messages, add the parameter with SYNC for deleting synchronous messages as well. You'll find this parameter in the transaction SXMB_ADMIN - Configure integration engine.

Regards,

Jörg

Edited by: Joerg Thiesmann on Jun 4, 2009 11:17 AM