STATUSPAGE
command line keywordSTATUSPAGE
specifies the name of the OracleAS Portal page to which
job status information should be pushed. If this is omitted, a new page is created
called Oracle_Reports_Status
. For backward compatibility with earlier
releases (Oracle WebDB Release 2.2 and Oracle9iAS Portal Release 1),
see STATUSFOLDER
.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
STATUSPAGE=page
Values |
Description |
|
Any valid page name (internal name) used in OracleAS Portal. Default = |
Use of this keyword is optional to push report output to OracleAS Portal.
The value for this keyword is case sensitive.
Relevant keywords include keywords include CONTENTAREA
*,
EXPIREDAYS
, ITEMTITLE
,
OUTPUTFOLDER
*, OUTPUTPAGE
,
PAGEGROUP
, SITENAME
*,
STATUSFOLDER
*,
STATUSPAGE
.
* maintained for backward compatibility with Oracle9iAS Portal Release 1 and Oracle WebDB Release 2.2.
rwrun report=test.rdf userid=scott/tiger@mydb destype=oracleportal desformat=PDF
pagegroup=mypagegrp outputpage=reports_output itemtitle=pushtoportal statuspage=result
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+
userid=scott/tiger@mydb+destype=oracleportal+desformat=PDF+pagegroup=mypagegrp+
outputpage=reports_output+itemtitle=pushtoportal+statuspage=result
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+
userid=scott/tiger@mydb+destype=oracleportal+desformat=PDF+pagegroup=mypagegrp+
outputpage=reports_output+itemtitle=pushtoportal+statuspage=result
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb destype=oracleportal
desformat=PDF pagegroup=mypagegrp outputpage=reports_output itemtitle=pushtoportal
statuspage=result
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.