A script-enabled browser is required for this page to function properly.

NOTIFYSUCCESS command line keyword

NOTIFYSUCCESS 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

Syntax

NOTIFYSUCCESS=name1@mycompany.com[,name2@mycompany.com,...]

Values

Description

namex@mycompany.com

One or more valid e-mail addresses.

Usage notes

Examples

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

See also

Command line keywords

Using the command line

Running a report from the command line