IMGOPT parameter

From m204wiki
Jump to navigation Jump to search

Imagine options

Summary

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

Description

This parameter affects processing for Imagine Transparency requests.

The bits have the following meanings:

SettingsMeaning
X'01' Push updates to the broker at the end of any For loop where there are pending updates. Normally, updates are deferred until there is a normal interaction with the broker such as for an Find or Commit. While this is very efficient in that it reduces the number of interactions with the broker, it can make it difficult to diagnose problems applying Transparency updates since any errors will occur well after the update, making it difficult to determine where a problematic update came from. By setting IMGOPT X'01', broker errors will be reflected to Model 204 very close to the location of the update.
X'02' Produce a stack trace for any messages resulting from IMGTRACE settings. While IMGTRACE can be useful in debugging problems when using Transparency, one might get trace data but find it difficult to associate it with the source code that produced that data. Setting IMGOPT X'02' makes it easy to identify the source of any IMGTRACE data.