NOTIFYFAILURE
command line keywordNOTIFYFAILURE
specifies the recipient(s) of
a notification e-mail should a report request fail. Use this keyword when you
configure your Reports Server to use the default notification class. For more
information, see the notification discussion in Chapter 3, "Configuring
OracleAS Reports Services" in OracleAS Reports Services Publishing
Reports to the Web.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
NOTIFYFAILURE=emailid | (emailid, emailid, ...)
Values |
Description |
|
A valid e-mail address in the form someone@foo.com. |
NOTIFYFAILURE
template
is named failnote.txt
, and
is located in ORACLE_HOME\reports/template
.
rwrun report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf notifysuccess=emp@comp.com notifyfailure=admin@comp.com”
http://myias.mycomp.com:7779/rwservlet?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+notifysuccess=emp@comp.com+notifyfailure=admin@comp.com
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+notifysuccess=”emp@comp.com”+notifyfailure=admin@comp.com
rwclient server=myrepserver report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf notifysuccess=emp@comp.com” notifyfailure=admin@comp.com
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.