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

TRACEMODE command line keyword

TRACEMODE specifies whether to append new trace information to existing information in the file specified by TRACEFILE, or overwrite the entire file.

The executables that can use this keyword are:

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

Syntax

TRACEMODE={TRACE_APPEND|TRACE_REPLACE}

Values

Description

TRACE_APPEND
(default)

Adds the new information to the end of the file.

TRACE_REPLACE

Overwrites the 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