BLOB Destination
sky123May 15 2009 — edited May 15 2009Hi,
I followed every step to install the BLOB Destination plug-in to my standalone report server in Oracle iAS 10.1.2. I copied the BLOBDestination.jar file to the ORACLE_HOME\reports\jlib folder and add the ORACLE_HOME/reports/jlib/BLOBDestination.jar entry to the REPORTS_CLASSPATH envionment variable. Then, I modified the <report_server_name>.conf file to include these XML tags:
<pre>
<destination destype="BLOBDestination" class="oracle.reports.plugin.destination.blob.BLOBDestination">
</destination>
</pre>
Oh, my god!! It took me almost an hour - after many failures - in order to bring up the standalone report server. Anyway, it came up finally. However, it doesn't seem that the report server already picked up the new blob destination. Everytime I tried to call the blob destination from url, it gave me this error message:
REP-771: There exist uncompiled program unit(s).
REP-1247: Report contains uncompiled PL/SQL.
However, there was nothing uncompiled in the report file. Also, I looked at this url (I blocked my domain):
http://????????:????/reports/rwservlet/showenv?server=apprs
It didn't show the BLOBDestination.jar file in the java class path. Does anyone know what happened?
<pre>
java.class.path E:\product\oracle\mid\j2ee\home\lib\ojsp.jar;E:\product\oracle\mid\reports\jlib\rwrun.jar;E:\product\oracle\mid\jlib\zrclient.jar
</pre>