A script-enabled browser is required for this page to function properly.

TRACEOPTS command line keyword

TRACEOPTS indicates the tracing information that you want to be logged in the file specified by TRACEFILE.

The executables that can use this keyword are:

rwbuilder yes
rwrun yes
rwclient yes
rwcgi yes
rwserver yes
rwservlet yes
rwconverter no

Syntax

TRACEOPTS={TRACE_ALL|TRACE_APP|TRACE_BRK|TRACE_DBG|TRACE_DST|TRACE_ERR|TRACE_EXC|TRACE_INF|TRACE_LOG|
           TRACE_PLS|TRACE_PRF|TRACE_SQL|TRACE_STA|TRACE_TMS|TRACE_WRN}

Values

Description

TRACE_ALL
(default)

Log all possible trace information in the trace file.

TRACE_APP

Log trace information on all the report objects in the trace file.

TRACE_BRK

List breakpoints in the trace file.

TRACE_DBG

Adds debug information to the trace file.

TRACE_DST

List distribution lists in the trace file. You can use this information to determine which section was sent to which destination. The trace file format is very similar to the .DST file format, so you can cut and paste to generate a .DST file from the trace file. 

TRACE_ERR

List error messages and warnings in the trace file. 

TRACE_EXC List Reports Server exceptions.

TRACE_INF

Dump any information not covered by the other options into the trace file.

TRACE_LOG

Duplicate log information in the trace file. If you have specified a log element, in addition to a trace element, in your server configuration file, this value will cause information that is sent to the log file to also be sent to the trace file.

TRACE_PLS

Log trace information on all the PL/SQL objects in the trace file.

TRACE_PRF

Log performance statistics in the trace file.

TRACE_SQL

Log trace information on all the SQL in the trace file.

TRACE_STA

Add server and engine state information, such as initialize, ready, run, and shut-down to the trace file.

TRACE_TMS

Enter a timestamp for each entry in the trace file.

TRACE_WRN

Add server warning information to the trace file.

 Usage notes

Examples

rwrun report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf traceopts=trace_prf tracemode=trace_replace
http://myias.mycomp.com:7779/rwservlet?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+traceopts=trace_prf+tracemode=trace_replace
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+traceopts=trace_prf+tracemode=trace_replace
rwclient server=myrepserver report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf traceopts=trace_prf tracemode=trace_replace

See also

Tracing report execution

Command line keywords

Using the command line

Running a report from the command line