cancel
Showing results for 
Search instead for 
Did you mean: 

SXI_Monitor - can't see all processing steps in message monitor

Former Member
0 Kudos

Hello everybody,

I finished my SAP XI TBIT40 course a few days ago and want to work through some details.

Therefore I built a simple scenario which collects a file, performs a simple mapping (concatenating all fields into one new field) and writes the result to a new file.

Everything works quite fine, but I cannot see all processing steps of the XI pipeline in the XML message monitor of TA:SXI_MONITOR. I checked my course-material, but each screenshot displayed all steps (e.g. mapping, interface determination, etc). I can only see the steps 1)Inbound Message, 2) Receiver Grouping, 3)Response.

Any idea, how I can see all steps, especially mapping, receiver determination and interface determination? Is there any configuration missing?

Thanks for your help,

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Double click on any row in SXMB_MONI and you should able to see the details.

Thanks,

Prateek

Former Member
0 Kudos

Hi Prateek,

that's what I did already...

I would have expected to see all processing steps of the pipeline, but only the above mentioned are displayed.

How can I see the message details for all processing steps?

Regards,

Christian

Answers (2)

Answers (2)

Former Member
0 Kudos

The solution is:

Add the parameters

TRACE_LEVEL = 3

LOGGING = 1

in the RUNTIME category under SXMB_ADM -> Integration Engine.

Thanks for your help,

Christian

Former Member
0 Kudos

Hi Christian,

You will have to increase the Runtime Trace lvel paramter in transaction SXMB_ADM

Goto Transaction SXMB_ADM>Integration Engine Configuration> specific configuration.

Add paramter:

Catagory Runtime

Parameter: TRACE_LEVEL

Value: 2 or three.

Regards

Vijaya