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

Similar Messages

  • 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

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

  • ATG Integration with Oracle EBS

    Anybody worked on ATG integration with Oracle EBS for Pricing, Inventory and Order Management?  I would like get more detail on the approach on the integration.

    Have you looked into the error log to see whats the error message ?
    The sawlog file would be located here - C:\OBIEE\OracleBIData\web\log
    Paste your instanceconfig.xml file here, specifically the Auth section
    Also elaborate on what are the steps you have followed for Integration so we will be able to help !!

  • Error While Integrating Unifier with Oracle Business Intelligence Publisher

    Dears,
    I followed up exactly the unifier installation documents, as well as the Configuring the BI Publisher for Unifier.
    And Once I am trying to enter the BI Publisher data in the Unifier Configuration i get an error message "TEST FAILED Connection couldn't be established"
    I am also confused which port to use, i tried both and both gave error:
    BIP Endpoint URL: http://localhost.com:9704    and I tried " http://localhost.com:7001"
    Your support is highly appreciated;
    Karim

    Hi Karim,
    First question is do you have BI Publisher installed and running?
    If so then test if you can get to a login screen with one of the following URLs:
    http://localhost:7001
    http://localhost:9704
    Let us know how you go.
    Regards
    Alex

  • Integrating Oracle Essbase 9.3 with Oracle Business Intelligence 11g

    Hello,
    ¿Do you think that is necessary upgrade Essbase 9.3 to Essbase 11?
    ¿Which are the benefits of these upgrade?
    Thanks

    no you should get disk1,disk2,disk3,disk4,disk5 and then copy all the disk1-5 folders in one folder.

  • 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

  • Can Oracle Business Intelligence be applied to JDE E1?

    Our company use JDE E1. Whether it can be integrated with Oracle Business Intelligence?
    If they can be integrated together, what is the implementation steps?
    Any answer is appreciate.
    Thanks&Regards,
    Jill

    There is podcast on the Apps site:
    http://feeds.feedburner.com/%7Er/OracleOfmRadio/%7E3/84670713/5281491.mp3
    Fusion Middleware For Oracle Applications Podcast: Maximizing the Value of Oracle Applications with Oracle Fusion Middleware Play! (MP3) Learn how customers are using SOA, Identity Management, and Business Intelligence products to get more out of Oracle Applications. Featuring Brian Dayton, Director of Product Marketing, and Markus Zirn, Senior Director of Product Management.
    That might help answer this question.
    If you want to extract data out of JDEdwards environment into a data warehouse then you should be able to use Oracle Data Integrator, or if you have an Oracle database as your data warehouse platform you could also use Warehouse Builder, to perform the ETL for you at which point you could then use any or all of the Oracle Business Intelligence products to create your reports.
    Keith Laker
    Data Warehouse Solution Architect
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Beans http://www.oracle.com/technology/products/bib/index.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Message was edited by:
    KLaker

  • Fixed Issues in Oracle Business Intelligence Suite

    Hi,
    I've spent quite a while searching for a list of known issues that have been fixed with Oracle Business Intelligence Suite (compared to Siebel Analytics 7.8.x). Anybody aware of such a document?
    Thanks,
    Andi

    I for one haven't seen any such list. I was also looking for a list like that for the latest release, going from OBIEE 10.1.3.2 to 10.1.3.2.1but with no luck.
    Anyone seen these?

  • Oracle Business Intelligence Discoverer with the OLAP Option 11g

    Is it also possible to use Oracle Business Intelligence Discoverer with the OLAP Option 11g ?
    I read this article but the OLAP Option is 10g.
    Thanks.

    Hi,
    Yes, I think so, see this article.
    Rod Wets

  • Integrating with Oracle EBS using XMLGateway issues

    Hi all,
    I'm trying to integrating with Oracle EBS using XMLGateway, and I meet some issues. Here are the steps I did.
    1) Update DATA_MAP.xgm file and DATA_TEST.dtd file into XMLGateway repository
    2) Define transactions in EBS client:
    Party Type: Supplier
    Transaction Type: Cat
    Transaction Subtype: Dog
    Transaction Description: test for cat and dog
    Standard Code: OAG
    External Transaction Direction: IN
    External Transaction Type: Cat
    External Transaction Subtype: Dog
    Queue: APPLSYS.ECX_IN_OAG_Q
    3) Define trading partners in EBS client
    Operating Unit: Vision Operations
    Trading Partener Type: Supplier
    Trading Partener name: ****
    Trading Partener site: ****
    Company Admin email: [email protected]
    ... other transaction info defined in step 2)
    4) Send inbound message using OTA send Inbound Page. It succeed.
    a. The return page display status code 1000 with status discription OK.
    b. From the transaction monitor, I can see the inbound message was processed successfully.
    c. From the database, I can see that this inbound message first arrived in ecx_inqueue table, and then moved to ecx_in_oag_q_table. And last disappeared from the ecx_in_oag_q_table. That means XMLGateway process the inbound message in transaction queue successfully.
    5) Send inbound message using SOAPUi. It failed.
    a. The return page display status code 200. That means the inbound message has been sent to inbound message queue successfully.
    b. From transaction monitor, I cannot see this request record.
    c. From the database, I can saw that this inbound message first arrived in wf_ws_jms_in table, then disappeared. It didn't moved to transaction queue which I selected when defined transations, so I guess it wasn't processed by XMLGateway. Using the following SQL, but cannot find error reason.
    select * from ecx_inbound_logs where process_id='******************'
    select * from apps.ecx_error_msgs where error_id='*****'
    I guess the reason is something happend to prevent inbound message to move from inbound message queue to transaction queue. So XMLGateway cannot process this inbound message.
    From XMLGateway user guide, I understand that there are three kinds of inbound queues(ECX_INBOUND which OTA uses, WF_WS_JMS_IN which soap over https uses, WF_JMS_IN which JMS uses), does't mention what are the corresponding transaction queues? Can they share the same transaction queue? Also see from this user guide, ecx_in_oag_q (transaction queue) is only for ecx_inbound queue. But when I try to define a transaction in EBS client, it seems that only ecx_in_oag_q can be chosen. I wondered why my second senarios failed when I used the same transation and trading partner. The message already arrived at wf_ws_jms_in and then disappeared. Is that because I selected the wrong transaction queue when defining transactions? But it was really cannot select any other transaction queues there. Or I missed some steps when using SOAP over HTTP/S?
    Appreciate you can give me some suggestions. Hope to hear your voice. Thanks in advance.

    Hi,
    Regarding the integration what type of integration you want.
    Can you please elaborate?There are some integration tools releases by Oracle for the integration.
    Regards
    Pramod

  • Can not log in Oracle Business Intelligence 11g

    Hi All,
    When I tried to startup the Oracle Business Intelligence 11g there are issues:
    <2010-9-12 下午11时38分24秒 CST> <Error> <oracle.wsm.resources.policymanager> <W
    SM-02311> <由于出现基础错误 "java.rmi.RemoteException: EJB Exception: ; nested e
    xception is:
    oracle.adf.share.ADFShareException: 在 parseADFConfiguration 中遇到 MDSC
    onfigurationException", 无法检索请求的文档。>
    <2010-9-12 下午11时38分41秒 CST> <Warning> <JDBC> <BEA-001129> <Received excepti
    on while creating connection for pool "mds-owsm": The Network Adapter could not
    establish the connection>
    <2010-9-12 下午11时38分42秒 CST> <Error> <oracle.adf.share.config.ADFMDSConfig>
    <BEA-000000> <在 parseADFConfiguration 中遇到 MDSConfigurationExceptionMDS-01330
    : 无法加载 MDS 配置文档
    MDS-01329: 无法加载元素 "persistence-config"
    MDS-01370: metadata-store-usage "OWSM_TargetRepos" 的 MetadataStore 配置无效。
    MDS-00922: 无法实例化 ConnectionManager "oracle.mds.internal.persistence.db.JNDI
    ConnectionManagerImpl"。
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceEx
    ception: Could not create pool connection. The DBMS driver exception was: The Ne
    twork Adapter could not establish the connection
    oracle.mds.config.MDSConfigurationException: MDS-01330: 无法加载 MDS 配置文档
    MDS-01329: 无法加载元素 "persistence-config"
    MDS-01370: metadata-store-usage "OWSM_TargetRepos" 的 MetadataStore 配置无效。
    MDS-00922: 无法实例化 ConnectionManager "oracle.mds.internal.persistence.db.JNDI
    ConnectionManagerImpl"。
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceEx
    ception: Could not create pool connection. The DBMS driver exception was: The Ne
    twork Adapter could not establish the connection
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:695)
    at oracle.mds.config.PConfig.<init>(PConfig.java:504)
    at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:692)
    at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:749)
    at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:407)
    at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java
    :2013)
    at oracle.mds.core.MDSInstance.createMDSInstanceWithCustomizedConfig(MDS
    Instance.java:1171)
    at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:571)
    at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConf
    ig.java:137)
    at sun.reflect.GeneratedMethodAccessor173.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfi
    gImpl.java:443)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:508)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:491)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:547)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:542)
    at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(
    ADFContextMDSConfigHelperImpl.java:274)
    at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:12
    10)
    at oracle.wsm.repository.mds.MDSInstanceFactory.getMDSInstance(MDSInstan
    ceFactory.java:92)
    at oracle.wsm.policymanager.bean.AbstractBean.<init>(AbstractBean.java:9
    2)
    at oracle.wsm.policymanager.bean.DocumentManagerBean.<init>(DocumentMana
    gerBean.java:101)
    at oracle.wsm.policymanager.bean.ejb.DocumentManagerEJB.<init>(DocumentM
    anagerEJB.java:52)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_Impl.<init>(
    DocumentManager_ookznn_Impl.java:24)
    at sun.reflect.GeneratedConstructorAccessor275.newInstance(Unknown Sourc
    e)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.bea.core.repackaged.springframework.jee.spi.EjbComponentCreatorBr
    okerImpl.getBean(EjbComponentCreatorBrokerImpl.java:69)
    at weblogic.ejb.container.injection.EjbComponentCreatorImpl.getBean(EjbC
    omponentCreatorImpl.java:68)
    at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(B
    aseEJBManager.java:216)
    at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBMan
    ager.java:231)
    at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessM
    anager.java:303)
    at weblogic.ejb.container.pool.StatelessSessionPool.createBean(Stateless
    SessionPool.java:201)
    at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSes
    sionPool.java:127)
    at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessMa
    nager.java:148)
    at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemote
    Object.java:230)
    at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_preInvoke(
    StatelessRemoteObject.java:43)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl.retrieveDocuments(DocumentManager_ookznn_IRemoteDocumentManagerIm
    pl.java:604)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:17
    4)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:259)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_1033_WLStub.retrieveDocuments(Unknown Source)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:346)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:343)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccAction
    Executor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivil
    egedExceptionAction.run(CascadeActionExecutor.java:79)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecu
    tor.java:48)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(Casca
    deActionExecutor.java:52)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate.retrieveDocum
    ents(DocumentManagerDelegate.java:342)
    at oracle.wsm.policymanager.accessor.BeanAccessor.updateCache(BeanAccess
    or.java:1139)
    at oracle.wsm.policymanager.accessor.BeanAccessor.fetchDocuments(BeanAcc
    essor.java:590)
    at oracle.wsm.policymanager.accessor.BeanAccessor.access$300(BeanAccesso
    r.java:111)
    at oracle.wsm.policymanager.accessor.BeanAccessor$MissingDocsFetcherTask
    .run(BeanAccessor.java:165)
    at oracle.wsm.common.scheduler.TimerManagerWrapper$TimerListenerImpl.tim
    erExpired(TimerManagerWrapper.java:63)
    at weblogic.timers.internal.commonj.ListenerWrap.timerExpired(ListenerWr
    ap.java:38)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.mds.exception.MDSExceptionList: MDS-01329: 无法加载元素 "persi
    stence-config"
    MDS-01370: metadata-store-usage "OWSM_TargetRepos" 的 MetadataStore 配置无效。
    MDS-00922: 无法实例化 ConnectionManager "oracle.mds.internal.persistence.db.JNDI
    ConnectionManagerImpl"。
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceEx
    ception: Could not create pool connection. The DBMS driver exception was: The Ne
    twork Adapter could not establish the connection
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:689)
    at oracle.mds.config.PConfig.<init>(PConfig.java:504)
    at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:692)
    at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:749)
    at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:407)
    at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java
    :2011)
    at oracle.mds.core.MDSInstance.createMDSInstanceWithCustomizedConfig(MDS
    Instance.java:1171)
    at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:571)
    at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConf
    ig.java:137)
    at sun.reflect.GeneratedMethodAccessor173.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfi
    gImpl.java:443)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:508)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:491)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:547)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:542)
    at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(
    ADFContextMDSConfigHelperImpl.java:274)
    at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:12
    10)
    at oracle.wsm.repository.mds.MDSInstanceFactory.getMDSInstance(MDSInstan
    ceFactory.java:92)
    at oracle.wsm.policymanager.bean.AbstractBean.<init>(AbstractBean.java:9
    2)
    at oracle.wsm.policymanager.bean.DocumentManagerBean.<init>(DocumentMana
    gerBean.java:100)
    at oracle.wsm.policymanager.bean.ejb.DocumentManagerEJB.<init>(DocumentM
    anagerEJB.java:41)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_Impl.<init>(
    DocumentManager_ookznn_Impl.java:42)
    at sun.reflect.GeneratedConstructorAccessor275.newInstance(Unknown Sourc
    e)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.bea.core.repackaged.springframework.jee.spi.EjbComponentCreatorBr
    okerImpl.getBean(EjbComponentCreatorBrokerImpl.java:69)
    at weblogic.ejb.container.injection.EjbComponentCreatorImpl.getBean(EjbC
    omponentCreatorImpl.java:68)
    at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(B
    aseEJBManager.java:216)
    at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBMan
    ager.java:231)
    at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessM
    anager.java:303)
    at weblogic.ejb.container.pool.StatelessSessionPool.createBean(Stateless
    SessionPool.java:201)
    at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSes
    sionPool.java:127)
    at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessMa
    nager.java:148)
    at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemote
    Object.java:230)
    at weblogic.ejb.container.internal.StatelessRemoteObject.__WL_preInvoke(
    StatelessRemoteObject.java:41)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl.retrieveDocuments(DocumentManager_ookznn_IRemoteDocumentManagerIm
    pl.java:604)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:17
    4)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:259)
    at oracle.wsm.policymanager.bean.ejb.DocumentManager_ookznn_IRemoteDocum
    entManagerImpl_1033_WLStub.retrieveDocuments(Unknown Source)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:346)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate$9.run(Documen
    tManagerDelegate.java:343)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccAction
    Executor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivil
    egedExceptionAction.run(CascadeActionExecutor.java:79)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecu
    tor.java:48)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(Casca
    deActionExecutor.java:52)
    at oracle.wsm.policymanager.client.DocumentManagerDelegate.retrieveDocum
    ents(DocumentManagerDelegate.java:342)
    at oracle.wsm.policymanager.accessor.BeanAccessor.updateCache(BeanAccess
    or.java:1139)
    at oracle.wsm.policymanager.accessor.BeanAccessor.fetchDocuments(BeanAcc
    essor.java:590)
    at oracle.wsm.policymanager.accessor.BeanAccessor.access$300(BeanAccesso
    r.java:111)
    at oracle.wsm.policymanager.accessor.BeanAccessor$MissingDocsFetcherTask
    .run(BeanAccessor.java:165)
    at oracle.wsm.common.scheduler.TimerManagerWrapper$TimerListenerImpl.tim
    erExpired(TimerManagerWrapper.java:62)
    at weblogic.timers.internal.commonj.ListenerWrap.timerExpired(ListenerWr
    ap.java:37)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <2010-9-12 下午11时38分42秒 CST> <Error> <oracle.wsm.resources.policymanager> <W
    SM-02311> <由于出现基础错误 "java.rmi.RemoteException: EJB Exception: ; nested e
    xception is:
    oracle.adf.share.ADFShareException: 在 parseADFConfiguration 中遇到 MDSC
    onfigurationException", 无法检索请求的文档。>
    What is wrong with it? any idea is appreciate.
    Thanks,
    arvin
    帖子经 user12986314编辑过
    帖子经 user12986314编辑过
    Edited by: user12986314 on 2010-9-12 下午5:56

    I have encounted the same promble.Have u resolve it?Please do me a favor.Thanks.

  • Oracle Business Intelligence Administration Tool for Windows

    I am having issues installing Oracle Business Intelligence 11g Client on Windows 7 32 bit.
    This is how we set up our server:
    - OBIEE 11g Server is installed and configured in RHEL 5 64bit.
    (We have installed and configured Oracle Database, RCU and the OBIEE)
    - Our users are working on a Windows 7 32 bit and they are the one who will be accessing the BI Server.
    I have come across a bunch of information regarding our setup. I am sure that our BI Server is working properly as a matter of fact, we can now use Oracle Warehouse Builder of the BI Server.
    According to Metalink Doc Id: 417656.1, OBIEE Tools are only available in Windows platforms. I beleive this is the reason why we only configured OWB in our BI server (which is in RedHat) and we cannot find a way to configure OBIEE Admin Tools. But when I read the doc id, it applies to 10g versions of BI Server, what about 11g? Is there a way to configure and use OBIEE Admin tools from the BI Server in Linux?
    Also, according to the official docs:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CEGEHEJF
    4.6.1 Installing Oracle Business Intelligence Client Tools
    "..If you installed Oracle Business Intelligence on a computer running a Linux, UNIX, or 64-bit Windows operating system, and you want to use Oracle Business Intelligence client tools, you must perform the following additional steps..."
    So in my own understanding, this fits our current setup. Is this the correct solution so we can access OWB of the BI Server and use BI Admin tools from our 32 bit windows?
    Also, I have read many bloggers and users having issues in Windows 7? Following the official docs i pasted here which has steps 1-3, is Windows 7 supported by Oracle Business Intelligence 11g?
    Any help, confirmation (with credible basis) and further questions about this issue will be very much honored. Thanks a lot!

    Hi ,
    Oracle BI for CC&B has few Standard(Demo) reports packaged with this software for example CI_CSEOPN (Case by Type and Age), If we need to know the logic of this report where do we find the information as the code for this report is not user friendly which is mainly stored as functions and not understandable, Please let me know if you have any information to get the logic of this report.
    Thanks
    Vivek

  • How does Oracle Business Intelligence aid in oil exploration workflows?

    I am currently an Msc student of the University of Surrey in the United Kingdom and am working on my thesis involves the use of Oracle Business Intelligence platforms in establishing workflows and processes when creating a digital oilfield  for the oil and gas industry. I will be glad if you can tell me with a case study how you have been able to implement the Oracle Business Intelligence solution successfully in any company and how defines the data being used in terms of usefulness, completeness, clarity, reduction in costs, accuracy and precision. My thesis involves making a comparison between IBM intelligent solution systems and Oracle Business Intelligence platforms for oil and gas exploration. I will be glad if someone can really explain this to me. Thanks in anticipation of a favourable response.

    Agile PLM Business Intelligence application is a business ready PLM performance management solution that offers comprehensive analytical insights into Agile PLM data. This application includes pre-built and pre-packaged content at couple of levels:
    1. pre-built Multi-Dimensional Schema (star schemas) designed for analysis and reporting on Product Quality, Change Performance Management and Product Risk Management
    2. pre-built ETL to load data from Agile PLM into Multii-Dimensional Schema and this is developed using Oracle Data Integrator (ODI) platform technology
    3. pre-mapped BI repository metadata for core PLM subject areas of analysis along with a set of pre-packaged functional & role-based Dashboards. This is built using core capabilities of OBIEE platform capabilities
    Hope this clarifies.

Maybe you are looking for