Oracle BIP with EBS 11.5.10

I have BIP 10.1.3.4.1 installed and EBS version 11.5.10.2
I want to develop some reports with BIP using EBS data, can any body please help me by telling me shortly the steps I need to do ? Or can you please refer me to some demo ?
I want a solution on urgent bases, I want someone to tell me the track and I will go on my self.
I will be thankul for your replies.
Regards
Nouman Shaikh

RTFM - Read the free manual. You set up eBS database as a data source and write queries that go against eBS tables/views. You'll have to take care of org setting and security.

Similar Messages

  • Integration of Oracle Apex with EBS R12.1.1

    Dear All,
    We are in process of integrating 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 moment when we navigate from EBS application to Apex application by clicking on the EBS menu link it ends up with below error
    "404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server"
    After some analysis i found the below code in "LaunchApex.jsp" for getting the profile value (supposed to be 'http://myserver:port') from custom system profile "APEX_HTTP_SERVER" and prefixing to "/apex/f?p=applicationid:page::APPS:::" is not happening properly
    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 custom system profile "APEX_HTTP_SERVER" not exist in EBS system. But it works without any page error if we hard code the entire apex application URL in l_launcher variable, but this takes us to EBS login page instead of Apex application page.
    So i feel we can't bypass using profile value from "APEX_HTTP_SERVER" as it has some relation with EBS application session.
    So could anyone please help me how we could create custom system profile "APEX_HTTP_SERVER" or any other options to make the seamless integration of Oracle apex with EBS works without any second login page
    Thanks in advance
    Edited by: 805196 on Aug 25, 2011 12:23 AM

    Hi,
    Create a profile under Application Developer Responsibility as follow:
    Name OAE_LAUNCHER
    Application <whatever>
    User Profile Name Oracle Application Express Launcher
    Description Oracle Application Express Launcher
    2. Set above profile value under System Administrator Responsibility -> Profile -> System, and search for the ‘OAE_LAUNCHER’.
    Set the value at Site Level as:
    http://<hostname>:<Apex port>/pls/apex
    Then instead of hardcoding the URL in the jsp, just give the profile name OAE_LAUNCHER that you have just created in the jsp.
    Hope this helps you
    Brgds,
    Mini
    If this is helpful or correct, assign points promptly.

  • BIP WITH EBS

    Hi,
    I have a question regarding integrating BI Publisher with EBS. I followed all the steps as mention in the Oracle metalink but my question is where do we need to mention the BIP url. Lets say I have EBS Dev instance and I want to access BIP Reports in UAT instance thru EBS Dev. In this case what settings I need to make in the EBS. Its very urgent as we r in the process of integrating. I am using BIP 10g and EBS 11
    Thanks

    Hi Tim, it does look like anything should work however I cannot get it working. The OPP fails with a Java error. This means I know that my short name is correct otherwise the template wouldn't fire at all after the conc program has finished. This is running under 11.5.9 EBS BIP 5.6.2.
    Also have done plenty of work under BIP EBS so would think I should know the correct process by now(i hope)!!
    I have access to a 5.6.3 version today so will try that out and post the actual error for you to look at. Like I said, the OPP fails and the conc program gets a warning.
    Cheers
    Rob.
    http://www.scnet.com.au

  • How to configure Oracle Discoverer with EBS R12 ?

    Dear
    I hope, by default Oracle Discoverer is not configured with EBS R 12. How to configure it?
    Any hlep, highly appreciated.

    Ateeq,
    Please refer to the following note, it should be helpful:
    Note: 373634.1 - Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=373634.1

  • Using BIP with EBS without an RDF report

    Hi All, I tried this under 5.6.2 some time ago and got stuck. Was hoping a gun here could solve the problem.
    I had PLSQL defined concurrent program outputing XML (set to XML output) using fnd_output calls. I defined a Data Definition and Template (using the short name) as I would normally do for an RDF. Try as I might, the OPP would not pick up the report for XML publishing. In fact I think it was throwing a null pointer at the time and the job was returning a "warning". Even though the fnd request output directory was showing my job with perfectly formed XML.
    When I looked at all the doco and examples there was not one example that didn't use an RDF. However no limitation is documented. I want to be able to use Xqueries and so on (using the SQL XML extensions) as RDFs have many limitations.
    Is a Concurrent Program defined as PLSQL supported by the OPP? If so, is there anything else we need to know?
    Rob.
    http://www.scnet.com.au

    Hi Tim, it does look like anything should work however I cannot get it working. The OPP fails with a Java error. This means I know that my short name is correct otherwise the template wouldn't fire at all after the conc program has finished. This is running under 11.5.9 EBS BIP 5.6.2.
    Also have done plenty of work under BIP EBS so would think I should know the correct process by now(i hope)!!
    I have access to a 5.6.3 version today so will try that out and post the actual error for you to look at. Like I said, the OPP fails and the conc program gets a warning.
    Cheers
    Rob.
    http://www.scnet.com.au

  • Integrate an oracle adf with ebs

    Hello,
    I have oracle adf app being called from an menu of oracle eBS . My app is called by users of 2 operating units. How my adf app can get the actual operating unit ie how I restrict my data to the right operating unit.
    Many thanks,
    Aurel

    Hi,
    My client want to add another operating unit to his eBS instance . For a single operating unit I do not care about what org_id is passed from eBS to ADF app .
    But when I have potentially two org_id that is passed to ADF apps , I should get the org_id that is passed and process those data for that org_id.
    I have this java code in my ADF app:
    oracle.apps.fnd.ext.common.AppsRequestWrapper wrappedRequest;
    oracle.apps.fnd.ext.common.Session session = wrappedRequest.getAppsSession(true);
    Map columns = session.getInfo();
    In this point I have in columns a map of attributes of this session . I need the org_id attribute of this session
    String orgId = columns.get("?");
    What string I should pass in the line above to get the rigth org_id?
    Thanks ,
    Aurel

  • Upgrade Oracle 10.2.0.3 database to 11.2.0.3 with EBS R12.0.4

    HI,
    OS : RHEL 4
    64 bit
    We are planning for Upgrade Oracle 10.2.0.3 database to 11.2.0.3 with EBS R12.0.4.
    Please give me steps by step to do the same.
    Other than this please refer me any blogs ..
    Interoperability Notes EBS R12 with Database 11gR2 [ID 1058763.1]
    Thanks

    Which is the best approach for upgarde ?
    APPS - 12.0.6
    DB - 10.2.0.3
    My DB Size is 400GB
    1. DBUA
    2. Export / Import utility
    3. SQL Copy
    Client cannot afford downtime .. we are getting approx 6 hrs to complete the task in PROD.DBUA should be the fastest one.
    What is the approx time reuired?Depends on many factors (hardware resources, size of the database, ..etc). Please try this in a test instance to estimate the time it requires to do this upgrade.
    Thanks,
    Hussein

  • 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

  • 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.

  • What is Oracle's recommendation of enabling a 3rd Party application for Online Patching? Is this a requirement with EBS R12.2 or is this something that can be done in phases for e.g.:

    Hello -
    My Oracle Partner account uses Oracle EBS, Fusion Apps and is in the process of migrating from 10g to 11g;  forwarding their question here -
    What is Oracle’s recommendation of enabling a 3rd
    Party application for Online Patching? Is this a requirement with EBS R12.2 or
    is this something that can be done in phases for e.g.
    Phase 1: Oracle EBS utilizes Online patching while
    the 3rd Party application does not leverage edition based
    redefinition for Online patching
    Phase 2: 3rd Party application is modified
    to leverage edition based redefinition Online patching mechanism.
    I would appreciate any insight/recommendations you may have
    regarding Online patching for EBS 12.2.

    This seems to be related to EBS an may be better answered in the EBS forums as this forum is dedicated to Fusion.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Oracle Applications Adapter - working with EBS R12 (inbound/outbound)

    Hi,
    Need to integrate Siebel CRM 8.1.1.5, Oracle EBS 12.0.4, and few other third party systems.
    Planning to use Fusion middleware to integrate, and also use Oracle Applications Adapter.
    Query -
    We would like to know how EBS can work with Oracle Applications Adapter, best practices regarding this.
    We've inbound, and outbound from EBS, for multiple modules.
    Thanks,
    Meera

    You already got an answer by "X A H E E R" in your other thread, so why posting duplicate threads? -- Re: Oracle Jdeveloper Integration with EBS R12.1.3
    You have also posted the same question in "JDeveloper and ADF" forum! -- Re: Integrate Jdeveloper with Oracle E-Bussiness Suite for reporting

  • 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

  • Oracle Hyperion Planning with EBS 11i

    hi all
    we have Oracle EBS 11i [Finance, HRMS, SCM, CRM] implemented and working fine...
    now we are going to select Oracle Hyperion Planning, for Budget and Planing;;
    Is Oracle Hypeion Planning Plus have integrator with EBS ...
    if not what are the recomended components required
    Thanks
    Abuzaid
    [email protected]

    Hi
    I not confident but I guess, Hyperion don't have integrator with OEBS
    We solved issue like this using ODI
    Regards
    Sasha

  • Integrating OBIEE with EBS -   not logged in to the Oracle BI Server

    I have followed Metalink Note 552735.1 to integrate OBIEE with EBS R12. In addition I followed the forum threads such as
    OBIA 7.9.5 EBS Integration Not Logged On nQSError 43001 Authentication Fail
    on additional steps.
    After launching the url from EBS, I get the following error message:
    Not Logged In
    You are not currently logged in to the Oracle BI Server.
    If you have already logged in, your connection might have timed out, or a communications or server error may have occurred.
    My saw0log.log file is showing the following message. My BI Server is up and I'm not sure where I need to change the localhost in my config files.
    Odbc driver returned an error (SQLDriverConnectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 12008] Unable to connect to port 9703 on machine LOCALHOST.
    [nQSError: 12010] Communication error connecting to remote end point: address = LOCALHOST; port = 9703.
    [nQSError: 12002] Socket communication error at call=: (Number=-1) Error -1 occurred. (HY000)
    Type: Error
    Severity: 42
    Time: Mon Sep 21 15:28:12 2009
    File: project/webconnect/connection.cpp Line: 294
    Properties: ThreadID-3599
    Location:
         saw.connectionPool.getConnection
         saw.subsystem.security.checkAuthenticationImpl
         saw.threadPool
         saw.threads
    Error connecting to the Oracle BI Server: Could not connect to the Oracle BI Server because it is not running or is inaccessible. Please contact your system administrator.
    Odbc driver returned an error (SQLDriverConnectW).
    Type: Error
    Severity: 42
    Time: Mon Sep 21 15:29:07 2009
    File: project/webxml/saxreader.cpp Line: 559
    Properties: ThreadID-1286;HttpCommand-Dashboard;Proxy-;RemoteIP-152.140.65.68;User-;Impersonator-
    Location:
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Can anyone please advise on this? Thanks in advance.

    We resolved the localhost issue but still receive the not logged in to the Oracle BI Server message.
    Now this is what shows in our saw0log.log:
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Mon Sep 21 16:40:09 2009
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-6169
    Location:
         saw.connectionPool.getConnection
         saw.subsystem.security.checkAuthenticationImpl
         saw.threadPool
         saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    Type: Error
    Severity: 42
    Time: Mon Sep 21 16:41:07 2009
    File: project/webxml/saxreader.cpp Line: 559
    Properties: ThreadID-2057;HttpCommand-Dashboard;Proxy-;RemoteIP-152.140.65.145;User-;Impersonator-
    Location:
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Sax parser returned an exception.
    Message: Expected an element name, Entity publicId: /u01/obi/obid1/OracleBI/web/msgdb/messages/controlmessages.xml, Entity systemId: , Line number: 7, Column number: 44
    Type: Warning
    Severity: 40
    Time: Mon Sep 21 16:41:07 2009
    File: project/websubsystems/messagetablemanager.cpp Line: 117
    Properties: ThreadID-2057;HttpCommand-Dashboard;Proxy-;RemoteIP-152.140.65.145;User-;Impersonator-
    Location:
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Error loading XML Message File (/u01/obi/obid1/OracleBI/web/msgdb/messages/controlmessages.xml): Sax parser returned an exception.
    Message: Expected an element name, Entity publicId: /u01/obi/obid1/OracleBI/web/msgdb/messages/controlmessages.xml, Entity systemId: , Line number: 7, Column number: 44
    Error Codes: UH6MBRBC

  • Is iPhone "Oracle Buisness Approvals for Managers'' compatible with EBS-11i

    Is it possible to Install "Oracle Buisness Approvals for Managers'' (BPEL connector for iPhone with EBS) on EBS-11i? the following PDF askes EBS-R12
    http://www.oracle.com/applications/oracle-business-approvals-for-managers-faq.pdf
    Our EBS version is 11.5.10.2
    Thanks.

    Thank you Helios. We are also exploring PO/PR approvals through Blackberry utilizing EBS-11i Notification Alerts. I have three questions
    1. Whats difference between oracle Notification/Email Alerts AND Oracle Workflow Notification Alerts.
    2. Is EBS-11i sufficient to exploit its email sender to receive aswell and work with NID embedded in email
    3. Why do we need Application Server Wireless component!?! if we can receive normal emails with NID tag embedded through non wireless App server 10g setup. Our blackberries since receiving normal email fine can/may also receive NID tagged emails in same traditional manner.
    Please guide.
    Thank you
    Edited by: user473160 on Nov 11, 2009 1:29 PM

Maybe you are looking for

  • Account determination Error while posting to FI

    Dear gurus, At the time of billing there is an error "error in account determination table T030K" the posting is not happening to FI. I am using a manual condition for excise. I have checked in the OB40 settings. G/L account is assigned to that parti

  • Ipod touch 4g backup work on new ipod touch 5g?

    is it possible that once my new ipod touch 5g arrives i will be able to transfer the backup from the 4g..like the apps and save games and restore it to the new ipod touch 5g?

  • I'm new to java and I need some quick help with NetBeans.

    Hi. To whomever can help here's the problem. I've been trying to install netbeans ide 5.0 on my computer for a while now and i can't seem to find out what is wrong. I'm in a java programming course and i need the J2SE Developement Kit 5.0 Update 7 an

  • How do I configure the portal to allow both anonymous and LDAP or Membership Logins?

    I want my portal's content to be publically accessable, to allow anonymous users to browse the content without the ability to modify layouts, content, etc. <br><br> But I can't figure out how to make the portal completely skip the login menu page. If

  • Strange e-mail characters

    Hi, When I send e-mails using mail, sometimes people tell they receive strange chinese charaters in the e-mail I sent that makes it difficult for them to read my message. It's true because I can see this when they reply to me. Does anyone know why? T