TRACEMODE
command line keywordTRACEMODE
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 |
TRACEMODE={TRACE_APPEND|TRACE_REPLACE}
Values |
Description |
|
Adds the new information to the end of the file. |
|
Overwrites the file. |
See Usage notes under TRACEFILE
.
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
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.