Xref: alice comp.databases.oracle.tools:21252
Path: alice!news-feed.fnsi.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed.corridex.com!su-news-hub1.bbnplanet.com!su-news-feed1.bbnplanet.com!news.gtei.net!inet16.us.oracle.com!not-for-mail
From: Mehmet Erisen <merisen@us.oracle.com>
Newsgroups: comp.databases.oracle.tools
Subject: Re: URGENT: HELP PLEASE!!!!Reports on the D2K WEB SERVER
Date: Tue, 09 Feb 1999 12:00:13 -0800
Organization: Oracle Corporation. Redwood Shores, CA
Lines: 66
Message-ID: <36C093CD.8EE8F7CA@us.oracle.com>
References: <36BF4E1B.E0437D54@us.oracle.com> <79prbq$h51$1@nnrp1.dejanews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.5 [en] (Win95; U)
X-Accept-Language: en

Hell Cary,
Are you using a cartridge, or are you using the cgi file to do reports.
Which parameters did you define?  Do you think a parameter should be defined in the
cartridge.  It is what I am guessing.
Cheers,
Mehmet.

cary@nams.net wrote:

> Hello,
>
>      I ran across this very same thing on Monday.  Unfortunately, I never did
> get it to work using an HTML form and ended up passing all the parameters via
> the URL.  Hopefully, someone who knows more about HTML forms and the Reports
> Server can educate us both on how to fix this.
>
> Cary
>
> In article <36BF4E1B.E0437D54@us.oracle.com>,
>   Mehmet Erisen <merisen@us.oracle.com> wrote:
> > Hello,
> > I have built a drill down report with reports 3.0
> > I will deliver the project, but I can not make the initial HTML file to
> > work.
> > I can run the reports if I type
> >
> http://server_name:port/r30ows?server=my_server+report=my_report.rdf+userid=scot
> t/tiger@my_db+destype=cache+desformat=HTML+parameter1=value1
> >
> > this works fine.
> > However,   if I do the followingHTML it does not work.  It is taking me
> > to
> > http://server_name:port/r30ows?
> > Thanks a million for helping....
> > Mehmet.
> > HTML:
> > <HTML>
> > <!--Form Action is R30OWS URL-->
> > <FORM METHOD=POST
> > ACTION="http://us-webforms-2.us.oracle.com:1000/r30ows?">
> >
> > <INPUT name=server type=hidden vaue="my_server">
> > <INPUT name=server type=text value="report">
> >
> > Report Name:
> > <INPUT name=report type=text value="customer.rdf">
> > <INPUT name=user_id type=hidden value="scott/tiger@my_db"><BR>
> > <INPUT name=destype type=hidden value="cache">
> >
> > <SELECT name=desformat>
> > <OPTION value=HTML selected> HTML
> > <OPTION value=PDF> PDF
> > </SELECT> <BR>
> > Parameter:
> > <INPUT name=custname type=text value="Pepsi">
> > <HR>
> > <INPUT type=submit value="Run Report!">
> > </CENTER>
> > </FORM>
> > </HTML>
> >
> >
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own

