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

DISTRIBUTE command line keyword

DISTRIBUTE specifies whether to enable or disable distributing the report output to multiple destinations, as specified by the distribution list defined in the report distribution definition (defined in the Distribution dialog box in Reports Builder at design time) or a distribution XML file.

For more information on specifying the distribution for a report using XML, refer to the chapter "Creating Advanced Distributions" in Oracle Application Server Reports Services Publishing Reports to the Web, available on the Oracle Technology Network Oracle Reports Documentation page (http://www.oracle.com/technology/documentation/reports.html).

The executables that can use this keyword are:

rwbuilder no
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter no

Syntax

DISTRIBUTE={YES|NO}

Values

Description

YES

Distribute the report to the distribution list.

NO
{default}

Ignore the distribution list and output the report as specified by the DESNAME, DESTYPE, and DESFORMAT parameters. This is fundamentally a debug mode to allow running a report set up for distribution without actually executing the distribution.

Usage notes

Examples

Distributing report output to multiple destinations

rwrun report=test.rdf userid=scott/tiger@mydb distribute=yes destination=c:\mydistribute.xml 
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+distribute=yes+destination=c:\mydistribute.xml
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+distribute=yes+destination=c:\mydistribute.xml
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb distribute=yes destination=c:\mydistribute.xml

See also

About report distribution

Command line keywords

Using the command line

Running a report from the command line