IMGTRACE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 16: Line 16:
==Description==
==Description==
<p>
<p>
This parameter indicates the level of tracing for <var>Imagine Transparency</var> requests. Trace entries are sent to the <var class="product">Model 204</var> journal and, optionally, the user terminal.  
This parameter indicates the level of tracing for <var>Imagine Transparency</var> requests. Trace entries are sent to the <var class="product">Model 204</var> journal and, optionally, the user terminal as message M204.3016.  
</p>
</p>
<p>
<p>
Line 23: Line 23:
<tr class="head"><th>Settings</th><th>Meaning</th></tr>
<tr class="head"><th>Settings</th><th>Meaning</th></tr>
<tr><th align="right"><var>X'01'</var></th>
<tr><th align="right"><var>X'01'</var></th>
<td>Trace find processing. Shows the find functions executed on the <var class="product">Imagine</var> broker, presumably to process <var class="product">Model 204</var> <var>Find</var> statements.
<td>Trace <var>Find</var> processing. Shows the find functions executed on the <var class="product">Imagine</var> broker, presumably to process <var class="product">Model 204</var> <var>Find</var> statements.
</td></tr>
</td></tr>
<tr><th align="right"><var>X'02'</var></th>
<tr><th align="right"><var>X'02'</var></th>
Line 31: Line 31:
<td>Trace update processing. This currently does not show anything.
<td>Trace update processing. This currently does not show anything.
</td></tr>
</td></tr>
<tr><th align="right"><var>X'08'</var></th>
<tr><th align="right"><var>X'10'</var></th>
<td>Trace call processing. This currently does not show anything.
<td>Trace call processing. This currently does not show anything.
</td></tr>
<tr><th align="right"><var>X'20'</var></th>
<td>Trace <var>Find Values</var> processing. Shows the findValues function executed on the <var class="product">Imagine</var> broker and the number of values that matched the call obtained.
</td></tr>
<tr><th align="right"><var>X'80'</var></th>
<td>Send trace data to the user terminal.
</td></tr>
</td></tr>
</table>
</table>

Revision as of 14:14, 24 March 2025

Imagine trace flags

Summary

Default value
X'00'
Parameter type
System
Where set
User resettable
Related products
Imagine Transparency
Introduced
Model 204 V8.0

Description

This parameter indicates the level of tracing for Imagine Transparency requests. Trace entries are sent to the Model 204 journal and, optionally, the user terminal as message M204.3016.

The bits have the following meanings:

SettingsMeaning
X'01' Trace Find processing. Shows the find functions executed on the Imagine broker, presumably to process Model 204 Find statements.
X'02' Trace get record processing. Shows the record retrieval requests sent from Model 204 to Imagine and the contents of each record sent from Imagine to Model 204 in JSON format.
X'04' Trace update processing. This currently does not show anything.
X'10' Trace call processing. This currently does not show anything.
X'20' Trace Find Values processing. Shows the findValues function executed on the Imagine broker and the number of values that matched the call obtained.
X'80' Send trace data to the user terminal.