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

Trace Level

Former Member
0 Likes
923

Hi All,

How to check the Trace level for mapping Errors.

Thanks In Advance.

Regards,

Prasad.

View Entire Topic
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.