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

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

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
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= anurag.bhatt@dsgroup.com,alert@dsgroup.com
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="alert@dsgroup.com" to="anurag.bhatt@dsgroup.com" 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="alert@dsgroup.com" to="anurag.bhatt@dsgroup.com"


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="anurag.bhatt@dsgroup.com" from="alert@dsgroup.com"


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="alert@dsgroup.com"

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