cancel
Showing results for 
Search instead for 
Did you mean: 

logging in xi

Former Member
0 Kudos

we have two XI systems and we are two differnt ways of logging synchronous messages.

In one system, when a message (synchronous) is triggered in SXMB_MONI we are seeing

only one message(but it contains both request and response).

In second system, when a message (synchronous) is triggered in SXMB_MONI we are seeing

two messages(both the messages again contains request and responses in it).

Is there any setting to enable to avoid logging two messages in sxmb_moni ?? As request

itself contains both the messages(request&response), we don't want response again to log-in

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

If message appeared in Tcode SXMB_MONI, check the XI Pipeline steps.

By default Pipeline steps do not appear in the Tcode SXMB_MONI. To get the Pipeline steps in SXMB_MONI we need to do following external setting in Tcode SXMB_ADM (Usually this setting will be done by an XI technology consultant, but its always better to know the steps)

Category: RUNTIME, Parameter: LOGGING, Current Value: 1

After entering the values, save the settings and test the scenario. Now we can view the pipeline steps in SXMB_MONI for an XML Message.

Using the XI pipeline steps we can find out the source payload and the payload after the mapping conversion. It also explains as to what happens in each pipeline step during runtime.

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

Former Member
0 Kudos

Hi,

Please compare the parameters and there values in boith the environments by going to sxmb_adm transaction in each environment. Have the same values in both the enviromnet. Hopefully it will work.

Thanks

Amit

Reward points if answer is useful

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Set the Logging Parameters in sxmb_adm.

Integration Engine Configuration -> specifc Configuration

RUNTIME Parameter

LOGGING = 1

LOGGING_SYNC = 1

TRACE_LEVEL = 3

TRACE_LEVEL_PROPAGATION = 1

See the below threads also...

Thanks,

Vijaya

Former Member
0 Kudos

hey,

Check this blog too..

/people/michal.krawczyk2/blog/2007/04/30/xipi-personalized-logging-tracing

Thanks,

VIjaya