CMDKEY
command line keywordCMDKEY
specifies a key-identified command line in the cgicmd.dat
file. For example:
http://.../reports/rwservlet?cmddkey=key...
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
no |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
CMDKEY=key
Values |
Description |
|
The name of any key associated with a command
line specified in the |
When you use CMDKEY
with rwservlet
, you can use it in any order
in the command line (or the URL, following the question mark). With rwservlet
,
you can use additional command line keywords along with CMDKEY
.
CMDKEY
can be used when running JSP-based
Web reports from the command line.
http://myias.mycomp.com:7779/report/rwservlet?server=myrepserv+userparam=12+cmdkey=keyname
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+userparam=12+cmdkey=key1
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.