cancel
Showing results for 
Search instead for 
Did you mean: 

Delete messages AAE. Retention period

Former Member
0 Kudos

Hi experts.

We are in PI 7.31 Java Only. There's a Job for deleting messages in aae but where can I set the retention period? We need to increase the time the messages are deleted.

Thank u so much.

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

vadimklimov
Active Contributor
0 Kudos

Hello Christian,

Retention period in Adapter Engine can be set for asynchronously processed messages using properties of J2EE service "XPI Adapter: XI" - xiadapter.inbound.persistDuration.default and xiadapter.outbound.persistDuration.default. For synchronous messages, you can only influence amount of messages that are kept in Message Store, but not actual the retention period for their persistence.

Please check discussion in the thread http://scn.sap.com/thread/3268647 where you can find details on these parameters.

Regards,

Vadim

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot everybody.

A pleasure!

manigram
Active Participant
0 Kudos

Hi,

1) NWA-->Configuration-->Infrastructure -->Java System Properties

2) Go to Services tab, and type XPI and select – XPI Adapter: XI

3) Type “persist” in Properties filter

4) Set Retention period in Milli seconds and save

2592000000 = 30 Days



iaki_vila
Active Contributor
0 Kudos