NOTIFYSUCCESS
command line keywordNOTIFYSUCCESS
specifies the recipient(s) of
a notification e-mail should a report request succeed. 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 |
NOTIFYSUCCESS=name1@mycompany.com[,name2@mycompany.com,...]
Values |
Description |
|
One or more valid e-mail addresses. |
NOTIFYSUCCESS
template
is named succnote.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.