cancel
Showing results for 
Search instead for 
Did you mean: 

SXI_Monitor not showing more then one day messages in sap pi

Former Member
0 Kudos

Hi Experts ,

We are facing some critical issue in PI system monitoring, where we are finding only one day messages in sxi_monitor.

We need to be in-cress the occurrences of message like to  show one week days back messages also .

Please guide us to achieve this settings at basis level.

Regards

Ravi.

Accepted Solutions (1)

Accepted Solutions (1)

azharshaikh
Active Contributor
0 Kudos

Hi Ravi,

Check the Persistence value in your IE : SXMB_ADM .. .you can define the required value as per your requirement as follows:

Troubleshooting for Archive and Delete on Integration Engine - Process Integration - SCN Wiki

Defining Interfaces and Retention Periods for Archiving - Integration Engine - SAP Library

Regards,
Azhar

Answers (2)

Answers (2)

Former Member
0 Kudos


Hi Ravi

Abap stack:

T-Code :sxmb_adm , Go to Define Interfaces for Archiving and Retention Periods(Configuration)--> select option then--> go to Retention Periods

Change them to the following modified values

Java stack :

check if the below mentioned parameters are set to default value and if yes, then change them to the following modified values in the Java System properties option-

Parameter Name: XPI Adapter: XI

key name  ------------- Default value ------------- Modified ----------Values                                                                                                                              
xiadapter.inbound.persistDuration.default ------86400000()--------2592000000

xiadapter.outbound.persistDuration.default------86400000--------2592000000


Parameter Name : XPI Service: Messaging System

key name  --------Default value------------Modified value
messaging.auditLog.memoryCache-------true-----false

.........

Mutti

Former Member
0 Kudos

Hello Ravinder ,

Check with BASIS team whether any job is active in PI ABAP Stack for deleting the XML message after 1 day(SXMB_DELETE_MESSAGES) . IF the job is active then you can change the frequency of this job to run after one week.TCode SM37 will help in this case.

Thanks

Gaurav