SHOWJOBS
command line keywordSHOWJOBS
displays a Web view of the Reports
Server queue status.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
http://yourwebserver/reports/rwservlet/SHOWJOBS[n][?]
[server=servername][&authid=username/password][&queuetype=current|past|future]
[&startrow=start_position_in_job_queue][&count=number_of_jobs_to_display]
[&statusformat={html|xml|xmldtd}]
The name of the Reports Server must be specified implicitly by environment variable or servlet configuration file, or explicitly in the URL request. The refresh number n is optional. When it is specified, the report's queue status will be updated every n seconds.
The statusformat
can be set to html (default), xml, or xmldtd
to return status in that format. The status information is generated in
html, xml, or xmldtd (with an internal dtd subset).
The queuetype
, startrow
, count
,
and statusformat
parameters are valid only for rwservlet
,
not for rwcgi
.
This keyword is a command that does not require a value; that is, commands are entered by themselves without a corresponding value.
Related keywords are SERVER
,
AUTHID
,
and STATUSFORMAT
.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.