E-Business Suite Integration with Oracle Business Intelligence

Hi,
To integrate E-Business Suite with Oracle Business Intelligence I have done all the configurations as specified in DocId. *552735.1* of Metalink. I have tested the configurations by logging in from EBS and navigating to OBIEE Presentation Services. I'm able to navigate with no errors but not able to view Subject Areas in the Answers link. I'm testing this with 'Administrator' user. When I directly login to Presentation Serivices with the Administrator user I'm able to see the Subject Areas.
Can anyone have idea what is the problem?
Thanks in Advance,

Hi,
Think I spotted the problem - probably specific to OBIA 7.9.5.
There is no "Authorization" initialization block: in previous incarnations (e.g. OBIA 7.9.4 and earlier I guess) there was a FndGetResp intialization block that assigned a value to the OBIEE "GROUP" system variable.
So I did the following and now I'm getting Subject Areas and Answers answers, but Dashboards still not working for me - maybe another issue.
1. Create system variable GROUP, temporarily with initialization block "Authentication"
2. Create initialization block "EBS Responsibility to Group" with query (note I've modified based on new session variable name RESP_ID goes to OLTP_EBS_RESP_ID in 7.9.5):
SELECT RESPONSIBILITY_KEY
FROM FND_RESPONSIBILITY
WHERE RESPONSIBILITY_ID = 'valueof(NQ_SESSION.OLTP_EBS_RESP_ID)'
Set the execution precendence to include EBS Security Context and EBS Single Sign-On Integration
NB: Had to create dummy variable GROUP_TMP for the "OK" button to come up, will replace that with real GROUP in next steps
3. Go back and edit System variable GROUP and change initialization block to EBS Responsibility to Group
4. Go back and edit initialization block EBS Responsibility to Group and remove variable GROUP_TMP
5. Created an OBIEE Group with name = responsibility key e.g. for my "SBA Administrator" responsibility, key = "SBA_ADMIN_KEY", so I created group named "SBA_ADMIN_KEY"
6. Made your new group (e.g. SBA_ADMIN_KEY) a member of the Administrators Group
7. Copy across rpd and restart sa / saw
Still awaiting response from Oracle Support ... so no guarantees this is correct and no guarantees that it won't break something else that Oracle suggests later!
Regards,
Gareth

Similar Messages

  • E-Business Suite Integration with Oracle Identity Federation for SAML

    Has anyone developed a way to use OIF for e-Business Suite authentication through SAML rather than using the standard Identity Management stack of apps?
    Today we have Oracle e-Business Suite 115.10.2 using OSSO through OID with WNA for zero sign-on (no login, just pass-through, based on AD credentials). Our domain controllers are Windows 2003 but we are in the process of upgrading them to Windows 2008 R2, where the OSSO stack is not supported unless we globally set the 2008 R2 domain controllers to use DES encryption instead of the default AES encryption. (See Oracle note 1076018.1)
    When deploying OSSO, we encountered a similar issue with Windows 7 workstations would not work with OSSO unless we set the workstation policy not to use AES encryption. (See Oracle note 973190.1)
    We are not inclined to continue to use DES encryption and we have obstacles moving to 11g iDM/OAM/OID from OSSO. I am exploring the possibility continuing to keep one 2003 domain controller in production, and pointing OSSO to that, until we can move to the 11g iDM stack.
    Meanwhile, we have ongoing frustration with how complicated SSO is with the e-Business Suite. Sure, it works, once you climb the mountain to set it up, and we don't have that many issues in production. But the implementation of SSO for e-Business Suite is simply complex. The trip from the workstation back to an EBS session is operationally somewhat brittle. I guess some of us relish complexity. Certainly there is pride in understanding something like this. But, after a while, when the trickle of tickets from the Help Desk never completely dries up, you get tired of complexity and you seek something simpler.
    So, instead of this path:
    Workstation > EBS > OID > AD / Kerberos > Workstation
    (and I didn't even mention F5 switch with reverse proxy servers ...)
    Why can't we have this?
    Workstation with certificate > OIF with SAML > EBS session.
    Has anyone done that?
    Thank you for your help.

    Hello JJ,
    We are facing the same issue. Oracle has recommanded us to install
    HTML-DB on the same database as our Apps 11i.
    What we still have to figure out is whether is use APPS schema for the
    HTML-DB workspaces, or use a different schema.
    How is it configured at your site?
    Moshe

  • Issue in ATG integration with Oracle Business Intelligence

    Hello,
    I am setting Oracel Business Intelligence up for Oracle ATG 10.1.
    I am using CRS application to populate data to Data warehouse schema. I can see all components like generating log files, loading log file in to database are working file. I can see data in DW schema. I am using completely ATG's default implementation; I have not made any customization so far.
    Here is environment details:
    OS : Windows 7 (64 bit)
    ATG : 10.1
    JBoss : jboss-eap-5.1
    JDK : 1.6.0_25-b06
    Database: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    Oracle Business Intelligence : Oracle BI EE 11g Release 1 (11.1.1.5)
    Used ofm_rcu_win_11.1.1.5.0 tool for creating OBI DB schema.
    I am getting below exception if I access Report in OBI.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 17001] Oracle Error code: 907, message: ORA-00907: missing right parenthesis at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT s_0, s_1, s_2, s_3, s_4, s_5, s_6, s_7, s_8, s_9, s_10, s_11, s_12, s_13, s_14, s_15, s_16, s_17, s_18, s_19, s_20, s_21, s_22, s_23, s_24, s_25, s_26, s_27, s_28, s_29, s_30, s_31, s_32, s_33, s_34, s_35, s_36, s_37, s_38, s_39, s_40, s_41, s_42, s_43 FROM ( SELECT 0 s_0, "ATG"."Date"."Day Timestamp" s_1, "ATG"."Line Item Fact"."# Orders" s_2, "ATG"."Line Item Fact"."Avg Order Discount" s_3, "ATG"."Line Item Fact"."Avg Order Size" s_4, "ATG"."Line Item Fact"."Avg Order Value" s_5, "ATG"."Line Item Fact"."Gross Revenue" s_6, "ATG"."Line Item Fact"."Units" s_7, FILTER("ATG"."Line Item Fact"."# Orders (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_8, FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_9, FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_10, FILTER("ATG"."Line Item Fact"."Avg Order Discount (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_11, FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_12, FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_13, FILTER("ATG"."Line Item Fact"."Avg Order Size (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_14, FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_15, FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_16, FILTER("ATG"."Line Item Fact"."Avg Order Value (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_17, FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_18, FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_19, FILTER("ATG"."Line Item Fact"."Gross Revenue (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_20, FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_21, FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_22, FILTER("ATG"."Line Item Fact"."Units (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_23, FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_24, FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) s_25, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."# Orders (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_26, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_27, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."# Orders (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_28, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Discount (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_29, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_30, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Discount (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_31, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Size (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_32, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_33, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Size (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_34, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Value (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_35, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_36, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Avg Order Value (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_37, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Gross Revenue (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_38, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_39, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Gross Revenue (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_40, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Units (Prior Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_41, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Day Pct Var)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_42, REPORT_AGGREGATE(FILTER("ATG"."Line Item Fact"."Units (Trailing 7 Days)" USING (("ATG"."Date"."Day Timestamp" IN (TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))))) BY ) s_43 FROM "ATG" WHERE (("Date"."Day Timestamp" BETWEEN TIMESTAMPADD(SQL_TSI_DAY,-1*60,date '2012-07-22') AND TIMESTAMPADD(SQL_TSI_DAY,-1,date '2012-07-22'))) ) djm
    Has anybody come across this issue?
    Thanks,
    Mukesh
    Edited by: Mukesh on Jul 22, 2012 11:57 AM

    Hello Andrew,
    1.) DW schema in Oracle (‘Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production’).
    2.) This is for every ATG's analysis. I have not authored anything custom.
    I am sure connection information is correct in ATG.RPD file. I used to get different error like incorrect login or unable to connect if it was wrong and those are no more, So I
    believe connection URL is correct. I am not sure if need disable/enable something or do some specific configuration in DB connection in ATG.RPD.
    Thanks,
    Mukesh
    Edited by: Mukesh on Jul 23, 2012 3:50 PM

  • OBIEE 11.1.1.3.0 integrated with Oracle EBS R12

    Hi,
    I have Oracle EBS Vision Instance v R12.1 installed on Redhat 5 and wanted to install OBIEE latest version. Can some please point to system architecture diagram as i am conflicted with installation. I do not have complete idea but writing here what i actually know.
    Oracle EBS R12 on Linux
    OBIEE V 11.X on Linux
    Now install prepackeged analystical function on windows machine and using BI tool deploy/use them with Oracle EBS.
    Please point me to a note which describes the components and what does it take to make up and running in conjuction with Oracle.
    Thanks in advance
    Prashant

    Please see these docs.
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 555254.1]
    What documentation do I need to review when installing and configuring a OBI Apps 7.9.6.x environment with EBS? [ID 1221764.1]
    Master Note for OBIEE Integration issues with EBS, Siebel, SSO, Portal Server [ID 1248939.1]
    Oracle SSO E-Business Suite Applications Integration with Oracle Business Intelligence [ID 553423.1]
    Oracle EBS integration with OBIEE [ID 733137.1]
    Document for implementing security OBIEE Apps with EBS and Siebel CRM as sources [ID 756851.1]
    What Application must be chosen for Responsibility within EBS when integrating with OBIEE [ID 1246464.1]
    Also, search Steven Chan's Blog and you should get couple of hits -- http://blogs.oracle.com/stevenChan/
    Thanks,
    Hussein

  • Integration of Oracle BI Publisher with Oracle Business Intelligence Enterp

    Hi,
    I have started the tutorial " Integration of Oracle BI Publisher with Oracle Business Intelligence Enterp" today but got stuck at the very first step.
    The tutorial shows that I can see "SH" and "CountryManagers" in the shared folder but I only see the Paint Demo rpd.
    I previously completed the "Creating a Repository Using the Oracle Business Intelligence Administration Tool " tutorial.
    Do I need to learn anything prior to this tutorial .
    I already have the default rpd as SH in NQSConfig.ini
    Please suggest.
    Thanks

    Nico,
    That didnt help.
    I already have the
    Star = SH.rpd, default; set
    I have tried restarting OC4J and Oracle BI Server.
    Is there someplace where we need to put the rpd so that it appears in the shared folders.
    Even if the Paint Demo rpd is seen, when I try to view the reports I get the following errors:
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27004] Unresolved table: "Paint". (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Sales Measures"."% Chg Year Ago Dollars", "Sales Measures"."Chg Year Ago Dollars", "Sales Measures"."Year Ago Dollars", "Sales Measures".Dollars, Markets.Market, Markets.Region, Periods."Year", Products.Brand, Products.UPC FROM Paint')}
    SQL Issued: SELECT "Sales Measures"."% Chg Year Ago Dollars", "Sales Measures"."Chg Year Ago Dollars", "Sales Measures"."Year Ago Dollars", "Sales Measures".Dollars, Markets.Market, Markets.Region, Periods."Year", Products.Brand, Products.UPC FROM Paint
    Hope this helps.
    Any help is appreciated.
    Thanks in advance

  • Integrating Oracle Fusion Sales Cloud with Oracle Business Intelligence Cloud Service (BICS)

    Ever wondered how to integrate Oracle Fusion Sales Cloud with Business Intelligence Cloud Service (BICS) ?
    The blog outlines how to programmatically load Sales Cloud data into BICS, making it readily available to model and display on BICS dashboards.
    http://www.ateam-oracle.com/integrating-oracle-fusion-sales-cloud-with-oracle-business-intelligence-cloud-service-bics/

    I wouldn't try installing Oracle VM itself on an EC2 instance, as EC2 is essentially Xen itself. Rather, you should just be able to transport existing Oracle VM images to the EC2 cloud. I think this is what you mean, but your opening paragraph is slightly ambiguous. :)
    From a VPN perspective, I'd use OpenVPN as it has clients for all major operating systems (Windows, MacOS X, Linux) that are fairly easy to package and install. Packages for OpenVPN exist in EPEL so it's easy to install on OEL5. You could also consider using a firewall instead of a VPN and only allowing connectivity from specific IP addresses/ranges. This has the benefit of not requiring client software, but it does require a fixed IP address/range on the client-side.

  • Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4

    Hi,
    Here i am Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4
    Reference Document: Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4 (Doc ID 1562372.1)
    After the integration while login to endeca server with ebs user.
    while clicking the application "The data source for this component is currently unavailable"  error showing.
    Please help me to fix this issue.
    Regards
    Kumar

    Hi,
    While checking the load data its showing error in clover url.
    We got error like this.
    Graph 'sandbox://Common/graph/FullLoad.grf' failed!
    And we followed the document for this issue Endeca graphs failing  (Doc ID 1549013.1)
    Please help me to fix this issue.
    Regards
    Kumar

  • Create Custom data_domain in Oracle E-Business Suite Extensions for Oracle Endeca

    Hi all
    I integrated EBS with Oracle Endeca information discovery with the help of the following document Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.2 V4 (Doc ID 1574273.1).
    I am little aware to create custom data loading using endeca integrator.
    I need to know is there any possibility to create custom data_domain using Integrator in Oracle E-Business Suite Extensions for Oracle Endeca.
    Using the webs ervices data domains are created in the Endeca server.
    Below mentioned port numbers are displayed in the doc.
    7001 Oracle Endeca WL Managed Server
    7002 Oracle Endeca WL Domain Admin Server
    7004 Oracle Endeca Studio UI WL Managed Server
    7005 Oracle Endeca Integrator WL Domain Admin Server
    7006 Oracle Endeca Integrator Server UI WL Managed Server
    7011-8011 Oracle Endeca Server Internal Data Domains
    webservices url will be like http://hostname:port/endeca-server/ws/admin Like.
    I need to know the port number for this url. Kindle help me regarding this webservices
    Kindly suggest me ASAP.
    Thanks in advance.

    Hi,
    While checking the load data its showing error in clover url.
    We got error like this.
    Graph 'sandbox://Common/graph/FullLoad.grf' failed!
    And we followed the document for this issue Endeca graphs failing  (Doc ID 1549013.1)
    Please help me to fix this issue.
    Regards
    Kumar

  • OAM 11g is supporting direct integration with E Business ??

    Hi All,
    Is OAM 11g supporting Direct integration with E Business suite instead of going through the OSSO ??
    Please give me some pointers how to do the OAM 11g and E Business suite integration.
    Thanks & Regards,
    Vaasu.

    Duplicate thread (please post only once).
    Integrating E-Business suite with OAM 11g
    Re: Integrating E-Business suite with OAM 11g

  • Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4 Installation

    Hi All,
    Previously we installed Oracle Extension for Endeca 2.3 for ChRM Claims on Linux Server  but showing something went wrong with it. Now we are planning to install/upgrade with its recent version. Our main approach is also include the "budget dashboard" on EBS. For these we are referring the article id 1562372.1 for installation.
    So is these good approach to de-install version which we installed previously and re-installed the complete set installation with recent version? QuickInstall package i.e E-Business Suite Extensions for Oracle Endeca, Release 12.1.3.4 Generic V39077-01.
    E-Business Suite Extensions Oracle Endeca Server Quick Install for Linux x86-64 V39078-01.
    Is there any effect on EBS if we do so?
    Because we installed different patches for previous installation and as per the doc id 1562372.1 we need to apply some more different patches for these installation.
    Or Is there any approach to to upgrade E-Business Suite Extensions Oracle Endeca which we installed previously?
    Please help me to regarding these I am very new to these.
    Thanks & Regards
    Rahul

    Hi,
    While checking the load data its showing error in clover url.
    We got error like this.
    Graph 'sandbox://Common/graph/FullLoad.grf' failed!
    And we followed the document for this issue Endeca graphs failing  (Doc ID 1549013.1)
    Please help me to fix this issue.
    Regards
    Kumar

  • Using third party jars with Oracle Business Rules

    Hi
    I am working on Oracle AS 10g release 2.
    We are using Oracle Business Rules in integration with Oracle BPEL.
    While using third party jars however, Oracle Business Rules end is facing errors.
    Error during unmarshallingProvider com.sun.xml.bind.ContextFactory_1_0_1 not found
    oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: com.sun.xml.bind.ContextFactory_1_0_1
    Dependent class: javax.xml.bind.ContextFinder
    Loader: oracle.xml:10.1.0_2
    Code-Source: /D:/oracleasr3/lib/xml.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\oracleasr3\j2ee\home\oc4j.jar
    Can anybody help in figuring out where Jaxb jars(3rd party jars) are to be kept so that OAS access it?
    We tried using the applib folder to load the jars but we are getting class loading errors.
    When new instances are created, class loading is not happening.
    Pls help.
    Thanks
    Kavya

    Are you using Application Server Release 3 or Release 2? There are different versions listed in your mail.
    I think you probably want to add this as a shared library via EM and then import the shared library to your application with the application's xml config files.

  • CC&B-E Business Suite Integration

    CC&B-E Business Suite Integration
    1.Can I have BPEL process manager installed on the same OAS , on which my CC&B Framework is Installed.
    2.Can I have process manager installed on Oracle Application Server and CC&B installed on Weblogic Server.
    3.CC&B-E Business Suite Integration installation guide says:
    “ The database is used by the BPEL PM for dehydration. Suggested to use the same Oracle Database instance as is being used by the Oracle Utilities Customer Care and Billing application. Create the ORABPEL in this database instance. “
    Why is it so. And is it mandatory.

    Hello JJ,
    We are facing the same issue. Oracle has recommanded us to install
    HTML-DB on the same database as our Apps 11i.
    What we still have to figure out is whether is use APPS schema for the
    HTML-DB workspaces, or use a different schema.
    How is it configured at your site?
    Moshe

  • Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.2 V5(Doc ID 1614014.1) postSetup.sh script missing

    Hi,
    I am working on Oracle EBS and OEID integration for iprocurement.  Followed the Installing Oracle E-Business Suite Extensions for Oracle Endeca, Release 12.2 V (Doc ID 1614014.1).
    But not able to find the postSetup.sh script at /u01/Oracle/quickInstall path which is use to perform following task:
    1. Create JNDI: Create JNDI data source for Oracle Endeca Studio Portal and Clover to obtain a connection to the Oracle
    2. Create DD: Create a default data domain profile for the dgraph processes to tune the performance of the integrator graphs.
    I think this script is missing from the Oracle E-Business Suits Extensions for Oracle Endeca Server Quick Install for linux installable:
    Please suggest.
    Please refer doc id 1614014.1 page 9 step 5,6  of b) Perform post-setup steps.
    Thanks,
    Dipti

    Hi,
    While checking the load data its showing error in clover url.
    We got error like this.
    Graph 'sandbox://Common/graph/FullLoad.grf' failed!
    And we followed the document for this issue Endeca graphs failing  (Doc ID 1549013.1)
    Please help me to fix this issue.
    Regards
    Kumar

  • Oracle Identity and Access Management Suite Plus Integration with Oracle ADF

    Hi All,
    Kindly advice if Oracle Identity and Access Management Suite Plus can be integrated with Oracle ADF based applications to manage the end-to-end lifecycle of user accounts specifically addressing to roles/priviledges and security.
    Request you to share links to documentation where I can study the steps to integrate both the frameworks.
    Looking forward to hear from you soon.
    Best Regards,
    Ankit Gupta 

    Hi Sébastien,
    I came across the below link for the required integrations -
    Oracle&amp;reg; Fusion Middleware Installation Guide for Oracle Identity and Access Management 11g Release 2 (11.1.2) - …
    Oracle&amp;reg; Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management 11g Release 2 (11.1.2) - Co…
    Best Regards,
    Ankit Gupta

  • Outlook Express Integration with SAP Business workflow

    Hi,
    There is a user requirement for Outlook Express Integration with SAP Business workflow for PR approvals.
    They want a link to be put in there outlook inbox so that the approvers can directly release the PR's worklist without seperately login into the SAP system. We are using 4.7 version.
    I went through some ABAP material where i came across T-Code SCOT and Program RSWUWFML to schedule a job to pull worklists. But Iam not sure about this.
    I want to know that whether this is possible in first place and if it is then how can we do it.
    Regards
    Vivek Nair

    Hi ,
      Thanks for the link..
    but its not the one I have been looking for ragarding the mentioned scenario.
    !)A User will be present in both outlook express and SAP system ,when we add a security group (SG *) in outlook expressthe user will get authorization on Portal screen.
    2) After assigning a role in R/3 ,we should add the security group to that use for some access permission.
    Could u pls explain me how the concept could be and Integration method.
    Thanks in advance
    I appreciate all your help.

Maybe you are looking for

  • Payment history of a particular customer

    Hi Experts! In SAP B1, is there a standard report that shows the payment history of a particular customer? Your immediate response would be highly appreciated. Warm Regards, Jen

  • Spry Menu Bar Positioning Problem in IE

    I have a Dreamweaver-created Spry Menu Bar drop down menu which works perfectly in every browser on my Mac and on my PC . . . EXCEPT Internet Explorer (who woulda thunk it?!!) In all browsers except for IE, the 3 submenu items under "Door Systems" an

  • External Hard Drive won't partition

    I just bought a new Seagate 2TB external drive (GoFlex Desk). I tried to partition it into two volumes (1@ 200G, 1@remaining Gs) using Disk Utility and I repeatedly get an error (underlying task reported failure on exit). The best I'm able to do is g

  • TT14000 error

    hi gurus I saw following messages in the ttmsg.log: *2010-10-26 23:34:51.56 Info: : 176800: hello* *2010-10-26 23:34:51.56 Info: : 3637940: Telling subdaemon 1 to evaluate /ttdata03/ocs03/ocs03* *2010-10-26 23:34:51.56 Info: : 176800: evaluate* *2010

  • Active Directory Provisioning : CheckForGroupAssigments not working

    Hi All, I am using SAP IDM 7.1 SP5 Patch 2. When i try to provision Active Directory with a small number of users, the standard framework works perfect. As soon as the list of users becomes long(more than 100), the task  CheckForGroupAssigments gives