Run reports through browser on local machine

Hi,
I am trying to run 6i reports through a web browser. I have
installed 6i and the reports server on a local machince. I have
configured the reports server and can get it to start.
In order for me to run reports on my local machine through a web
browser do i need a web server ?
I am in my final year @ university, if i need a web server can i
use personal web server ?
The purpose of running them through a browser is only for a demo
for my final year project.
Oracle team : any chance you could host my report ? LOL
Thanks in advance for ANY help,
Russell.

Hi,
If you have installed the 6i Base Release i.e (6.0.8.8.0) version
then the WEBDB Listener comes with the 6i CD. When you install
it automatically get installed also.
In that case you don't need to have the web server. You can
call the report on web using the following URL:
http://host:port/dev60cgi/rwcgi60?report=<reportname>&otherparame
ters.
Here Host and port specifies that machine name and port number
where your webDB listener is installed.
In your case it will be your local machine. By default the
port on which the WebDB is installed is 80.
You can use any web server also, thing is that web server should
support the CGI implementation.
In case of more info you can update this posting.
Hope this helps
cheers
Arun

Similar Messages

  • Running Reports Through a Browser

    Hi,
    I am using NT 4 with SP3 and Netscape 4.6. I am trying to run
    reports through the URL in my browser, but every time I try to
    make a call it asks me to download rwcgi60.exe instead of running
    it. The virtual mapping settings work, since I can open other
    files through them. I think I may need to set up a MIME type
    since I am running this through WebDB but I don't know how set
    that up. Any ideas would be appreciated.
    Thanks in Advance,
    Bill Pyne
    null

    following links maybe helpful:
    REP-51002: Bind to Reports Server <servername> failed
    REP-51002: Bind to Reports Server rep_iasserver failed

  • ERROR WHILE RUNNING REPORT THROUGH FORMS.....!

    hi all,
    ive designed one form in Forms 9i...I'm tryin to run report through a Push button .....report is running well in paper layout through report builder 9i...The problem I'm facing is dat when i pressed button it is giving me error initially as FRM-41214 cannot run report and after that FRM-40735 When button pressed unhandled exception ora-06502.....What could go wrong??... Ive started OC4J instance ....created report object in object nevigator as well and defined basic properties for diff.parameters HTMLCSS,CACHE..etc.,mentioned report path in complete i.e.c:\reports\genbill.rdf ...Can anybody help me out ??? Thnx.!
    -----------------------CODE ON BUTTON----------------------------------
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT5');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('<HOSTNAME>:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=myrepserver','_blank');
    ELSE
    message('Error when running report');
    END IF;
    PAUSE;
    END;

    When a report terminates with an error, REPORT_OBJECT_STATUS returns the value "TERMINATED_WITH_ERROR", which is 21 bytes of data, but rep_status is defined as 20 bytes. The 6502 error is due to the data not fitting the variable.
    I recommend wrapping the REPORT_OBJECT_STATUS function with a SUBSTR that limits the data returned to 20 bytes, which will ensure the results fit.
    For example:
    rep_status := SUBSTR(REPORT_OBJECT_STATUS(v_rep), 1, 20);

  • When i run report through OC4J Application i get a exception message

    When i run report through OC4J Application i get a exception message saying Server returning invalid xml and the exception number is JBO -29000. The Reports Server is installed on machine having IP 10.191.99.254.
    Below is the exception message:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.io.IOException, msg=Server returned HTTP response code: 500 for URL: http://10.191.99.254:8888/reports/rwservlet/showjobidnull
    Anybody Please help me out with this issue.....because I am really fed up with this problem....want some urgent help.....
    One possible workaround which I could make out is there needs change to be made in the .rdf files in Report Builder and then inside the User Parameters we change the Initial Value to * from % because the Reports Server encodes every value as %Initial_Value% and hence if the initial value for the parameter is % then it does not get a valid value and hence it returns as an invalid xml
    But unfortunately it seems this workaround does not work.Please help as soon as possible.

    Hi,
    you said that some changes were made in the .xml files but i had said that all the files present in Reports Developer or Reports Builder are .rdf files and I had made changes in the .rdf files for this articular report and then compiled it thereitself and then ran a paper layout of the report but the report did not comprise any data.
    There was sufficient data also to populate the report. So this may not be a database issue. Please help if you can ASAP.

  • I am not able to run Seeded Page from my Local machine

    Hi,
    I am not able to run Seeded Page from my Local machine.Please help why i am getting this error Could Not create java virtual machine.
    I am using Jdeveloper Version is 10g.
    Thanks,
    SomaSekhar.

    How many rows do these tables contain?
    S_NDC@link_525Z2 sndc
    s_drug_item
    Also, is the table T_DRUG_ITEM_TEN_DIGIT_NDC in use by other sessions?
    Have you tried running this procedure from sql*plus instead of TOAD?
    How long have you waited for the procedure execution to complete?
    Were there any errors?

  • Kindly send anybody a ppt on how to execute reports through Browser and Ana

    Hi all,
    I need a PPT on how to execute reports through Browser and Analyzer in version 3.5 or older to 3.5 immediatley from end user point of view. I donot have time to prepare it and has to be sumbmitted before end of the day.
    Kindly help me out by sending it [email protected] .
    Thanks in Advance.
    Anil Kumar Sharma .P

    Thank you Mr. Voodi,
    I will wait for your reply.
    Meanwhile could anybody else ,send me PPT on it.
    Thanks in Advance,
    Anil Kumar
    Message was edited by:
            Anil Kumar Sharma

  • Not able to run the Jdeveloper Pages in Local Machine

    Dear All,
    I am developing Custom OAF Pages in R12. while am not able to run the page in Local Machine Currently i am using Remote VPN. same page i import into server am able to run in Application.
    The error says:
    1, Increae the time limit bye setting the JRAD.RUNREG.TIMEOUT Parameter in ide.parameters file loacted in System directory.
    I found the file . am not able to find the JRAD.RUNREG.TIMEOUT Parameter option
    2, Check the Host Name in the Preferances, Under Embeded OC4J.
    I Verified same and using the Default Local IP Address.
    I am using Jdeveloper Version : p8431482_R12_GENERIC.zip
    Please help me. I approciate before
    Thanks
    Venkat Reddy Pulichintha
    00971502644919
    [email protected]

    Dear Gaurav,
    Thanks for you quick replay
    For this Patch number (p8431482_R12_GENERIC.zip), there is no (JAVA Options: remove this statement: -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true)
    Please guide me furthe steps. any other settings requird.
    Thanks
    Venkat Reddy Pulichintha
    00971502644919
    [email protected]

  • How to run report in browser

    hi every body,
    please tell me , i have developed a simple report in 10g report builder (oracle developer suite)
    but i m unable to run it
    my 10g forms are running well in browser by using
    http://<Machinename :8889>/forms/frmservlet?config=<config_tag>
    Please advise me how to test or runb the report in browser same as form
    and tell me how to create the report server/find report server and configure the source path for it.
    regards
    Mani

    You may start digging at...
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/toc.htm

  • Running Reports Through Discoverer

    Discoverer is a new product to me, I understand it is a ad hoc reporting tool but how does it intergrate with Oracle Reports? Can I run an Oracle Report through discoverer or does the user always have to build their own? I want to be able to make some basic reports available to users and allow them to run thier own as well. Any comments or suggestions would be a great help.
    Thanks
    Laura

    Hey Chris,
    currently we are not using any version of discover. We are implementing the banner Finance product from SCT and were hoping that their product Web For finance would solve our need for running reports across the web but it looks like it may not. Currently we don't have an adhoc reporting tool, so I am trying to find out as much info as possible about the product. Right now for us to run oracle Reports we need to use Citrix Server or Terminal server, however with the Reports server and this Discover tool i was hoping to move away from all this and run all of them over the web. I was hoping that I would be able to use some of my prepared Oracle reports inside discover either as templates or have them as options with the discover reports.
    Any help would be great! I guess I need someone to point me in the right direction so I can ask more pointed questions =)
    Thanks!
    laura

  • Running reports through the web with SSO enabled

    Hey,
    I am trying to run several reports through the web by calling a direct url, but for some reason every time I am prompted to sign into Portal because SSO is enabled. What can I do to avoid the sign in page and run the report directly?
    Thanks

    Hello,
    Add authid=username/password in the URL where username/password is a valid account in the oid
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwrefex/cmdline/common/cla_authid.htm
    Regards

  • Access reports through browser

    Hi,
    Reports developed through sql developer are accessable through browser

    As I said in your other thread: they aren't.
    If you have a specific, well thought through request, log it at the SQL Developer Exchange.
    K.

  • Running Reports via MachDetails.asp?Machine=

    We are migrating from SCCM 2007 to 2012 R2.
    Embedded all over the company are references to SCCM 2007 reports that are coded like this:
    http reporting page/MachDetails.asp?Machine=xxx
    This MachineDetails.asp page in IIS of course allows for any machine name to be added (programmatically in our case) and results in the machine name being populated for ALL reports visible in one view.  e.g. not just the
    Hardware - General\Computer information for a specific computer report, but if we click around from this
    MachineDetails.asp page to any other report, the machine name is already populated.
    I cannot see an equivalent in SCCM 2012.  I realise we are now talking SSRS instead of IIS, however I was wondering if anyone else has used SCCM like this before and what their solution was when cutting over to SCCM 2012?
    Thanks in advance!
    Steve

    I have a solution for you. Send me an email, if you are untreated in testing this out.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • What to install to run reports through application server!

    Dear All,
    I have to run reports developed in Oracle 6i windows platform on web.
    I have to install this application server on Linux operating system.
    Kindly help me what components of application server 10gR2 I need to install to configure reports.
    Is there any tutorial available?
    Regards,Imran

    I am installing forms and reports services standalone on CentOS 5.Well, CentOS is not certified by Oracle, but it's a Red Hat clone, so you shouldn't have problems.
    Nevertheless I have to say that I've never used it for Application Server (I normally use Oracle Linux).
    is there any tutorial to install report services standalone on CentOS operating system?Follow the Linux Red Hat sections within above link.

  • Running Reports through a web browser

    Hi All,
    Please help me how we can run Oracle Reports 6i on web browser??
    waiting for quick reply

    Hello,
    Take a look to the document :
    Oracle Reports Publishing Reports
    Release 6i
    A73173-01
    Publishing Architecture and Concepts
    2.2.1 Web architecture: server configurations
    2.2.1.1 Processing Web reports
    http://download-uk.oracle.com/docs/html/A73173_01/output/pbr_arch.htm
    Regards

  • Jdev 9I on linux: hw to run jsp on browser in local on PC ????

    Hi,
    I've installed jdev9I on linux directly on the application server to get a sharable dev environment. However, i have a slight problem when we are testing jsp (tutorial for example):
    1. i have no browser on the linux server
    2. there is an error saying he is trying to open Netscape
    Is there a way to open a browser on the Developer local PC ? I'm accessing Jdev through a X windows client on my PC.
    At least how/where we will setup the browser called by Jdev ?
    thanks for your help

    Thanks for your suggestion. we have tried that but it doesn't work as the embedded OC4J displays an error:
    java.io.IOException: netscape: not found
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:491)
    at java.lang.Runtime.exec(Runtime.java:457)
    at oracle.ideimpl.webbrowser.BrowserRunner._runBrowserOnWindowsOrUNIX(BrowserRunner.java:226)
    at oracle.ideimpl.webbrowser.BrowserRunner._runBrowser(BrowserRunner.java:101)
    at oracle.ideimpl.webbrowser.BrowserRunner.runBrowserOnURL(BrowserRunner.java:62)
    at oracle.jdeveloper.runner.Oc4jStarter$BrowserThread.run(Oc4jStarter.java:2000)

Maybe you are looking for

  • How Do Mobile Codes Work? FAQ

    You may have seen them in our weekly ads, on BestBuy.com, or on signs in our retail stores: two-dimensional images that look similar to traditional bar codes, but are irregular and often square. Ever wonder what they are? They’re Mobile Codes! What i

  • Help. Deleted Quicktime using the Trash and I need to get it back!

    Hi, Quicktime was not playing .avi files so I though I'd delete it and reinstall it to clear up the problem. So I dragged Quicktime into the trash and emptied it. When I tried to reinstall it I got a message saying that Quicktime cannot be installed

  • Populate Error Message using  MB_MIGO_BADI

    Hi Friends,   My requirement is whenever the user does a goods receipt using transaction "MIGO" I need to check whether the item selected has an indicator "Delivery Completed" at the PO level and if this indicator is set for this PO item I need to th

  • Displaying non-ascii characters in SQL Plus Windows

    Hi, is it possible to display data from more than language at the same time in SQL Plus? Or can you do this only one language at the time? Thanks, Cornee van der Linden

  • FW800 option on 15" MBP?

    I am thinking between the 15" and 17", but the problem with 15" is it doesn't come with the fw800 port, which I use a lot. Is there any company that makes fw800 card for 15 MBP? If not, than I'll have to go with the 17"