Problem:
You can enable Xcentrisity BIS tracing for an individual service program using the {{ Trace }} tag in an SRF file. However, it is also possible to globally enable tracing for all service programs.
Resolution:
You can globally enable tracing on both Windows and UNIX using the BIS_TRACE_SUFFIX environment variable. Below is an excerpt from the Xcentrisity BIS User's Guide:
-------------------------------
4.11.4 The BIS_TRACE_SUFFIX Environment Variable
On BIS/IIS, the BIS_TRACE_SUFFIX environment variable and, on BIS/Apache, the BISTraceSuffix configuration parameter allows trace parameters to be injected into every trace statement. While this requires administrative access to the web server, this is useful for globally providing specific clients access to trace information.
-------------------------------
On UNIX platforms, you can also configure tracing options using the "BISTraceSuffix" keyword in the "mod_xbis.conf" Apache configuration file. The BISTraceSuffix directive adds additional options to Trace tag whenever one is processed. The value of this directive is processed after the options specified in the Trace tag, but before the options specified in the trace query parameter. There is no default for this directive. The options are described in the Trace tag section. All Trace tag options are allowed.
For more information on configuring BIS tracing, please see section "4.11.4 The BIS_TRACE_SUFFIX Environment Variable" and "Appendix I. Configuration after Installation (UNIX/Apache)" of the Xcentrisity BIS User's Guide.