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,
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.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.