cancel
Showing results for 
Search instead for 
Did you mean: 

TRACE level

Former Member
0 Kudos

hello,everyone

Which T-CODE can adjust the trace level appeared in the sxmb-monitor, for example:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Response

-->

- <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">

<<b>Trace level</b>="1" type="T">Party normalization: sender</Trace>

so i want to adjust the trace level from 1 to 3. Which tcode can i enter?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amanda,

this should be easy!

Go to transaction sxmb_adm ---> integration engine configuration and set the parameter from category Runtime and Subcategory TRACING. You can set this up to "3". However, be careful as your database will grow very quickly. You should only use this for a special purpose/message. Then turn it down to "1" again. If a message is set to error, and you restart it, you will have a pop up asking you whether you would like to increase it to the maximum. In this case the max level trace will only affect the message in question and not every question.

This should help you.

Regards, Jaime Farinos

Shabarish_Nair
Active Contributor
0 Kudos

/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

I think this weblog by michael would give you a better idea

Former Member
0 Kudos

Thanks,Jaime Farinos

Great