UPK 11.0.0 integrate with EBS 12.1.3

Hi,
I installed UPK 11.0.0 server and client. I have also imported UPK EBS 12.1.3 contents provided from oracle edelivery. Now I need to integrate EBS help menu with UPK. My first step is to just see if integration works or not. document says :
" Modify the HELP_WEB_AGENT Profile
You must modify the HELP_WEB_AGENT profile in Oracle to point to the oracle_gateway.html in the Player content deployed on the server.
Following is an example for R12:
URL=http://<server name>:<port>/oracle/hemi/oracle_gateway.html "
What should be servername and port? Do I have to publish anything just to verify if integration to help menu works or not? I found oracle_gateway.html in below path. Does it look correct?
C:\UPK_Storage\UPDev6\D\Content\D\f72c7b50933844f383e5e0042bb3d400\1\Parts
thanks.

Hello,
You should publish a Player and put it on a web server, even if it's a small preliminary or test outline, and use the URL of the published Player for the help link. The oracle_gateway.html file that you found is part of your local cache and is not the one you should be linking.
If you have additional questions, I highly recommend submitting a support ticket or look through the knowledge base at My Oracle Support (http://support.oracle.com/).
Best regards,
Marc

Similar Messages

  • How do I use FND_GLOBAL.APPS_INITIALIZE to integrate with EBS 11i security?

    Hello,
    We are trying to integrate APEX with Oracle Ebusiness Suite 11i. We are trying to integrate with the HR/Payroll application which uses FND_GLOBAL.APPS_INITIALIZE to set the security context to a user, responsibility and application id which defines who the session has access to for the session. When we make the call to FND_GLOBAL.APPS_INITIALIZE in either a before header process or in the VPD security attribute, we get no data. Using the same call in SQL*PLUS we get the data expected.
    Any suggestions on how to get this to work? What are we missing?
    Thanks,
    -Eric

    Hi Rod,
    Thanks for the reply. I have not tried passing in the parameters yet. I currently have the following hardcoded in a before header process.
    BEGIN
    FND_GLOBAL.APPS_INITIALIZE(1003,51172,800);
    END;
    I do have FND_GLOBAL.USER_ID and FND_GLOBAL.RESP_ID in a report. The values returned are the same as those I have in the before header process.
    For this user_id, responsibility_id and application_id I should get 1 row from per_people_f. It works in sqlplus, I get no data found in APEX.
    Any further suggestions on what might be happening here?
    Thank you,
    Eric

  • How to Migrate 10g sso integrate with EBS 11.5.10.2  to 11g OAM(oracle access manager) with R12.1.3

    How to Migrate 10g sso integrated with EBS 11.5.10.2  to 11g OAM(oracle access manager) with R12.1.3
    Os:Linux 64 bit
    database:11.2.0.3 Rac

    Hi,
    You could try working through the EBS -> APEX integration article on the Apex community site (http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf)
    Rod West

  • Help needed in Apex Integration with EBS

    Hi All,
    Currently, when trying to integrate with EBS these are the steps I followed.
    1) Created apex generate hash and apex launch procedure in APPS DB.
    2) Created Profile in Application Developer Responsibility.
    3) Saved above profile in system administrator -->Profile -> System and set the site level as http://<hostname>:<Apex port>/pls/apex
    4) Created a function in system administrator , type as SSWA plsql function and called the launch procedure and passed parameters as my apex application and page id.
    5) Created a Web PL/SQL entry under System Administrator Responsibility -> Security -> Web PL/SQL for the launch procedure.
    6) Created menu, responsibility and assigned to the user.
    For the APEX application , currently I have not given any login page. The login is through EBS only. I have given logout URL in apex application to EBS Login page. Now my problem is , when I click Logout the session of EBS does not get invalidated. How can I achieve this ?
    Secondly, When I give the APEX application URL directly in the browser it will open without asking for the EBS login credential. But I do not want this to happen. I need it to be authenticated through EBS login credential.
    Any suggestions would be welcome.
    Thanks
    Alaka

    Hi Scott,
    I tried the solution given in this URL.
    http://oracledbas.blogspot.com/2008/11/oracle-application-express.html
    It is not working for me.. I tried in the forum also.
    While creating authentication scheme I gave Oracle EBS Login Page as Session Not Valid URL. But every time I login to EBS and click responsibility then menu which has APEX screen, it is not validating username and password and it redirects to EBS login page which i gave in "session not valid URL" (it is going to a loop.)
    Now my problem is when I login to EBS and click responsibility then my APEX screen should validate the EBS login and directly it should open. It should not ask for any other (APEX login)login page. If I paste the APEX application URL in any browser it should ask for EBS login page.
    When I logout it should invalidate the session of EBS.
    Thanks
    Alaka

  • OBIEE Installation doc's and integration with EBS 12.0.6.

    HI,
    I had installed OAS 10g with OSS and OID and integration with EBS R12.0.6.
    Now I want to install OBIEE(On Linux) and wants to iuntegrate with SSO.
    Please provide me the Master Doc for this and anyother private doc also if any.
    thx

    Hi,
    Check this might be helpful... http://gerardnico.com/wiki/dat/obiee/linux_installation
    http://onlineappsdba.com/index.php/2007/10/29/biee-installation-on-linux-business-intelligence-enterprise-edition/
    To integrate with EBS check these.....http://it.toolbox.com/blogs/eye-on-obi/oracle-bi-applications-obiee-security-integration-with-oracle-ebusiness-suite-17246
    http://obibb.wordpress.com/2010/07/30/integrating-oracle-ebs-and-oracle-bi-ee-part-i/
    Thanks,
    Srikanth

  • Integrate Oracle EBS R12 with third party Fax

    Hi,
    We are trying to integrate Oracle EBS R12 with third party Fax. Can anyone share any documents stating the high level solution approach for this kind of integrations?
    Please send me any docs on --> [email protected]
    Thanks
    Suman

    Can you pl elaborate on why you need 3rd party fax ? Can you not use XML Publisher ? See Chapter 7 of the XML Publisher Admin Guide http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120xdoig.pdf
    HTH
    Srini

  • Integrate Application Express 4.0.1.00.03 With EBS 11.5.10.2

    Hello everyone,
    How to integrate APEX with EBS, so that user does not have to re-enter the username and password again?
    I followed the following document, it works fine. But user have to re-enter the username and password.
    How to Integrate Apex with Oracle eBusiness Suite and Set Up Authentication [ID 373604.1]
    How to achieve it?
    Thanks

    Hi,
    You could try working through the EBS -> APEX integration article on the Apex community site (http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf)
    Rod West

  • Want to Integrate Fusion with EBS R12

    I want to integrate Fusion CRM with E-Business Suite R12.
    But im new to this integration part. I referred in forum and in meta link. Still i didn't get any approach for this.
    Some one says i need to install Oracle Middleware (SOA & Web Logic Server).
    I am bit confusing about that.
    Is it necessary to install Middleware We can't integrate Fusion with EBS as a point2point integration.
    Can any one give step by step processes how can i achieve  this.
    Some one can help me to solve this.

    There are multiple ways for the integration,
    But first I feel,  the clearitity of the requirement is important, the details required
    1. Is it a single module you are planning to integrated.
    2. A full integration between the fusion and R12.
    Do you need Fusion for its reporting purpose or you are going to insert data both the places, hence first the requirement should be more clear
    Regards;
    Vipin
    Accenture India Ltd..

  • How to Integrate Hyperion with EBS-R12

    Hi Guy's,
    If any one know's how to integrate Oracle EBS - R12 with Hyperion 11, Please let me know.
    I found a blog but there is no out come from the blog it's was just for sake off information. "http://www.appsinsight.net/2008/03/31/oracle-enhances-integration-across-oracle-bi-hyperion-essbase/"
    Please let me know.
    Thanks,
    Bachan.

    If you are talking about FDM then you will need the components from "Oracle Hyperion Financial Data Quality Management, Fusion Edition Downloads"
    You will also need the foundation pieces :-
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.1.3.0
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.1.3.0
    Plus any other Hyperion products you are going to use.
    For ODI you need to go :- http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to integrate BI Appliation with EBS

    Hi All,
    I have installed BI Application 7.9.4 version and Oracle EBS 11.5.10 versions.Want to know the process how we will do the integration of BI Appliaction with EBS.
    I have do something following the "Oracle® Business Intelligence Applications
    Installation and Configuration Guide Version 7.9.4 ",
    now I want to know how the BIEE acess the EBS data, and what should I do.
    Is there any other doucument about it?
    waiting ....

    see the following post: Integrating BI Application with EBS
    Chris

  • How to install and integrate oracle 10g and 11g Warehouse with EBS???

    Hi,
    We are using EBS r12 (12.0.6) and database 12.2.0.3.
    Please give us the Doc Id's for installing and confihuration oracle Data Warehouse with EBS r12?
    thx

    Hi;
    We are using EBS r12 (12.0.6) and database 12.2.0.3.you mean db version is 10.2.0.3 right? Coz there is no version like start 12 yet!
    Please give us the Doc Id's for installing and confihuration oracle Data Warehouse with EBS r12?Check below:
    Oracle E-Business Intelligence Embedded Data Warehouse Implementation Guide Release 4.1 [ID 246156.1]
    Embedded Data Warehouse White Papers [ID 149406.1]
    Embedded Data Warehouse Library [ID 149404.1]
    Regard
    Helios

  • How to Integrate Oracle Imaging and Process Management(IPM) 7.7.10 with EBS

    Hi All,
    We are implementing the following modules from Oracle Content Management to one of our Client, the following are the versions of the tools:
    Configure and deploy Oracle Forms Recognition (OFR) 10GR3
    Configure the Oracle Adopter for integration of OFR with EBS Version 11.5.10.2
    Configure the Adopter for integration of OFR with Oracle Imaging and Process Management (IPM) 7.7.10
    I really like to have any technical design document on integrations front, especially from OFR -> EBS and also IPM -> EBS.
    Please feel reach me on my following contact details:
    [email protected]
    Phone: 1865-582-2369
    Mobile: 1865-202-6430
    Any pointers for the same is well appreciated.
    Regards
    Chandra

    Try replacing the .dll file with the one in your WINDOWS directory. I had that problem and I copied the .dll from C:/WINDOWS/system32 to overwrite the one located in the install directory.

  • Error while integrating OBIEE report with EBS using Rich Content Container

    I am trying to integrate OBIEE report with EBS using Rich Content Container OAF functionality. I have followed the steps mentioned in oracle Note - Embedding Analytics in Oracle E-Business Suite [ID 974422.1]. When i run my page, the container region comes up with the error message - The requested URL /pls/ghrfpkd2/OracleSSWA.Execute was not found on this server. Can someone please help me with some documents on the steps to integrate OBIEE with EBS using Rich Content Container.

    I'm getting the same error on WebSphere 6.1.5. Is there any solution for this?

  • OBIA 7.9.6.3 security integration with EBS R12.1.2

    Hi Experts,
    We are implementing OBI Apps 7.9.6.3 with EBS R12.1.2 as source.We need to integrate Active Directory with OBIEE and implement security of BI Apps with EBS R12.1.2. Need help on this.
    How to map EBS Responsibilities into Application Role and Groups? Whether we need to create one Application Role and Group for each responsibility ? Then provide permissions in rpd for each of them? The user should have similar permission in BI as they have in EBS - like people can see only US Finance data in EBS should see only US Finance data in BI also.
    Regards,
    mvsst

    You can go through obia security guide which explains step by step procedure with screenshot on how to implement ebs authentication and role based access.
    here is the link.
    http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/ebs_actions.htm
    Regards,
    RAM
    Edited by: RAM CH on May 20, 2012 1:34 PM

  • Integrating Oracle Apex 4.0.2 with EBS R12.1.1

    We could successfully integrate 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.
    The document says to navigate from EBS to Oracle Apex without any second login screen (works great!!), but now how do we navigate back to EBS from Oracle Apex (in same session) without any login screen again as like below
    EBS User login --> EBS --> Oracle Apex --> EBS
    Please help to achieve this.

    Hi,
    Under the Authentication scheme of your application in the Logout URL Section, give the following
    wwv_flow_custom_auth_std.logout_then_go_to_url?p_args=&APP_ID.:http://xyz.ck.com:8010/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGEspecify your ebiz suite url instead of http://xyz.ck.com:8010 in the above link.
    so, that while pressing the Logout link in your apex, you wont be redirected to the ebiz login page again, and it will redirect to you ebiz menu home page back in the same session itself.
    This will work for sure.
    Good Luck!!!
    Change your User handle from "805196" to a meaningful word.
    Brgds,
    Mini
    If this answered your question, then award points and close the thread.

Maybe you are looking for