cancel
Showing results for 
Search instead for 
Did you mean: 

Persist synchronous XI messages without errors

monika_eggers
Active Participant
0 Kudos

How do I persist synchronous XI messages without errors so that they show up in sxi_monitor for analysis? Asynchronous messages with and without errors and synchronous messages with errors are persisted and visible in sxi_monitor / sxmb_moni by default.

I tried sxmb_adm -> Define Interfaces for Archiving and Retention Periods -> Retention Periods.

Various documentation, for example this http://help.sap.com/saphelp_nw04/helpdata/en/41/b715015ffc11d5b3ea0050da403d6a/content.htm , mentions that to delete synchronous error-free XI messages immediately one should set the retention period to 0. This is the default. I want the opposite, so I set it to 1 day, like the other three settings. But no luck, they still do not show up in sxi_monitor.

What am I missing?

Accepted Solutions (1)

Accepted Solutions (1)

sunil_singh13
Active Contributor
0 Kudos

Monika,

Setting the LOGGING_SYNC = 1 enough to start persistance of Sync messages. The parameter is set in SXMB_ADM - > Integration Engine Configuration - > Specific Configuration

Category : Runtime

Parameter : LOGGING_SYNCH

Current value : 1

Change Trace value only if u require more info for the message but not advisable.... If setting the parameter doesnt work imeediatly .. try to restart the server once..

Thanks,

Sunil Singh

monika_eggers
Active Participant
0 Kudos

Thank you, Sunil, this worked perfectly!

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

modify the parameters

Category :RUNTIME

TRACE_LEVEL 3

Category : Runtime

Parameter : LOGGING_SYNC

Current value : 1

Category :RUNTIME

TRACE_LEVEL_PROPAGATION =1

Take a look to this:

http://help.sap.com/saphelp_nw04/helpdata/en/d6/49543b1e49bc1fe10000000a114084/frameset.htm

Edited by: Rodrigo Alejandro Pertierra on Sep 29, 2010 12:26 PM