Integration problem between oracle forms 10g and oracle report 10g

Hi!
I've got any error message "Unable to connect to the report server "server name"" when a oracle report is run using run_report_object in the oracle form under oracle form developer 10g. Please advise any settings are required in order to run the report. Thank you very much.
Best Regards
Pinga

The report server is running as the report can be run via URL in the brower. However, it prompts out the error when it is called by oracle form using the run_report_object.

Similar Messages

  • API Doc for oracle.forms.ui and oracle.ewt available (Forms 9.0 PJC)?

    Hi there,
    where can I get the Java Docs for the oracle.forms.ui and oracle.ewt Packages for implementing Forms 9.0 PJC?
    Where can I get more docu about building PJCs? Found already some samples and
    Thanks, Markus

    At this time, the JavaDoc for these classes is not available.
    As a general rule you will find that the Methods and properties of the underlying oracle.ewt.* classes closely mirror the equivilent java.awt.* classes, so you should be able to gain a bit more information that way.
    And yes setDropDownVisible does pop the combo list down, but it's a protected method which might be why you're having problems with it?
    - Assuming you are having a problem with it...

  • How to istall oracle forms service and oracle reports service and testing

    How to istall oracle forms service and oracle reports service ?
    and we can make test?

    How to istall oracle forms service and oracle reports service ?http://download.oracle.com/docs/cd/B19375_07/doc/frs/docs.htm
    and we can make test?Once installed, there is a test program both for Forms and Reports... or you mean something else ? if so, please clarify.

  • Oracle Forms 9i and Oracle RDBMS 8

    Hi,
    Can anyone tell me whether Oracle Forms 9i will work against an Oracle 8 database?
    We have an older version of Oracle Forms (Oracle Developer 6i) that I could also try against Oracle 8 but I'm concerned about conflicts with on the client-side with Oracle Enterprise Manager 9i and Oracle Enterprise Manager 10g (I have these installed already).
    My organization does NOT intend to upgrade the Oracle 8 production database to a newer release. And yes, we have Oracle 9i and 10g RDMBS in production as well.
    Thanks.

    I, too, am a little confused. I will be loading Oracle 9i DB Personal Edition on to a Windows XP Professional, Pentium IV. I read in forums that 9i Personal is certified for this particular system whereas 6i Personal Edition is not. Is Forms and Reports 6i certified for XP Professional? If so, can I run 6i w/ the 9i Personal Edition? I am considering purchasing Oracle 9i Developer Suite, but only if it is certified for XP Pro and 6i isn't.
    Please advise.
    Alta

  • License for Oracle Forms 6i and Oracle Reports 6i

    Hai there,
    May I know if I can buy a license for 2 users for the development tools Forms 6i and Reports 6i.
    How do I go ahead and buy the license on line. Where do I contact.
    Please give me the details.
    Thanks in advance.
    Elizabeth

    Please be aware that this version of Forms is desupported in one months time.
    You can download the software from otn but you should contact your Oracle Account Manager about licensing.
    Regards
    Grant Ronald
    Forms Product Management

  • Oracle Forms 6i and Crystal Reports XI

    Hi All,
    Has anybody had any success in calling crystal reports xi from oracle forms 6i? I have noticed there has been a number of threads on this for previous versions of crystal. Any help would be appreciated.
    Regards,
    Scott.

    Did u Succeed in calling crystal Reports XI from Forms 6i
    or from Forms10g
    for me also the same Requirement
    please send any document ,Attachment ,steps to call Crystal Reports XI from Forms
    [email protected]
    Message was edited by:
    user501763

  • What are the major differences between oracle 10g and oracle express 10g

    Hi
    Can anyone tell, What are the major differences between[b] oracle 10g and oracle express 10g.
    Or if you know any URL, then please do let me know.
    Advance Thanks
    JC

    Dear sir,
    here it is.
    http://www.oracle.com/database/product_editions.html

  • Difference Between Oracle Database 10g And Oracle 10g Express Edition

    Can any body Tell me What is The Difference Between Oracle Database 10g And Oracle 10g Express Edition.

    http://www.oracle.com/database/product_editions.html
    This link might help you.

  • Installation of Oracle Application Server and Oracle forms 10g

    I am currently using form 6i and Oracle 10g in my home. but i want to
    Install and setup Forms 10g on my Pentium IV PC with oracle Application server 10g.
    I need the issues in this installation and I want Proper steps and Software and hardware Requirement for Implement my oracle forms on web.

    You can download the documentation from otn.oracle.com or if u have dvd/cd
    then installation guide will be there inside the dvd/cd
    Rajesh

  • Would like to ask about Pros&Cons betwwen Oracle Forms, OAF and ADF

    Hi,
    Is there some material about the pros&cons between Oracle Forms, OAF and ADF, from angles like technical architecture, performance, network efficiency, etc...
    Asking this becuase EBS cusotmer is familiar with Oracle Forms and OAF, when we talking about ADF to them, it is quite confused especially about OAF and ADF, finding material to elaborate these 3 technology clearly, thanks
    - Liang Yi

    Thanks, I check the comparison of OAF and ADF document downloaded from Oracle Support, but it is for ADF10g, I believe ADF11g is much better, and anyone check the comparison table between ADF 10g and OAF R12 would choose OAF.
    And, from the document, I saw one line that is very confused, check it out, do not understand what does it mean with "if your application does not need to integrate with EBS... ... you should use ... ... integration with EBS" -_-!
    "If your application does not need to integrate with the
    E-Business Suite, or doesn't require any of the E-Business Suite-specific
    capabilities enumerated above, you should use ADF 10g with SOA based
    integration with E-Business Suite."
    - Liang Yi
    Edited by: lymath on Jun 1, 2011 12:41 AM

  • Oracle Form functions and procedures in APEX, how?

    I am working to recreate in APEX, already existing Read Only Forms in Oracle Forms. APEX Interactive Report functionality among other things, makes it worth while as well as targetting a different audience than the one that utilizies the Oracle Form versions. Oracle Forms versions use lots of pre and post query triggers, PLSQL Functions.
    In Oracle Forms one of the places those functions can be located is in the "Program Units" section of the Form. A typical function of this sort, based on a specific Mission ID Itinerary, collects scheduled passengers last names, formats them with a comma and space after each one, into a single string that is returned and displayed as the passenger list of one row.
    I have all this code written so I can move most of the main query of the Oracle Form into an Interactive Report. These functions and triggers called from within the Form, from the "Program Units" section of the Oracle Form rather than being stored in the Database schema in a package, where would they go inside APEX? Can I create a "Shortcut" in APEX and call it from the Interactive Report "Region Source"? Can I create the PLSQL function at the page level or region level of the Interactive Report? Or, is my best bet creating a package stored in the database, of all these functions and/or proecedures I may need from the original Oracle Form?
    Some advice would be greatly appriciated.

    RLBickham wrote:
    I don't think I have been clear enough in describing the specific thing I want to do, it simply does not reach the level of forms to APEX conversion. It is basically a PLSQL Function problem.
    I have an Interactive Report that is currently getting 90 percent of what I want however, each row, representing a Mission may have multiple legs. Each Leg has two locations or ICAO codes attached to it. Based on the Mission number, I want to loop through the leg table, collect all the ICAO codes for that Mission, put them all into 1 variable separated by a coma and add that variable to the column display of that Interactive Report as the last column.
    In Oracle Forms I have a function saved to the database that is called within the main query. Maybe I am asking a question that does not need to be asked but in any case my question is can I put that function currently in the database somewhere in the confines of the Interactive Report and reference it via Http somehow or should I just stick with putting functions and procedures in packages stored in the database and called the conventional way?You could move the function to the database and call it from the report query, but it sounds as if it's superfluous. In the report query use whatever form of Re: 4. How do I convert rows to columns? is appropriate to your (unspecified) database version.
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.

  • Connection between  oracle 9i server and oracle 9i client

    hi there,
    i have installed both oracle 9i server and oracle 9i client in my system.how can i connect these two to have connection between these server and client?
    Because i was using only 9i server for creating database and for other purposes.i have not used 9i client yet.
    Please write me the answer.
    Thanks in advance.

    Hi Balu,
    If you have the Oracle 9i Client, you can just edit your TNSNAMES.ora file of your client to have a TNS Entry for your new Database & try connecting it. You just need to try TNSPING & ensure that you can reach the Listener.
    Are you facing any specific problems ?
    Regards,
    Sandeep

  • Oracle Database 10g and Oracle Client 9i together

    Hi, I've been lost some nights in this problem, in my job I will need migrate my Oracle Database 10g for a new computer, on the other hand, there is a software in this computer wrote in Visual Basic and this running only Oracle 9i Client.
    Is it possible configure my new server for run Oracle Database 10g and Oracle 9i Client together?
    Thanks!
    Emerson

    You can certainly use an Oracle 9i client to connect to an Oracle 10g database. Technically, you may have to apply the 9.2.0.4 patchset to the Oracle client to be completely supported, but that may not be strictly necessary.
    You can also have both a 10g database and a 9i client installed on the same machine in different Oracle Homes. You may have some issues on Windows, however, if you are using software that is not multi-home compliant (i.e. the Microsoft ODBC driver for Oracle) or if you call Oracle command-line utilities (exp, imp, etc) without explicitly setting the PATH first.
    Justin

  • Free Forms Modernization and Oracle ADF event running June 6th 2011

    Oracle partner iAdvise are running a full day workshop on Forms modernization and Oracle ADF in Belgium on the 6th June 2011. For those interested in JDeveloper and ADF, there is a full afternoon of ADF training, as well as a copy of the Quick Start Guide to Fusion Development JDeveloper and Oracle ADF.
    You can register here:https://www.iadvise-hosting.be/pls/apexsaas2/f?p=eev:104:4479387178760612%20
    So, if you have any investment in Oracle Forms and are looking at ADF, you need to attend!

    bump

  • Run Oracle Web Logic and Oracle Application Server 10g on same server

    Since oracle has chosen to release adf faces 11g, before the SOA suite 11g is released, we are facing the challenge to run both Oracle Web logic and Oracle Application Server 10g on the same server.
    If anyone have any experience in this setup or has knowledge of other feasable setups please let me know.
    Regards.
    Jan

    What version of Oracle Application Server 10g are you installing?
    If you are installing 10gR2 (v10.1.2.x) have you taken a look at point #70 in "Table 2 Additional Information for Certified Platforms" section here?
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    Thanks
    Shail

  • Diff Between Oracle BPM Studio and Oracle BPEL Process Manager

    1)What is the difference between Oracle BPM Studio and Oracle BPEL Process Manager?
    2)What is the connection between Oracle BPM Studio and Oracle BPEL Process Manager?

    Hi,
    As of today you should install SOA Suite 11g
    Fr this you will need to install Database (for development you can use XE)
    Run RCU utility to crete DB schemas for SOA Suite.
    Install Weblogic server
    Install SOA Suite as an option to Weblogic
    Create SOA Domain.
    It is physically possible to do it in 2GB but is far better on 3 - 4GB
    You can consider installing DB on different machine.
    Adam

Maybe you are looking for