How to Run Reports Demo on IAS Rel.2

I have successfully installed 9ias Release 2, infrastructure and Business Intelligence and Forms on one Solaris server. I am now trying to run the demos. Forms demo runs fine, but the Reports Demo is confusing. I am presented with a screen that says test a paper report. That takes me to another page with fields to fill in - things like reports server, userid/password, report name.....I leave all the defaults as is, and am then presented with a single sign on page. I don't know what to put in there....
Any help would be appreciated.

The "new" Reports (Oracle9i Reports or Reports 9i or whatever it is supposed to be called) seems to use a security model quite different from Developer Server/Reports 6i. At least as per default configuration. I'm not familiar with it (yet, but since we are in the process of migrating I'd guess I soon will be), but Reports seems to use/rely on Portal for user authentication mechanism.
In the Reports servlet configuration you could set SINGLESIGNON=no, then Reports Server will use its own authentication "old-style". (Two-level authentication was possible by adding "dbauth" login for reports access)
Also take a look here Survey-How much are willing to pay 50$ for a good HTML DB book
According to "OEM integration" features, you should be able to configure Reports server via the OEM "framework".
Hth
Fredrik

Similar Messages

  • How to run Reports demos?

    I finally got everything installed and I'm trying to run the Reports demos off of the mid-tier web site. when I click on the jsp report demo it brings up the parameter page. I just use the defaults and click the run button. when I do that it asks me for a SSO login/password. what do I use here? I've looked over all the docs I can think of without finding anything.
    Thanks,
    Jason

    Hi Thivan,
    See the links here:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=WIP&submit=Search
    Look for "Integrating Oracle9iAS Reports Services in Oracle9iAS Forms Services"
    Another link on the above page will give you info on how to run Reports from Forms 10g.
    Navneet.

  • How to run report server in oracle 9i DS

    hi..
    can any 1 tell me how to run report server in oracle 9i DS
    i've installed oracle 9i DS, but don't know how to run
    report server.
    actually i want to run a report from my form
    on button press trigger.. some of the experts r tellin
    that 1st u check whether report server is running or not..
    so pls tell me how to install report server.
    while installing oracle 9i DS, i've given Mail server
    as mysmtp.com
    Thanks
    amit

    hi ..
    i've to go in this directory n run
    rwserver -install repservername
    where repserver name is my mailserver..
    this will install reports server
    Amit

  • How to run report from form using run_object_report

    I AM USNING FORMS9I/REPORTS 9I , HOW TO RUN REPORT FROM FROM USING RUN_REPORT_OBJECT AND HOW
    TO PASS PARAMETER AS WE DID IN RUN_REPORTS PLEASE HELP ME

    here an example !
    I hope this example you can use it
    PROCEDURE pr_reporte IS
    BEGIN
    DECLARE
         repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status Varchar2(20);
    d1 DATE;
    d2 DATE;
    BEGIN
         d1 := :GLOBAL.DIA_INI;
         d2 := :GLOBAL.DIA_FIN;
         repid := find_report_object('rep_lab02');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'p_fec_uno='||to_char((add_months(last_day(d1),-1) +1),'DD/MM/YYYY')||' '||
         'p_fec_dos='||to_char(d2,'DD/MM/YYYY'));
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'pdf');
         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
              WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver','_blank');
         ELSE
              ventana('E','error reporte no encontrado','S');
         END IF;
    END;
    END;
    The 'rep_lab02' is the name of the report that you give in the node reports
    p_fec_uno and p_fec_dos they are the parameters in the report
    repserver is the name of server created with rwserver
    Greetings

  • How to run report in Netscape as a default

    Hi,
    how do I run reports in netscape browser.
    Reports currently are running in IE.
    In Forms - preferences I have set it to Netscape and the forms run in netscape which is what I want for reports too. Where in reports builder, i have to specify the browser settings.
    Thanks

    Hi,
    Please check the article below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f048c590-31a4-2c10-8599-bd01fabb93d4?quicklink=index&overridelayout=true
    -Vikram

  • How to run report on web in forms 10g

    dear all,
    i have a form which call a report in form 6i i used the run_object();
    how to run the report on web in forms 10g?
    is there any html settings?
    thanks
    Muhammad Nadeem

    Hello,
    <p>You can inspire from this article<br>It is a sample dialog that allows to launch any report with 0 up to 10 parameters.<br>Open the sample dialog, then you can see how the Run_Report_Object() built-in is used in the Start_Report program unit..<p>
    Francois

  • How to run Reports Saved in JSP format

    How to run the report develop by report9i on OC4j
    that directory structure where to save jsp report file and how do it
    get access to rep tag lib that is in web-inf /lib.
    second thing
    what does it exactly mean by report server name..
    is it the name of oracle 9ias server .

    check out the technical note here on OTN (http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/oc4j_ids/howToReportsServicesIds.htm)
    regards,
    philipp

  • How to run report from form in DS9I

    Hi,
    Can anybody guide me how to run the webreport from the form by passing some parameter from form to report
    by using Oracle developer 9i
    thanks

    Try
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    You'll find there all what you need

  • How to run reports thru menu in 10g

    Hi,
    I'm a junior oracle programmer and have already migrated forms 6i to 10g. Now I have to migrate the reports to 10g. I have read many documentations about running report from forms or menu, but the more I read, the more confused I get. Please note that I am very new to all this oracle stuff. So please bear in mind that I might not understand everything too well. Thats the reason I would like help from you experts out here.
    We have a menu (mmb) which has two horizontal sub menus (eg. Forms & Reports). Now Forms and Reports again in turn hv couple of vertical sub menus. Each vertical submenu under Forms calls a form (for eg. submenu_f1 calls forms1, submenu_f2 calls forms2 and so on). Same thing for Reports (eg. submenu_r1 calls report1, submenu_r2 calls report2, etc). Now this is what we want for the Reports. Each of our report has parameters like Begin Date, End Date, Agency_Type, Year, etc. We want our user to have one more choice in the parameters "FORMAT" (pdf, excel, html, etc) . Now this is what I dont know how to do. I cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms). I tried web.show_document but the problem in this is that everything is hard-coded, so I cannot give a choice in the desformat.
    I would appreciate if someone can tell me how to run my report thru menu and give the user the option for the format. The users mostly want the output in excel (but might want pdf, etc too).
    Plus we want to schedule certain reports to run at certain times everyday or every month, how can I do that?????
    Any help would greatly be appreciated.
    Thanks in advance for taking your time to reply my query.

    Hi,
    cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms).
    Create a generic named Report node in the forms that you reference from the RunReport object request. This way you can run Reports from a menu
    Frank

  • How to run report without report server

    hi
    my question : how i can run report without using the report server; by simple URL to the report stored in directory and accessing by HTTPserver; and the report is running by the local client runtime.
    thinks for replay

    hello,
    what you could try, is to associate the RDF/REP extension with a mimetype (e.g. application/oracle.reports) on the server and then add this mimetype to the browser applications associated with the reports runtime executable.
    regards,
    the oracle reports team

  • How to run report from multiple user same time

    Hi,
    We are using oracle database 11g R2
    Oracle Forms & reports : 11.1.2
    O.S : Windows & Professional
    We have install oracle database, Oracle forms & reports in server. Near about 25 users are accessing that database, forms & reports from server through browser.
    I have one problem, when users runs a report there report goes in queue and runs one by one in FIFO manner.
    If one user has a report that take long time other users has to wait for that time.
    Can it is possible to run reports in multitasking manner, i.e multiple report can be run simultaneously.
    http://servername:7001/reports/rwservlet/showjobs?
    Using above url am able to see jobs in queue.
    Thanks in advance.

    Hi Denie,
    I am new to it and don't know how to add engines to server.conf , can you please tell me how to add engine to it.
    I search server.conf file but i did't found it.
    Please help..
    Thanks in advance.

  • How to run report from java code

    I am a begginner in Oracle Reports. We have no AS installed, so we run reports either from Reports Builder or by calling rwrun. I would like to know how to embed report calling into java code , let's say into simple swing application. Some example code would be welcomed. Thanks.

    Hello,
    You can find examples in :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_webservice.htm
    Oracle® Application Server Reports Services Publishing Reports to the Web
    10g Release 2 (10.1.2)
    B14048-02
    14 Using the Oracle Reports Web Service
    Regards

  • How to run report from context menu using XML Extensions?

    I have found an example how to run SQL command from context menu:
    <items>
    <folder type="TABLE">
    <name>UserDefined ContextMenus</name>
    <item TYPE="TABLE" reloadparent="true">
    <title>Create SYNONYM</title>
    <prompt type="check">
    <label>PUBLIC</label>
    <value>PUBLIC</value>
    </prompt>
    <prompt>
    <label>NEW SYNONYM NAME</label>
    </prompt>
    <sql>
    <![CDATA[CREATE #0# SYNONYM  #1# for "#OBJECT_OWNER#"."#OBJECT_NAME#"]]>
    </sql>
    <help>
    This action create a SYNONYM (optionally public) for the selected table.</help>
    <confirmation>
    <title>Confirmation</title>
    <prompt>SYNONYM "#1#" for "#OBJECT_NAME#" has been created.</prompt>
    </confirmation>
    </item>
    </folder>
    </items>
    </prompt>
    But instead of executing SQL command I need to show result page of report based on SELECT statement.

    Hi dz_r-
    Not sure exactly what you mean by "result page of report", but extensive documentation on the xml schema defining context menu actions is available at the schema location.
    &lt;items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://xmlns.oracle.com/sqldeveloper/3_1/dialogs"
      xmlns="http://xmlns.oracle.com/sqldeveloper/3_1/dialogs">
        &lt;!-- your declarations here -->
    &lt;/items>
    Brian Jeffries
    SQL Developer Team

  • How to run reports from discoverer viewer by http

    Hello everybody,
    We've migrated our j2ee application to htmldb and we've migrated Discoverer reports from 4i to 5. So, I'd like to know how to invoke reports from htmldb.
    With the previous version we used this way:
    http://hostname/discoverer4i/viewer?wbk=ZZZZZZZZZ&us=uuuuuuuuu&eul=XXXXX&qp_competence_id=-1&qp_competence_type=All&qp_Manager=NNNN&qp_resource_manager=-N&db=custprd.us.oracle.com&password=******
    Best Regards,
    Seba.

    Hi Seba
    You basically run Viewer as normal and then copy the URL from the Address bar at the top of the browser. This can then be used to run the report.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • How to run report in web and pdf format

    hi all,
    i am using developer 9i.
    i can run the report in paper layout but i could not be able to run that report in web layout.
    i have no html backgroud so what modification i have to do in the web source?
    and how to run the report in pdf format.
    thanks
    Muhammad Nadeem
    03469307639

    hi
    you have run report in web than i help you
    you use script lung in you from miss and form eaxm asp script
    you have create report in char fromat
    and call report using script script to define report content all thing are long process if you need then i give you , but in pdf format i not tri it but it's easy
    i my project i have create report and to convert in to txt file and file are show in script in web

Maybe you are looking for

  • Report for Missing qty in stock transfer

    how to Create a Missing Quantity list that gives the difference between sent and received quantities during Stock transfer. and send me tables involved in that, primary keys also

  • Adapters list!

    Hi, our basis guy installed XI and when I see Adapter monitoring I see only JPR  not any other adapters. does it mean ,if we have JPR we have all other adapters too? in PI7.0 SP12. I told him adapters should appear atleast in greyed state,but he says

  • SRM , HR replication and default address

    Hi, HR data is not with address (e.g Organization ). I would like to 'default' an address when I replicate the Organizations. How do I do it ? Please help With regards, Pranav

  • E61i Gallery / Video causes phone freeze.

    Hi there, I downloaded a video podcast from the BBC but it now causes the phone to freeze whenever I access the gallery pages (any of the types), podcast or even file manager when navigating to the "video" directory. How can I reformat the phone ? Is

  • IPhoto Photo Books in India?

    Can I create a photo book in iPhoto and have it shipped to India directly? Are there any extra charges?