How to build report within oracle portal

I've already built a portal DB provider.Then i open it.
I want to build a report. So i click on "report" next to "create mew".
But it said,"page cannot be found"
Help!!!!!

Hi,
This should not happen. May be something is wrong with your setup. Please contact support for this.
Thanks,
Sharmila

Similar Messages

  • Create a report in oracle portal based on a different database.

    Hello,
    I'm trying to create a report in oracle portal based on table in a different database than te one from portal.
    I have allready succesfully added a new DAD in the enterprise manager, but how can I select that database in the portal environment?
    Thierry

    Hi,
    Please check the below link
    http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_voyager_userguide_en.pdf
    I think you can get more information in Integration Kits - SAP or Business objects forum.

  • How to call Reports in oracle forms 10g

    Dear All,
    How to call Reports in oracle forms 10g.
    I am using Oracle Forms 10g Reports 10g and Database 10 and and Operating system Windows XP.
    Please give me the Solution.
    Thanks and Regards,
    Faziludeen

    Hi Omkar,
    Please check the following code.
    DECLARE
      repid REPORT_OBJECT;
      v_rep VARCHAR2(100);
      rep_status VARCHAR2(20);
      plid ParamList;
    BEGIN
      plid := Get_parameter_List('tmp');
      IF NOT Id_Null(plid) THEN
      Destroy_parameter_List( plid );
      END IF;
      plid := Create_parameter_List('tmp');
      add_parameter(plid,'p_parameter',text_parameter,to_char(:POLICY.POLICY_NO));
      Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
      repid := FIND_REPORT_OBJECT('POL_REP');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
      v_rep := RUN_REPORT_OBJECT(repid,plid);
      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;
      WEB.SHOW_DOCUMENT('http://'||'LENOVO-428E9E41'||'8889'||'/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?
      '||'server=prod_report_server&P_parameter='||:POLICY.POLICY_NO||
      '&paramform=no');
    END;
    I am used to Start the Report sever   'Rwserver Server=prod_Report_Server Start'
    OracleAS Report Services
    Version :-   10.1.2.0.2
    Name    :-   prod_report_server
    Status  :-   Server is Shutting down
    Jobs in Queue  0
    Active Engines  0
    I got the Following Error when I trying to run the Report
    FRM-41211: Integration error:SSL failure running another product
    Thanks and Regards,
    Faziludeen

  • How to build wizard in Oracle Forms?

    How to build wizard in Oracle Forms? Is it possible only in JDeveloper?
    Regards
    Rajesh Kumar

    What do you mean here - you want to extend the Forms Builder with your own wizard, or you want to build a Forms Application with a Wizard Style interface?
    If it's the First then you can't, if it's the second then check out the 9i demos there is a re-usable wizard component that shows you how to do it.

  • How to attach report in oracle apps

    I have good experince in oracle reports but now new in EBS 12. And very soon new reports will be developed. i am studying documentation of EBS since last week but still not able to know about
    1)How to attach report in oracle apps.
    2)How prameters should be defined
    3)What are the limitation for developing new reports for oracle apps

    could u post this in apps forum
    For stand alone reports check this
    http://www.alexyscorp.com/send_report_email.zip
    Message was edited by:
    Alex(AlexysCorp)

  • How to integrate EBS in Oracle Portal?

    How to integrate EBS in Oracle Portal?
    I want to integrate EBS with Oracle Portal.
    How to do SSO?

    Hi
    You shuld take a look to the metalink note Note:233436.1 "Installing Oracle Application Server 10g with Oracle E-Business Suite Release 11i", there you will get info how to SSO them..
    If yuo want to integrate (no SSO) you can use some other solutions like webclipping, iframe, etc...

  • How to build reports using discoverer (oracle 10g on winxp professional)

    hello:
    I have an sql query which queries multiple tables.
    I have to build the report using oracle discoverer plus...can anybody guide me what is the path to accomplish this.
    the sql is following
    SELECT COUNTRY.ID, COUNTRY.NAME, CARRIER.NAME, COUNT(CARRIER.NAME) SUBSCRIBERS FROM COUNTRY, CARRIER, USER_DEVICE, USER_ WHERE
    USER_DEVICE.APPLICATION_ID = 1 AND
    USER_DEVICE.CARRIER_ID = CARRIER.ID AND
    CARRIER.COUNTRY_ID = COUNTRY.ID AND
    USER_DEVICE.USER_ID = USER_.ID
    GROUP BY
    COUNTRY.ID, COUNTRY.NAME, CARRIER.NAME ORDER BY COUNTRY.NAME, CARRIER.NAME
    when i try to validate this query in oracle business intelligence administrator by building a complex folder the validator gives error and cannot validate...
    please tell me how can i accomplish to run the above query using oracel discoverer

    yes it worked like that...thanks...
    now i want to add user defined parameters to it...
    as the folder is a complex folder all the colums i get(in discoverer plus) are those which i am mentioning in my query...but i have to get the parameter based on column from another table User_ and i can't show that column in my query as the query won't work if i include it...
    I hope I was able to make u understand my problem...
    please tell me how can i build paramters from the USER_table
    Waqas

  • How migrate crystal reports to oracle bi publisher ?

    Hi experts,
    i have a experienced with development of crystal reports.
    now my work demands migration of crystal reports to oracle bi publisher.
    may i know how to converts all crystal reports formula's in oracle bi publisher ?
    any help is greatly appreciated.
    Thanks.

    Simple answer, there is NO easy way to convert them.. You will have to get the layout from your crystal report file, then get a copy of data to test query to build data is returned in proper sequence to replicate report.
    If you were converting from Oracle Reports to BI Publisher, then you would have it easier..
    Just be happy you are not where I was 2 years ago.. I had over *600* crystal version 8 report files and started looking at converting them to BI Publisher...
    Thank you,
    Tony Miller
    Webster, TX

  • Deploying reports in Oracle portal concept questions

    How does the portal know about database instances?
    Hypothetically, userid parameter is set to abc/123@test. How does the portal know where the "test" instance is?

    since you mention the userid parameter i assume you are talking about Oracle Reports rather than portal reports.
    in fact, portal only submits a request to the reports server and the reports server uses regular tnsnames resolution to find out where test is.
    regards,
    philipp

  • How to integrate P2G with Oracle portal

    Has any one out there successfully integrated P2G with Oracle portal? If so, could you be kind enough to tell me how you did it. I need to do the same thing.
    Thanks.

    Hi
    You shuld take a look to the metalink note Note:233436.1 "Installing Oracle Application Server 10g with Oracle E-Business Suite Release 11i", there you will get info how to SSO them..
    If yuo want to integrate (no SSO) you can use some other solutions like webclipping, iframe, etc...

  • How to develop more on Oracle portal?

    hello,
    The items on the Oracle Portal Page are stored in scheme Portal.
    How the portal generate the page by the DB data?
    I want to read the infomations by API to myself page,to edit the page items.
    How to do it?
    anybody can help me, Can offer some Document!
    Thanks

    your best bet would be to do a full install of Oracle9iAS. This will install the Forms server for you and configure everything. It will save you a lot of configuration probems.

  • Seeded Reports within Oracle BPA Suite...

    Folks,
    Would you be able to point me towards any Demo Script
    that I could follow against our Demo Databases to test all the
    seeded reports within BPA?
    I was looking to run these reports against any of these Demo Database:
    "Demo70" or "United Motors Group" or "Quote To Cash"
    In lieu of randomly running the report against any model within this
    Demo database; I was hoping to find some structure I could follow to
    see a tangible & pertinent output. This would have also demonstrated
    which Model Types were pertinent for which reports & vice versa...
    Thanks

    Well, in the case of the eval 11g the server is embedded with the BPA Suite and/or is simply Oracle XE. I had restarted both of these and since it is Windows, I restarted Windows too. Nothing worked.
    So, I ended up exporting (well, backing up) those "databases" that I wanted and reinstalled everything. That, too, was quite the experience. At least the eval copy of this is not consistent in behavior (seems the version on the server changes daily, although I couldn't get the latest one to install, reverted to a saved version of the download), the install does not work consistently and even worse, when the install fails there are no such indications... it all looks just fine (in my case, attempts to use non-default tablespaces did not work, the log file indicated a bad login without any details on what really failed, yet install didn't say a thing)...
    Based solely on my experience with the eval copy, if it were up to me, I would not use this product at all. You may have other experiences, but the lack of current and correct documentation along with inconsistent behavior makes the administration of this tool a guessing game...even restoring the database that I had backed up failed the first time (couldn't login), but I could delete it, and attempted again and it worked that time. Just very poor error messages (as in none), and inconsistent behavior doesn't lead to trusting this very much, if at all.

  • How to get rid of "Oracle Portal" label(text) when mouse is over Logo.gif image

    In several portal screens (for example:
    Add Item wizard, Create Folder wizard,
    Create Page Style Wizard, Account Info screen, Create Page wizard, Create Application Wizard, etc, etc.... )
    there is like a Banner with the Logo.gif image and the text "Oracle Portal" displayed when the mouse is OVER Logo.gif
    I know how to replace this image with our own file, but what i would like to know how to replace or eliminate the "Oracle Portal" text.
    I imagine the information for this Template is stored somewhere in the database.
    I will appreciate if someone can help me to identify where is located this info so I can delete/replace the text.
    Any other suggestions will be wellcome.
    Tks in advance
    null

    Malin,
    when you install iAS, there is a directory
    oracle_home\portal30\images where all the image files are stored.
    for example, in my installation is:
    D:\oracle\iSuites\portal30\images
    one of the files is logo.gif, just overwrite that file with your own file (but keep the same name) and then your own logo or whatever you want will show up in the Portal.
    pls note that there are different image files you may want to replace.
    i hope it helps...
    null

  • How to install Oracle9iAS and Oracle Portal

    Can anyone help me to install Oracle9iAS and Oracle Portal?
    In which order must they be installed?
    Are there important things to do before the isntalling?
    Or does anyone know where to find clear documentation for the installation?
    thanks

    Portal is installed as part of the 9iAS install.
    You can find the Installation Guide online at http://otn.oracle.com/products/ias/. Choose the Documentation tab. Select your platform (Solaris, NT, etc.), and click HTML or PDF and you'll have the docs you need for installing 9lAS and Portal with default configuration.
    For more info on custom configuring portal, go to http://technet.oracle.com/products/iportal/. There is a section on the page called Configure 9iAS Portal that has links to all the available configuration documentation.
    Best,
    Jay

  • How to deploy forms on oracle portal

    Hello everybody
    I developed some forms in a client/server mode,recently I installed O9iAS(minimal edition(including HTTPserver and oracle portal)).I would like to use those forms on the internet.Its not very clear to me what I am supposed to do next.Can I install form server on the node which is currently running O9iAS?(portal and HTTP server),is it necessary to do a fresh installation of O9iAS(enterprise edition,which includes form server?).I would also appreciate any help regarding necessary configuration tips.
    Best Rgds
    sabasaba

    your best bet would be to do a full install of Oracle9iAS. This will install the Forms server for you and configure everything. It will save you a lot of configuration probems.

Maybe you are looking for

  • Read table issue in method

    Hi, How can i read this table with where condition in OOPS? is it possible? Give some idea how to proceed? Inside method i have written like this. ret is my return parameter. code:   Loop at me->s001_raw[] assigning <arr_s001>.     read table ret[] w

  • Weird Timing Issue with Custom Javascript Files

    I have attached a static javascript file to my application using the Shared Components...Static Files facility in APEX. This is working. I can call methods in my JavaScript file and they work as expected. The issue is that if I ever want to have Java

  • Problem with Nokia 2220 slide

    My nokia 2220 slide is acting strange it deleted all my themes & app.when i check my memory status its saying i have used 22.9 GB but my total phone memory is 9.8 mb,the memory also keeps on decreasing. sometimes i find unknown files in my phone but

  • Keep share mounted

    I am planning on getting a mac mini for my home theater setup. however, after playing around with my MacBook Pro I have found that when the machine goes to sleep, any mounted shares are ejected. I am looking for a script to do this: If the share is m

  • I have a message that says the publisher of firefox 6.0.2.exe couldn't be verified, should I still install?

    The message is upon installation...it says the above, the publisher of firefox 6.0.2.exe couldn't be verified. Should I still install?