Integration of 10g discoverer with R12

Hello

I install independent Discoverer 10 g, no infra no and no intermediate layer, just I want to install Discoverer 10g, my question is-> it will create own discoverer own database, otherwise I have to integrate with applications,.

If his will not create disco database, then we will integrate with R12.

Thank you

Danny,

The EUL schema will be created in the Oracle Apps database.

Please see the document below for more details.

Note: 373634.1 - using discoverer 10.1.2 with Oracle E-Business Suite Release 12
https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=373634.1

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Discoverer with EBS integration

    Hello

    We have instnace EBS R12 cloned with architecture of 5 layers with hardware load balancing.

    We have Forms and Web running on both nodes.

    I followed all the steps according to the Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [373634.1 ID].


    Now, I installed 10g discoverer and integrated with the EBS, now when I try to open any report of BSE, it gives the error message below.

    An exception has occurred.

    URL = http://bgcpr.back.com:8001/OA_HTML/OracleOasis.jsp?transactionid=468507498 & code_langue = US & OAFMID = 81507 & OAPB = _OAFMID & mode = DISCO & Viewer = N & workbook = BG_GL__PERIOD_STATUS_REPORT & SV = fTtqhRPWNxnS2RRwSx21gg...

    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException:

    Lack of class: _OracleOasis

    Load class: oracle.jsp.runtimev2.JspPageInfo
    Charger: oc4j:10.1.3
    Source code: /u01/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
    Configuration: In the META-INF/boot.xml in /u01/apps/tech_st/10.1.3/j2ee/home/oc4j.jar

    This charge was introduced to the oacore.web.html.jsp24699199:0.0.0 using the loadClass() method.

    The missing class is not available from any source code or the charger in the system.

    ===================

    The url direct discoverer works very well, I see the error message below, I have the Apache log, but is not the message generated when I click report discoverer.

    Could not find a failover process oc4j for destination session request: application://oacore (no island or a group).

    =================

    What is the issue of load balancing?

    I did the same steps recently in another instance to clone even but not with the load balancer, it worked fine.

    Thank you

    I followed all the steps according to the Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [373634.1 ID].

    Have you checked the steps (R12: how to create a link to a workbook discoverer [471303.1 ID])?

    Now, I installed 10g discoverer and integrated with the EBS, now when I try to open any report of BSE, it gives the error message below.

    An exception has occurred.

    URL =...

    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException:

    Lack of class: _OracleOasis

    Load class: oracle.jsp.runtimev2.JspPageInfo
    Charger: oc4j:10.1.3
    Source code: /u01/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
    Configuration: In the META-INF/boot.xml in /u01/apps/tech_st/10.1.3/j2ee/home/oc4j.jar

    This charge was introduced to the oacore.web.html.jsp24699199:0.0.0 using the loadClass() method.

    The missing class is not available from any source code or the charger in the system.

    Have you tried to compile JSP files and see if that helps? -Oracle E-Business Suite R12 - Login Page showing a blank page occurring intermittently [1491845.1 ID]

    Could not find a failover process oc4j for destination session request: application://oacore (no island or a group).

    You get this error only when you access the discoverer of the EBS?

    What is the issue of load balancing?

    I did the same steps recently in another instance to clone even but not with the load balancer, it worked fine.

    If you have checked all the above and the same configuration work for others, then Yes, this could be linked to the load balancer.

    After the configuration steps of Web Cache as the balancer for Discoverer 10.1.2 Web Cache fails to restart [ID 418502.1]
    Discoverer Viewer 10g (10.1.2.3) spreadsheet tool links fail when you access through Mode SSL [ID 884186.1] load balancing
    Discoverer 10g (10.1.2) more / Viewer connection errors when you access Via a Hardware Load balance, WebCache, Accelerator SSL, Alias or Reverse Proxy [ID 306199.1]
    Access Discoverer Plus 10 g (10.1.2) Via a F5 BigIP Applet load balancer fails with "load: class oracle.disco.DiscoApplet not found ' [566528.1 ID]".

    Thank you
    Hussein

  • Integration of Oracle Apex with EBS R12.1.1

    Dear all,

    We are in the process of integration Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.

    After doing all the steps, the time where we sail of EBS to Apex application clicking on EBS links menu it ends with error below

    "404 not found".

    ' / OA_HTML/null/pls/apex/f resource not found on this server.

    After some tests, I found the code below in "LaunchApex.jsp" in order to get the value of profile (supposed to be "http://myserver:port") of custom system 'APEX_HTTP_SERVER' profile and prefacing of ' / apex/f? ' p = applicationid:page:APPS: ' does not work correctly

    "
    ...

    String l_launcher = ctx.getProfileStore () .getProfile ("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/ apex/f? p ="+ p_application +": "+ p_page;
    l_launcher = l_launcher + ': APPS: "+ p_item_names +": "+ p_item_values;

    ...

    "

    as we found that the profile custom system 'APEX_HTTP_SERVER' does not exist in the EBS system. But it works without any error page if we encode the URL of the entire application variable in l_launcher apex, but this hard brings us to the page of connection of EBS instead of the Apex application page.

    So I think that we can't work around by using the value of 'APEX_HTTP_SERVER' profile because it has something to do with the EBS application session.

    So could someone please help me how we could create custom profile system "APEX_HTTP_SERVER" or other options to make the transparent integration of apex Oracle with EBS works without any second login page

    Thanks in advance

    Published by: 805196 on August 25, 2011 12:23 AM

    Hi oar,

    you will need to change as the below in the jsp

    String l_launcher = ctx.getProfileStore().getProfile("OAE_LAUNCHER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    

    Brgds,
    Mini

    --------------------
    Mark responds promptly

  • APEX with R12 e-business integration

    Hello

    In Oracle apps 11.5.10.2, we have developed a few pages in APEX (version4.0) and integrated into e-business (i.e. access pages of the apex of the responsibility of e-business-> menu-> function)

    now, we are trying to upgrade to R12 Oracle applications, where mod_plsql is no longer supported.

    I wanted to know what is the best option and the simple to integrate the apex with e-business pages? and the details of how integrate.

    1 http server separated with mod_plsql
    2 apex listner (AL)

    in the second option, we can install AL on tech-stack even as e-business or do we install on separate tech-battery?

    Rgds,
    -Kamal

    Hi Kamal,

    I think that the steps that you need to configure the integration are correct. Use of the gateway FND simply install the patch and then call the GWY.jsp of the function of the form with the profile that contains the URL of the Apex. With R12, you must use a jsp page to call Apex mod_plsql is not supported. Still, you need a listener OSH or separate Apex in support of mod_plsql for installation of the Apex.

    Rod West

  • Import the content of Discoverer for R12.1.3

    Hello

    We are integrating the discoverer 10.1.2 with R12.1.3.
    The 11i Instance has also been integrated with discoverer 10.1.2.45.

    I am stuck at 6.8 # Point of Doc-ID 373634.1
    Import Content Discoverer for E-Business Suite Release 12 adupdeul.sh mode = full

    Our R12 database already has the EUL appeared in 11i.
    Do I still need to import the EUL objects?
    Please specify.

    Kind regards
    VN

    Hello

    Do I still need to import the EUL objects?

    No, you don't need to. However, you must refresh the views of the company. Is there some new folders in version R12 you need then you will need to import some of the EUL R12, but I don't think much has changed.

    Rod West

  • What is recommended? Forms 10 g or 11g with R12?

    Hello

    We are planning an upgrade of 11.5.10 R12 and want to know what is the version recommended Forms Builder to that migrate us?

    Should migrate us to Forms 10 g or 11g?

    Can someone please share their views as to which version is better?

    Thank you
    Priya

    We are planning an upgrade of 11.5.10 R12 and want to know what is the version recommended Forms Builder to that migrate us?

    Should migrate us to Forms 10 g or 11g?

    Can someone please share their views as to which version is better?

    You must use 10g to 11g is not yet certified with R12 - using the 10.1.2 OracleAS forms and builders reports with Oracle Applications Release 12 [444248.1 ID]

    Thank you
    Hussein

  • Discoverer with EBS

    Hello

    We have our database 10g of EBS has migrated to a new server and upgraded to 11g.
    After the upgrade, from the apps work well.

    But when we try to open the discoverer reports, it will display "Enter password".
    After giving a name of user and password, I am able to view reports. But without asking for
    name of user and password how can I view reports. It was working fine before the migration.

    Thank you

    Please see these documents.

    ORA-01017 when linking to reports discoverer with Oracle Apps [ID 378164.1]
    Password in Discoverer Viewer [ID 375615.1] asked continuously

    Thank you
    Hussein

  • Integration of the IPM with EBS

    Everybody, hell

    My IPM server: 11.1.1.3 version (linux)
    Server version: EBS R12

    I m following the sub process.


    Document download (for KFI) through document capture, then it goes to the IPM server.
    Then, in Server EBS, click the zoom button, browser task IPM page is open.
    Open as user1:
    Push data into EBS seeking task IPM viewer data.
    Save it in EBS. Click on the approval of the Bill, give an authorization to obtain data to a particular user.

    Log in as User2: not found a job.

    Error in the BPEL instance is as below:


    * < part name = "summary" > *.
    * < Summary > Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "binding JCA execute operations reference 'Get_InvoiceTransaction' have to: Interaction processing error." Error during execution of the BPEL_RETRIEVEINVOICE processing. Interaction AXF_VALIDATION_IMPORT_PKG$ RET API. An error occurred during the processing of the interaction to call the BPEL_RETRIEVEINVOICE. AXF_VALIDATION_IMPORT_PKG$ RET API. Cause: java.sql.SQLException: invalid name model: AXF. AXF_VALIDATION_IMPORT_PKG_R_I '.» The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution. < / Summary > *.
    * < / piece > *.
    * < part name = 'detail' > *.
    * < model name invalid detail >: AXF. AXF_VALIDATION_IMPORT_PKG_R_I < / detail > *.


    If someone can tell what packages are used to integrate IPM and EBS.

    Here are the names of sql file for the integration of the IPM with EBS:

    PATH\CREATE_TEMP_TABLE. SQL;
    PATH\AXF_VALIDATION_IMPORT_PKG.SQL; s
    PATH\AXF_VALIDATION_IMPORT_PKG_BODY. SQL;
    PATH\AXF_PREIMPORT_CUSTOM_PKG. SQL;
    PATH\AXF_PREIMPORT_CUSTOM_PKG_BODY. SQL;
    PATH\BPEL_11G_IMPORTINVOICE. SQL;
    PATH\BPEL_PLACEIPMVALIDATIONHOLDSON. SQL;
    PATH\BPEL_PREIMPORTCLEANUP. SQL;
    PATH\BPEL_UPDATEHOLDLIST. SQL;
    PATH\BPEL_VALIDATEINVOICE. SQL;
    PATH\BPEL_RETRIEVEINVOICE. SQL;
    PATH\BPEL_GETORGID. SQL;
    PATH\EBS_CREATE_HOLD_LOOKUP. SQL;


    Please answer me ASAP.


    Regarding

    Jyoti

    The problem with the documentation, is that there is no mention of these SQL files that need enforcement. Those that must be performed and visible in the schema of the user of the DB that you configured in your DB Adapater. There are many stored procedures using the model of Accelerator AXF appearing in these SQL. I believe (from memory) is grant it access to one, but I do not see that in your list, and you list looks like also a bit incomplete, which version of the model are you using?

  • Discoverer with OLAP options PLZ HELP!

    Hi all

    I'm new to data warehousing, my management told me to install a tool to create a dimensional model, I did some research and discovered OracleBI Discoverer Plus OLAP has this option, but I'm unable to get a download link for this, can someone give me a download link for 'OracleBI Discoverer Plus 10 g OLAP option.

    Also, I should install this on the server or can I proceed with installing it on my customer's computer, I don't want no unnecesaary increase the load on the server, it will work if I just install it on the client

    My database is 10g.


    enjoy your hel [p,

    concerning

    Hello

    Discoverer with OLAP is essentially a reporting tool.

    Discoverer catalog is a repository to store and retrieve objects definitions for
    Discoverer of more OLAP. With store of end-users Discoverer Plus OLAP in the discoverer catalog objects
    such as workbooks, calculations and saved selections and objects to share with other people who have access
    the discoverer catalog.

    Connected with Discoverer Plus OLAP users do not use the EUL (as a discoverer relational users); Instead, they use the discoverer catalog.

    You can have that one catalogue of discoverer by the database instance, which will reside in the scheme called D4OSYS.

    Discoverer catalog is not installed automatically, it can be installed via the Application Server Control interface (see details in the Guide de Configuration Discoverer). Note, if it is not present in the OLAP database, discoverer catalog installation will fail (as OLAP is a sine qua non for Discoverer to OLAP). Required in a company database to Oracle 10 g OLAP components:
    The OLAP catalog
    Oracle OLAP API
    OLAP analytic workspace

    After discoverer catalog has been installed, the catalog administrator must allow users of database required to access the catalog, so that they can use Discoverer for OLAP. The authorization can be done via the Application Server Control interface (see details in the Guide de Configuration Discoverer).

    OLAP metadata are definitions of multidimensional objects (for example, dimensions, cubes) which the discoverer for OLAP users need access in order to build/see reports based on those.

    Thank you
    Fati

  • Implementation of Oracle 10G Discoverer

    Hello

    We will implement the discoverer 10G in our Oracle Apps business environment can anyone help me give me the list of the views of the company and how we can create our own opinions through plu discoverer.


    Any help will be apprechiated.




    Sincere greetings,
    Zitouni

    Hello

    It is probably useful to clarify some terms here. Business view are views of database created by competing demand Oracle Applications "generate all Business Views. You can view the application log to see what views are created.

    These views of the company are then mapped into folders in the discoverer of the end-user (LUF) layer. These folders in the business areas and business districts, and records can be created either yourself using Discoverer Administrator or the company released with eBS spaces can imported the EUL. Or you can do a mixture of both your own and Oracle supplied.

    Discoverer Plus and view and tools that you use to create workbooks reports/discoverer. You cannot create views, folders, or areas of activity with these tools.

    You can check the metalink Note 313418.1 for more information on how to implement the discoverer with eBS.

    Rod West

  • Discoverer in R12

    Hai all,

    tried to install Discoverer for r12 in the same server where I installed oracle applications... discovere installation went well... did al the changes in the application layer, running autoconfig... now BI works very well... When I try to start the application service, opm starts not defective with the address of link error already in use
    for the port of 6200
    [root@apps ~] # lsof | grep 6200
    oradisc opmn 15030 9u IPv4 110635 TCP *: 6200 (LISTEN)
    How can I solve this?


    Kai

    Glad to be of assistance.

    In my view, that the best source is the Oracle documentation.

    Oracle Discoverer documentation
    http://www.Oracle.com/technology/documentation/discoverer.html

  • integration of lync 2013 with cisco vcs - c

    Hello

    I found a lot of documentation on integrating to Lync 2010 with VCS - C, but can't find much on the integration of Lync 2013.  Could someone shine some light on this for me?
    Thank you!

    Hi, David,.

    It would be preferable that you contacted Cisco re: integration

    https://supportforums.Cisco.com/thread/2181356

    Cisco PDF

    Or try to repost your question to the TechNet Forum

    http://social.technet.Microsoft.com/forums/en-us/ocsinterop/thread/319f9e94-f7ec-4c6e-994C-f5412e345e2e

  • I want to show Real Player. MOV videos integrated in chronological order with still photos in Windows Photo Gallery

    Windows Photo Gallery is not showing them to, and even less integrated in chronological order with still photos, which is very annoying. The computer I use a Vista Home Premium installed. And please, if you really want to be useful for your response, do not make assumptions about my level of knowledge and explain in detail all the actions that are needed.

    Otherwise, how can I view all my photos still in windows photos. For some reason photos dated 2005 (and probably earlier, if there were) not displayed although thay appear separately if I select a specific date.

    In other words I don't like how the machine of this miserable, I just want to see all my pictures and videos in chronological order without a lot of tweaking. And if the photo library will not appear videos RealPlayer (format my videos are store automatically stored like - and how stop what happens if it's not good for the Photo Gallery?), how can I change the in a format that will work with the photo gallery?

    Rant on.

    Windows Photo Gallery is not showing them to, and even less integrated in chronological order with still photos, which is very annoying. The computer I use a Vista Home Premium installed. And please, if you really want to be useful for your response, do not make assumptions about my level of knowledge and explain in detail all the actions that are needed.

    Otherwise, how can I view all my photos still in windows photos. For some reason photos dated 2005 (and probably earlier, if there were) not displayed although thay appear separately if I select a specific date.

    In other words I don't like how the machine of this miserable, I just want to see all my pictures and videos in chronological order without a lot of tweaking. And if the photo library will not appear videos RealPlayer (format my videos are store automatically stored like - and how stop what happens if it's not good for the Photo Gallery?), how can I change the in a format that will work with the photo gallery?

    Rant on.

    ====================================
    Windows Live Photo Gallery is supposed to display Apple
    QuickTime. MOV inches if you also install QuickTime from Apple.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Windows Vista - system restore: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/system-restore-frequently-asked-questions

    Windows Live Photo Gallery 2011
    http://explore.live.com/Windows-Live-Photo-Gallery?OS=other

    Apple QuickTime
    http://www.Apple.com/QuickTime/Download/

    My camera takes the QuickTime video. How can I see them
    files in the Windows Vista Photo Gallery?
    http://blogs.msdn.com/b/PIX/archive/2007/06/05/FAQ.aspx

    Also... the free Picasa software may be worth a try:
    (Personally, I like better than WLPG)

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Picasa
    http://Picasa.Google.com/

    Organize your digital photos with Picasa
    http://Lifehacker.com/#! 267024/organize-your-digital-photos-with-Picasa

    To book your QuickTime. MOV files more universally
    compatible, you can try converting them to the. WMV
    format.

    There are many programs that can do conversions...
    The following freeware is an example...:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster)
    (the file you want to download is: > FFSetup260.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)

    First, you will need to decompress the file or just open the
    Drag FFSetup260.exe out of the folder
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your video clips on the main screen...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck...

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Integration of MS Lync with telepresence

    Hello world. I have a question about the integration of MS Lync with telepresence. VCS - C will be sufficient for the integration with MS Lync server 2013? I heard that VCS gateway additional Lync is needed for this. And what about licensing, we need to activate the license of Microsoft on CV interoperability to make integration work?

    Would appreciate your responses.

    I would recommend that you read the deployment guide.

    http://www.Cisco.com/c/en/us/support/unified-communications/Telepresence...

    Please also search the forum, you will find several threads dealing with these issues.

    In short, the official way is to deploy a dedicated VCS - C or C-Expressway.

    But depending on the size and the friendly deployment you may have other options.

    If you want to have appropriate support, Yes, you would need the collaboration enhanced, now called

    Key to Microsoft Interoperability.

  • How to get the MAC address of the additional 10G NIC with command-line ILO

    How to get the MAC address of the additional 10G NIC with ILO command line?

    Thank you.

    Hi Bruce,.

    Out of what I can find on this network card is not available for the Mac without an operating system. I recommend get/burning a live CD/DVD of Ubuntu/Linux and run an Ifconfig in there.

    Hope this helps you.

Maybe you are looking for

  • Records missing iCloud?

    When I created a new account on my Mac laptop only a small number of iCloud files appear.  Only four total include keynote, pages, numbers, and preview.  Any help would be appreciated since I have a lot of the important of other files, but cannot acc

  • Satellite L500D - screen off sometimes

    I bought this Satellite L500D several months and sometimes the screen goes black. It tends to occur when the charger is not plugged, but the battery is charged to 100%. "Indicators of the system" (the lights that are on when the laptop is turned on)

  • Computer laptop 15-ay013nr: 15-ay013nr FN keys not working not

    Hey guys and girls!  I just got my new laptop today, but the fn + F1-12 keys do not work.  The FN key works, chrome it registers itself as opening it's own help page when you press fn + f1, but the volume does nothing, done nothing, flight etc.  I lo

  • Installed Windows7 update KB2419640 and now Windows Live Mail does not work

    I installed the Windows 7 KB2419640 update and now Windows Live mail will not work.  He won't answer.  I removed the update correctly as well as other installed 1/13.  I then installed each update individually.  This has allowed to identify where the

  • can I use easy transfer from xp 32-bit windows to 64-bit win7?

    Windows easy transfer can I use windows easy transfer and transfer my computer running windows 7 / 64-bit on my computer that is running windows xp service pack 3 32 bits of the operating system even just to store my other (win 7) my other (win xp) s