on ‎2010 Mar 15 5:07 AM
Hi All,
How to check the Trace level for mapping Errors.
Thanks In Advance.
Regards,
Prasad.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.