cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate message in SXMB_MONI

Former Member
0 Kudos

Hi Consultants,

We are integrating SAP ERP with 3rd party application using PI. PI and ECC both are in one system with different clients(PI on 001 and ECC on 800).

Two messages are getting logged in SXMB_MONI for each message processed from IE. Eg:

CENTRAL Client 001 96CC5600C75B11E091CC00155D0C170D

RECEIVER Client 800 96CC5600C75B11E091CC00155D0C170D

In SXMB_ADM, blow are the parameters are configured in Integration Engine,

PERF DAYS_TO_KEEP_DATA AGGREGATION_ITEMS 15

PERF DAYS_TO_KEEP_DATA MEASUREMENT_ITEMS 15

PERF MEASUREMENT_LEVEL 1

PERF MEASUREMENT_PERSIST 1

RUNTIME ACK_SYSTEM_FAILURE 1

RUNTIME ENGINE_TYPE HUB

RUNTIME IS_URL dest://XI_INTEGRATIONSERVER

RUNTIME LOGGING 1

RUNTIME LOGGING_PROPAGATION 1

RUNTIME LOGGING_SYNC 1

Is there any way to get ridd off one entry from the moni?

Thanks in advance.

Regards,

Nausheen

Accepted Solutions (0)

Answers (2)

Answers (2)

monika_eggers
Active Participant
0 Kudos

For asynchronous messages there is no way to get rid of these seemingly "duplicate" messages, they have to show up once in the PI client and once in the application client. To hide them from display, however, you can go to the second tab in SXMB_MONI and restrict the client for which to show messages. Also you can give the users authorization profiles that only allow them to show messages in the client to which they are logged on.

former_member472138
Active Contributor
0 Kudos

I feel you cannot achieve your requirement with your configuration mentioned above. The parameters will not fulfill your purpose.

My suggestion is to write a simple abap code to remove it out. But let's see for other inputs too.

Regards

Pothana