SHOWJOBID
command line keywordSHOWJOBID
shows the status of the Reports Server
job with job ID n
.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
no |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
http://yourwebserver/reports/rwservlet/SHOWJOBIDn[?][server=server_name][&authid=username/password][&statusformat={html|xml|xmldtd}]
The job must be current (enqueued or scheduled). Use SHOWJOBS
to see the current list of jobs.
This keyword is a command that does not require a value; that is, commands are entered by themselves without a corresponding value.
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 statusformat
parameter is only valid for rwservlet
, not
for rwcgi
.
Related keywords are SHOWJOBS
,
SERVER
,
AUTHID
,
and STATUSFORMAT
.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.