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

NOTIFYFAILURE command line keyword

NOTIFYFAILURE 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

Syntax

NOTIFYFAILURE=emailid | (emailid, emailid, ...)

Values

Description

emailid

A valid e-mail address in the form someone@foo.com.

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