Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Configuring Reports for Web

Re: Configuring Reports for Web

From: Albert Borrull <aborrull_at_sgosoft.com>
Date: 11 Jun 1998 14:11:06 GMT
Message-ID: <01bd9543$4a1ffe00$4300a8c0@sgo-x2.sgosoft.com>


I had the same problem working with:

	webserver 3.0.1
	Reports 3.0
	Oracle 8

And i solve it adding an URL mapping in the listener your are using (usuari www).
You need to define:

	Virtual Directory Flag	File system directory
	---------------------------------------------------------------------------
-----------------------
	/cache/		NR	d:\mydir_0\mydir_1\mydir_3\r25ows_cache

This is becouse when the report is generated (in a file in e25ows_cache directory), your browser receives a URL like http://your_server:port/cache/reports_file. So if your listener does'nt have this URL mapping you cant't find the report.

Hope this help you!!

						Albert Borrull
						SGO Software, S.L.
						<aborrull_at_sgosoft.com>

  1. Elliot Gibbons <agibbons_at_erols.com> escribió en artículo <357C5196.39B0_at_erols.com>...
    > Can anyone advise...
    >
    > I am running Reports 2.5 with Webserver 2.1 and Oracle 7.3 RDBMS.
    > When deploying a report (myreport.rdf) I get an error in the Web Browser
    > saying that the generated output cannot be found.
    >
    > My Web Request Broker Cartridge settings are:
    >
    > REPORTS25_WEBLOC = /cache/
    > REPORTS25_WEBLOC_TRANSLATED = d:\mydir_0\mydir_1\mydir_3\r25ows_cache
    >
    > The generated report file IS generated into the r25ows_cache directory
    > but it does not get loaded into the browser!
    >
    > Also, the HTML file referencing the report has the following
    > line included:
    >
    > <INPUT name=destype type=hidden value="cache">
    >
    > If the above value is set to "printer" the output prints but
    > there is still no viewable report.
    >
    > Thanks in advance,
    >
    > Elliot G.
    >
Received on Thu Jun 11 1998 - 09:11:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US