IMGTRACE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Created page with "{{Template:IMGTRACE parameter subtitle}} ==Summary== <dl> <dt>Default value <dd>X'00' <dt>Parameter type <dd>System <dt>Where set <dd>User resettable <dt>Related products <dd>Imagine Transparency <dt>Introduced <dd><var class="product">Model 204 V8.0</var> </dl> ==Description== <p> This parameter indicates the level of tracing for <var>Imagine Transparency</var> requests. </p> <p> The bits have the following meanings:</p> <table> <tr class="head"><th>Settings</th><..."
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
<dd>X'00'
<dd>X'00'
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>User
<dt>Where set
<dt>Where set
<dd>User resettable
<dd>User resettable
Line 16: Line 16:
==Description==
==Description==
<p>
<p>
This parameter indicates the level of tracing for <var>Imagine Transparency</var> requests.
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>
<td>Trace get record processing. Shows the record retrieval requests sent from <var class="product">Model 204</var> to <var class="product">Imagine</var> and the ciontents of a record sent from <var class="product">Imagine</var> to <var class="product">Model 204</var> in JSON format.
<td>Trace get record processing. Shows the record retrieval requests sent from <var class="product">Model 204</var> to <var class="product">Imagine</var> and the contents of each record sent from <var class="product">Imagine</var> to <var class="product">Model 204</var> in JSON format.
</td></tr>
<tr><th align="right"><var>X'04'</var></th>
<td>Trace update processing. This currently does not show anything.
</td></tr>
<tr><th align="right"><var>X'10'</var></th>
<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>


[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 17:33, 24 March 2025

Imagine trace flags

Summary

Default value
X'00'
Parameter type
User
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.