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><..."
 
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.  
</p>
</p>
<p>
<p>
Line 26: Line 26:
</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'08'</var></th>
<td>Trace call processing. This currently does not show anything.
</td></tr>
</td></tr>
</table>
</table>


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

Revision as of 14:05, 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.

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'08' Trace call processing. This currently does not show anything.