cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trace Level

Former Member
0 Likes
895

Hi All,

How to check the Trace level for mapping Errors.

Thanks In Advance.

Regards,

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Prasad,

When you are testing your message mapping,you can give trace details at mapping level only,

just go to test tab window,below you will see Trace level value,you can select any value Notrace,Warning,info,Debug,all(0,1,2,3,4).

Regards,

Raj

Answers (4)

Answers (4)

Former Member
0 Likes

Hi Folks,

I have a requirment like this sap ecc to webservices so here my question is which sap pi adaper is the best ? either soap/ http ?

early reply will be appriciated !

Regards,

Ravi.

Former Member
0 Likes

Hi Prasad,

At runtime of a message mapping you can create messages for a trace in user-defined functions (see : MappingTrace Object). Furthermore, if you have set the trace level to Debug, the message mapping runtime writes information for error analysis to the trace. To display trace messages in the text window for status messages in the test environment, you must select a trace level before the test.

These are the some trace model messages

Trace Level

Outcome

No Trace

No information about the trace is displayed.

Warning

Trace messages are displayed that you have written to the trace by means of the addWarning() method.

Information

Trace messages are displayed that you have written to the trace by means of the addInfo() method.

Debug

Trace messages from the message mapping runtime and so on are displayed that you have written to the trace by means of the addDebugMessage() method.

All

All trace messages displayed

Regards,

Ravi.

Former Member
0 Likes

Hi Prasad,

At runtime of a message mapping you can create messages for a trace in user-defined functions (see : MappingTrace Object). Furthermore, if you have set the trace level to Debug, the message mapping runtime writes information for error analysis to the trace. To display trace messages in the text window for status messages in the test environment, you must select a trace level before the test.

These are the some trace model messages

Trace Level

Outcome

No Trace

No information about the trace is displayed.

Warning

Trace messages are displayed that you have written to the trace by means of the addWarning() method.

Information

Trace messages are displayed that you have written to the trace by means of the addInfo() method.

Debug

Trace messages from the message mapping runtime and so on are displayed that you have written to the trace by means of the addDebugMessage() method.

All

All trace messages displayed

Regards,

Ravi.

Former Member
0 Likes

Hi,

In Category run time,Parameter TRACR_LEVEL,Current Value i gave wat I have to give for DefaultValue and I have to tick the prefix.

Regards,

Prasad

abhijitbolakhe
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi

Maintain Trace level parameters in SXMB_ADM-----Integration engine configuration

Catergory : RUNTIME

Parameters : TRACE_LEVEL

The parameter TRACE_LEVEL enables you to locally set the trace level for all pipelines in an Integration Engine.

However, the diagnostic header of a message can specify the trace level at which it is to be processed. Runtime then uses the higher of the local trace level and the message trace level.

Usage

You set this parameter when you want to analyze message processing as it enables you to document either individual steps or all steps in a pipeline.

Possible Values

0 Trace deactivated

1 Document important processing steps

2 Document important processing steps and details

3 Document all processing steps and details.

Regards

Abhijit