Script function: Outputs values to a trace file
TRACE (Trace option, trace level, trace output)
Syntax |
Description/Format |
---|---|
Trace option |
Trace setting Allowed values: "1" - TCP/IP |
Trace level |
Trace size The allowed values depend on the selected trace option. |
Trace output |
Any text that serves as trace output Format: script literal or script variable |
Return codes |
---|
"0" - The trace was successful. |
This script function only serves diagnostic purposes and must only be used in close cooperation with the support team!
To enable trace output, keep the following instructions in mind:
The trace output is written to the file specified in the INI file of the Server (see [TRACE] section).
In the following example, a trace for the content of a script variable is activated. The trace is successful when a databaseA database is an organized collection of data including relevant data structures. trace with at least one of four trace levels was activated in the properties of the server processes.
:SET &NUMBER# = 10
:SET &RET# = TRACE(2,4,"The variable NUMBER has the value: &NUMBER#")
See also:
Script element | Description |
---|---|
Outputs values of the memory range to a log file |
|
Outputs values of the memory range to a trace file |
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function