0% found this document useful (0 votes)
376 views4 pages

Distribution Fails With REP-34304 Error in Oracle Reports 12c (Doc ID 2110440.1)

This document discusses report distribution in Oracle Reports and issues encountered. It provides instructions on defining distribution in report properties and configuration files. The document notes that in Oracle Reports 12.2.1, there is a bug in report distribution that requires patching. XML examples are given for bursting reports based on department number.

Uploaded by

anurg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
376 views4 pages

Distribution Fails With REP-34304 Error in Oracle Reports 12c (Doc ID 2110440.1)

This document discusses report distribution in Oracle Reports and issues encountered. It provides instructions on defining distribution in report properties and configuration files. The document notes that in Oracle Reports 12.2.1, there is a bug in report distribution that requires patching. XML examples are given for bursting reports based on department number.

Uploaded by

anurg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Till Date successful in Distributing from report Builder

1. Define distribution in report properties. It can also be defined at Header,Main or Footer


section of report
2. Desname= [email protected],[email protected]
3. Rwbuilder.conf file, add mail server settings 10.1.25.58:25

Not able to distribute reports from url using distribution defined in the Reports properties

http://192.168.2.72:9006/reports/rwservlet?report=ap0100r.rdf&userid=abhatt/bhattu_777@dev1
1g&server=rep_wls_reports_s08r71adf2&co=02&to_code=0200001&from_code=0200179&distribut
e=yes

Not able to distribute reports using Distrution.xml file

http://192.168.2.72:9006/reports/rwservlet?report=ap0100r.rdf&userid=abhatt/bhattu_777@dev1
1g&server=rep_wls_reports_s08r71adf2&co=02&to_code=0200001&from_code=0200179&destinat
ion=anurag_sample.xml&distribute=yes

In reports 12.2.1 there is a bug in report distribution and needs to be patched

Link: Distribution Fails With REP-34304 Error in Oracle Reports 12c (Doc
ID 2110440.1)
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=179618337245462&id=21104
40.1&_afrWindowMode=0&_adf.ctrl-state=9ohzhhppd_45

http://192.168.2.72:9006/reports/rwservlet?report=ap0100r.rdf&cmdkey=repautokey&server=rep_
wls_reports_s08r71adf2&co=02&to_code=0200179&from_code=0200001&destination=anurag_sa
mple.xml&distribute=yes

http://192.168.2.72:9006/reports/rwservlet?report=ap0100r.rdf&cmdkey=repautokey&server=rep_
wls_reports_s08r71adf2&co=02&to_code=0200179&from_code=0200001&destination=anurag_sa
mple1.xml&distribute=yes
anurag_sample.xml-------------------------------------------------------

<destinations>

<mail id="a5" from="[email protected]" to="[email protected]" subject="Distribution


Example">

<body srcType="text">Attached you will find the summary report and breakdown by department of
weekly totals.

</body>

<attach format="pdf" name="Suppliers.pdf" srcType="report">

<include src="report"/>

</attach>

</mail>

</destinations>

anurag_sample1.xml----------------------------------------------------------

<destinations>

<mail id="a5" from="[email protected]" to="[email protected]"


subject="Quarterly Report">

<body srcType="report" format="html">

<include src="report"/>

</body>

</mail>

</destinations>
Report Bursting based on the Dept No

<destinations>

<foreach>

<mail id="ex2" to="[email protected]" from="[email protected]"


subject="This mail contains the files for &amp;&lt;F_SUPPLIER_GROUP&gt;">

<body srcType="text">

This is the body of the message.

</body>

<attach format="pdf" name="report_&F_SUPPLIER_GROUP;.pdf"


srcType="report" instance="this">

<include src="mainSection"/>

</attach>

</mail>

</foreach>

</destinations>

http://10.1.25.191:7782/reports/rwservlet?report=ap0118r.rdf&cmdkey=repautokey&server=rep_
wls_reports_s67adf1&co=55&supplier_group=ALL&from_supplier=ALL&AS_ON_DATE=15/05/19&D
1=15&D2=30&D3=45&P_MSMED_TYPE=ALL&destination=anurag_sample_b.xml&distribute=yes

http://10.1.25.191:7782/reports/rwservlet?report=bursting_distribution.rdf&userid=hr/login*987@
test&server=rep_wls_reports_s67adf1&destination=anurag_sample_b.xml&distribute=yes

<destinations>

<foreach>

<mail id="ex2"

to="&amp;&lt;recipient&gt;"

from="[email protected]"

subject="This mail contains the files for &amp;&lt;deptno&gt;">

<body srcType="text">

This is the body of the message.

</body>
<attach format="pdf" name="report_&amp;&lt;deptno&gt;.pdf"
srcType="report" instance="this">

<include src="mainSection"/>

</attach>

</mail>

</foreach>

</destinations>

http://10.1.25.191:7782/reports/rwservlet?report=ap0100r.rdf&cmdkey=repautokey&server=rep_
wls_reports_s67adf1&co=02&to_code=0200179&from_code=0200001&destination=anurag_sample
_b.xml&distribute=yes

You might also like