IMGTRACE parameter

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.