ERPi (ODI) EBS to HFM

I need help, I am able to configure EBS with HFM using ERPi (ODI), I followed all the steps mentioned to configure like creating dataserver, physical and logical connections and configuration is successful. I am able to initialize source also , but I am not able to see the data from source in ERPi.
Do I need to perform any ETL part in ODI?????. Thank you.
Edited by: micro_sri on Mar 31, 2010 7:24 AM

HI All,
I am now able to see the extract id and am able to see messages in session list, but now the process fails at ODI and below is the error, Can you please help me out.
SELECT source_system_id
FROM AIF_processes
WHERE process_id = #AIF.p_process_id
update aif_processes
set status = CASE 'FAILED'
WHEN 'SUCCESS' THEN
CASE (
SELECT COUNT(*)
FROM AIF_PROCESS_DETAILS pd
WHERE pd.PROCESS_ID = aif_processes.PROCESS_ID
AND pd.STATUS IN ('FAILED','WARNING')
WHEN 0 THEN 'SUCCESS'
ELSE (
SELECT MIN(pd.STATUS)
FROM AIF_PROCESS_DETAILS pd
WHERE pd.PROCESS_ID = aif_processes.PROCESS_ID
AND pd.STATUS IN ('FAILED','WARNING')
END
ELSE 'FAILED'
END
,error_message = (
select 'Connection to AIF Target Failed' #AIF.p_concat_operator ': ' #AIF.p_concat_operator ps.step_name
from aif_process_steps ps
where ps.process_id = aif_processes.process_id
and ps.status <> 'SUCCESS'
and ps.step_seq = (
select min(ps2.step_seq)
from aif_process_steps ps2
where ps2.process_id = ps.process_id
and ps2.status <> 'SUCCESS'
,last_updated_by = '#AIF.p_last_updated_by'
,last_update_date = CURRENT_TIMESTAMP
where process_id = #AIF.p_process_id
thanks in Advance,

Similar Messages

  • Suffering with ERPi/ODI installation

    Hi
    I am having great difficulty in configuring ERPi (11.1.2.1) and ODI (11.1.1.5)
    The source is Peoplesoft Financials and the target is Planning.
    I have been wading through the documentation and am having problems in setting this up.
    ODI - I have a master/work single repo which I created using the RCU.
    I have created a logical schema for Planning, ERPI (Oracle) and PSoft (Generic SQL) also a File schema for ERPI.
    I have created physical data servers for planning, ERPI and PSoft and also physical schemas. I am not sure what contexts are or mean and where they fit into the setup.
    Do I then need to import files from the C:\Oracle\EPM\EPMSystem11R1\products\FinancialDataQuality\odi folder?
    I only have the following.
    Adapters, scenarios and topology folder. I thought there were projects that could be imported form there but I only have 'load plans and scenarios'
    I am completely confused, does anyone have any good tips, docs, screenshots, URLs anything? that can help.
    I have tried various Oracle ODI docs, and feel like I'm going round in circles.
    thanks
    Ed.

    Hello,
    Look at this Oracle document through Support.Oracle.com.
    Oracle Financial Data Quality Management ERP Integration Adapter for Oracle (ERPI) [ID 1134897.1]
    Installation stages for ERPI/ODI/FDM Configuration:
    Document 951369.1 (11.1.1.3) Configure and use ERPi as a Replacement to the Financial Data Quality Management EBS Adapter
    Document 1169565.1 (11.1.2) Configure and use ERPi 11.1.2 to Load Data into Financial Data Quality Management from EBS
    There are embedded links to pdf documents with screenshots.
    Also if you are on Windows 2008 R2, you may looking to applying the patch ERPi 11.1.2.1.501.
    Regards

  • Can odi do the hfm consolidation ?

    I read the odi adapter for hfm document, it says it can do the HFM consolidate , once I look closer, it has options consolidate_only, consolidate_after_load when you load data into HFM, waht we need is to consolidate hfm without loading data, so the consolidate_after_load looks like loading->consolidate to me, so it doesn't look like the solution I need. for consolidate_only, it explains it as : data is consolidated but not loaded, it looks like it consolidate the source data but not the data in hfm.
    do I understand that correctly? most important, is there any way to do the consolidate only for hfm in odi?

    CONSOLIDATE_ONLY
    Valid values: Yes and No
    If set to Yes, data is consolidated but not loaded.
    The data is consolidated only within HFM, has nothing to do with source.
    Thanks,
    Denis

  • FDM ERPI using EBS souce initialization.

    Hi,
    I am using FDM ERP Integartor for Integrating data from EBS to Planning ,in this process using configured ODI

    Hi,
    my question is when i click the initialize button in ERPI(workspace),I got the message 'Process has been submitted to initialize the source system.Process Id:1 Extract Id: '
    extrat id is null,
    so its take how much time to extract,.,already i am waiting for nearly 2hrs long.and this process is correct or not ,how I know
    can you please tell me what the next step..
    Regards,
    SV

  • Source system initialization error in ERPI using EBS,

    Hi,
    I am trying to initialize source system details in ERP Integrator(workspacce) using EBS detials,for loading to Planning.
    Add source system is success,then click on Initialize button I got this error:
    Error encountered while launching the ODI Process :Agent didn't prepare this command:Error during Session Preparation:No suitable driver
    can you please tell me ,why i am getting this error.
    Regards,
    SV

    Hi There,
    I am trying to extract metadata out of EBS and target is Essbase. Everything is setup and connection working fine.
    My problem is that the chart of accounts is getting built in Essbase as a flat structure? How do I get the roll ups from EBS into Essbase? Is there a certain seeting that I must choose to be able to build the Parent Child relationships?
    Thanks for the help
    Regards
    Henk

  • ODI error with HFM RKM

    Hi All
    I am trying top reverse engineer an HFM application and I get this error:
    ..."Error *occurred in driver* while connecting to Financial Management application"...
    where should I start troubleshooting from?
    I included the driver location in PATH, I am using an agent created on purpose (Goodwin's blog)
    Thanks
    Regards
    Andrea

    Hi,
    This post should help you :- Issues with ODI connection to Hyperion Financial Management
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ERPI using EBS extract data process

    Hi,
    After source system initiallization ,my log file is showing like this,
    Result :java.lang.NullPointerException
    Assign Ledger :Calulated UserAccess=true
    P_process_id=10
    p_refresh_coa_line_id: null
    Extract Id:1020
    is it any error or completed or not,still i didn't get any data from 1 hr

    Hello,
    If you were to review the ODI Operator are your ERPi Scenarios executing? If so which step/substep does it fail at?

  • ODI interface to HFM IC Transaction Module

    Hi,
    there is a way to build a data flow to HFM IC Transaction Module with ODI?
    Thx
    Edited by: user11129210 on 20-mag-2009 6.35

    Hi,
    You can load IC account balance through FDM adapter. Also, IC transaction details can be loaded thru FDM with Adapater FM9i-G4-B.
    In such case, you can set up IC account with rules specifying the supporting of IC trnx details and set up dummy IC account to store account balance from FDM.
    When ICT is matched and posted, the ICT account balance is now sitting in HFM. Then, you set up validation account in your process management to check if the balance of real IC account minus dummy IC account is equal to zero.
    Edited by: joechengdc on Sep 25, 2008 10:18 PM

  • Clarifications on ODI installation (for FDM ERPi to drill through EBS)

    This is for drilling EBS from HFM and Planning through FDM. EPM is 11.1.2.2. ODI is 11.1.1.6.0.
    A sharing on the steps I am going to perform, anyone who has done it before or idea on how to do so please help me to have a look and validate. I found documentation on EPM and ODI installation separately but I don't find step-by-step guide to make the subject configuration work. Please let me know if you know one. Thanks a lot.
    The FDM ERPi component will be configured AFTER ODI is up and running. FDM and all other EPM components are up-and-running before the ODI installation.
    Steps to install/configure ODI:
    1. Create DB schema, one for MASTER and one for WORK, grant DB access according to the install guide
    2. Use Oracle RCU (Repository Creation Utility) v11.1.1.3.3 to populate the MASTER and WORK tables
    3. run ODI installer, using the jdk160 located in the ORACLE middleware home directory
    4. select all available components of ODI for installation i.e. ODI Studio (with local agent), ODI SDK, Standalone Installation, all under Java EE installation (Java EE Agent, ODI Console, Public Web Service)
    Have read the manual up to here, will update the thread when I go further, again feel free to comment.
    Last step, to trigger EPM configurator to configure the ERPi component

    Hello,
    In the situation you have described unless the Authentication mechanism and the style of that mechanism for all the environments (in this sitaution Hyperion vs. Oracle EBS) are identical then there is no unified approach. Generally when going from Hyperion into Oracle EBS the EBS landing page is returned prompting you for valid credentials.
    In order for this to work in on seemless move you would have to use OID with OSSO.
    OID = Oracle Internet Directory
    OSSO = Oracle Single Sign On
    Thank you,

  • Loading Metadata ODI HFM

    Im Loading metadata and the process cant load.
    The error of the log is this one
    etadata Load started at 11:47:03
    PASS I - Analyzing Section Headers
    PASS II - Validating member names and hierarchies
    Entity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    PASS III - Validating all sections
    Accounts...
    Accounts OK
    Metadata referential integrity check started at 11:47:03
    PASS I - Analyzing Section Headers
    PASS II - Validating member names and hierarchies
    Entity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    PASS III - Validating all sections
    Accounts...
    Accounts OK
    Pass IV - updating database
    Removing metadata items no longer used...
    Account
    13 parent/child pair(s) removed from hierarchy
    12 member(s) removed
    Done removing metadata items
    Renaming members...
    Account
    Accounts...
    Error: Invalid tree insertion point
    Error: Invalid tree insertion point
    any idea???

    Check out John's Blog => http://john-goodwin.blogspot.com/2010/02/odi-series-loading-hfm-metadata.html
    Thank you,
    Todd Rebner

  • ODI Error while loading data to Classic HFM Application

    Hello All,
    I am performing a integration from source(Flat file) to HFM application I have created a Integration to it and while loading the data i get the following error:-
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 3, in <module>
        at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:240)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Properties [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] are mandatory.
        at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
        at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
        at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
        at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)
        at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
        at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
        at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
        at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
        at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
        at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
        at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
        at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
        at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
        at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
        at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: Traceback (most recent call last):
      File "<string>", line 3, in <module>
        at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:240)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Properties [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] are mandatory.
        at org.python.core.PyException.fillInStackTrace(PyException.java:70)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at java.lang.RuntimeException.<init>(RuntimeException.java:32)
        at org.python.core.PyException.<init>(PyException.java:46)
        at org.python.core.PyException.<init>(PyException.java:43)
        at org.python.core.Py.JavaError(Py.java:455)
        at org.python.core.Py.JavaError(Py.java:448)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:177)
        at org.python.core.PyObject.__call__(PyObject.java:355)
        at org.python.core.PyMethod.__call__(PyMethod.java:215)
        at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221)
        at org.python.core.PyMethod.__call__(PyMethod.java:206)
        at org.python.core.PyObject.__call__(PyObject.java:397)
        at org.python.core.PyObject.__call__(PyObject.java:401)
        at org.python.pycode._pyx15.f$0(<string>:6)
        at org.python.pycode._pyx15.call_function(<string>)
        at org.python.core.PyTableCode.call(PyTableCode.java:165)
        at org.python.core.PyCode.call(PyCode.java:18)
        at org.python.core.Py.runCode(Py.java:1204)
        at org.python.core.Py.exec(Py.java:1248)
        at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)
        at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
        ... 19 more
    Caused by: com.hyperion.odi.common.ODIHAppException: Properties [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] are mandatory.
        at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:240)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)
        ... 33 more
    Caused by: com.hyperion.odi.common.ODIHAppException: Properties [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] are mandatory.
        at com.hyperion.odi.hfm.ODIHFMUtil.validateRequiredProperties(ODIHFMUtil.java:87)
        at com.hyperion.odi.hfm.ODIHFMMetadataLoader$OptionsMetadataLoad.validate(ODIHFMMetadataLoader.java:66)
        at com.hyperion.odi.hfm.ODIHFMMetadataLoader.validateOptions(ODIHFMMetadataLoader.java:188)
        at com.hyperion.odi.hfm.ODIHFMAppStatement.validateLoadOptions(ODIHFMAppStatement.java:168)
        at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:195)
        ... 38 more
    Any help appreciated
    Thanks,
    Pratik

    Hi Pratik02,
    I don't have access to that IKM from here and I don't know much about Hyperion, but here is an article that can help you : http://john-goodwin.blogspot.be/2010/02/odi-series-loading-hfm-metadata.html
    Can you see the two options mentioned in the error message ? CLEAR_ALL_METADATA_BEFORE_LOAD and REPLACE_MODE? What are their value?
    Are you loading a dimension? If so, shouldn't you use the "IKM SQL to Hyperion Financial management Dimension" instead of "IKM SQL to Hyperion Financial management Data" ?
    Regards,
    JeromeFr

  • ODI and EBS

    When configuring ODI/EBS, can I just point to the DB ? It seems to me I should just be able to get the metadata from the EBS DB and not have to go through an EBS app.
    If not, what programs would ODI need to run?
    Thanks
    Jz

    The RKM reverse-engineering process returns the following information:
    · The installed E-Business Suite (Modules) as sub-models
    · For each module sub-model, there will be sub-models for Tables, Views, Flexfields, and Interface
    Tables
    · The tables and columns, as well as the primary and foreign keys in the datastores

  • HFM DATA LOAD WITH ODI HANGS LONG TIME

    Hi all,
         There's a very strange problem when I loading data from MS SQLServer to HFM with ODI. Specifically, there are 2 interfaces to 2 applications on the same HFM server. Data amount is about 1,300,000 and 650,000 separately.
    The strange thing is when I execute interface individually, it sometimes works well. However when I execute the package contains 2 interfaces, the larger one almost hangs on about 10+ hours every time whether I use an agent or not.
    After some research, it seems that the session hangs on because it cannot get return info from HFM but loading data has already completed. I found some similar problems on OTN like 64bit driver and jre compatible error OR deadlock on table. Different with this one. So, can anyone help on this? Much appreciate in advance!!!
    BTW, ODI and HFM are on the same server but ODI repositary and source of interface are on another MS SQL data server. The version is as below:
    HFM 11.1.1.3.0.956
    ODI 11.1.1.6.0
    win server 2003 x86
    MS SQLServer 2008 R2
    win server 2008 x64
    Regards,
    Steve

    Hi SH,
         source is MS SQLServer 2008 R2, staging area is on the source side, target is a HFM 11.1.1.3.0.956 based on SQLSERVER.
         KM is a standard 'IKM SQL to Hyperion Financial Management Data'.
         No transformation logic but only a filter to select data in current year.
    Besides, I have do some performance tuning as guide tolds:
    REM #
    REM # Java virtual machine
    REM #
    set ODI_JAVA_HOME=D:\oracle\Java\jdk1.6.0_21
    REM #
    REM # Other Parameters
    REM #
    set ODI_INIT_HEAP=512m
    set ODI_MAX_HEAP=1024m
    set ODI_JMX_PROTOCOL=rmi
    In Regedit:
    EnableServerLocking: 1
    MaxDataCacheSizeinMB :1000
    MaxNumDataRecordsInRAM: 2100000
    MultiServerMaxSyncDelayForApplicationChanges:300
    MultiServerMaxSyncDelayForDataChanges:300
    After some reaserch, I think the problem can be located at the HFM-ODI adapter or HFM side(maybe HFM cannot respond a completed info to ODI), do you have any idea? Thanks in advance

  • ERPi configuration

    Hi,
    I am starting configuring ERPI and not able to start on it.any one worked on ERPi
    Guru

    I need help, I am able to configure EBS with HFM using ERPi (ODI), I followed all the steps mentioned to configure like creating dataserver, physical and logical connections and configuration is successful. I am able to initialize source also , but I am not able to see the data from source in ERPi.
    Do I need to perform any ETL part in ODI?????. Thank you.

  • Execution error while running rule in ERPI.

    Hi,
    I am facing error while, running the rule from the ERPI (workspace) , when i am checking the session in ODI, i am getting the error
    where as in ODI there is no such logical schema HFM_TGT. i am doing the integration of EBS rel12 with Planning using the ERPI, ODI and FDQM.
    I had created the Logical & physical schema for Planning, EBS and running through the context ERPI in ODI.
    *"com.sunopsis.core.SnpsInexistantObjectException: There is no connection for this logical schema/context pair:HFM_TGT / ERPI*
    at com.sunopsis.dwg.dbobj.SnpConnect.getSnpConnectByLSchemaNameAndContext(SnpConnect.java)
    at com.sunopsis.dwg.dbobj.SnpConnect.getSnpConnect(SnpConnect.java)
    at com.sunopsis.dwg.dbobj.SnpSession.getDwgConnectLst(SnpSession.java)
    at com.sunopsis.dwg.dbobj.SnpSession.getConLst(SnpSession.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.h.y(h.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)".
    help me out the above mention issue. .
    mail id : [email protected]
    Regards,
    Sudhir sinha.
    Edited by: user13032900 on Jun 15, 2010 10:06 PM

    Hi,
    I am using the classical metadata method. for creating the metadata rule file, i am adding the dimension using the FDM mapping.
    As the mapping rule is running with extract id , but in ODI it is giving the error.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 38, in ?
    com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
    Help me on the issue as, my objective is to extract the data from the ERP (EBS 12) through ERPI and load the data in the planning app through FDM.
    Regards,

Maybe you are looking for

  • PLS-801 internal error when returnig rowtype in select clause

    Hi, looks like the following case is not handled in version 11.1.0.6. I created a function which returns a ROWTYPE and when calling this function from a simple sql statement an internal error occurs. create table testing as select 1 id, 'A' val from

  • Problems starting two LISTENERS in one server for two DB.

    Oracle : 10gr2 10.2.0.3 Server : Linux RedHat R4U5 General Configuration: two users apexdev1,apexdev2 two oracle homes apexdev1,apexdev2 One server. Diferent directory structure for each home. apexdev1 user. [apexdev1@CO-MIA-APXDBDEV admin]$ echo $OR

  • Synchronous data collection using pci-6143's

    I can set up synchronous data collection across the analog inputs of my three PCI-6143's using a separate task for each board and explicitly sharing the master timebase from board 1 (the one receiving the trigger to start data collection) to the othe

  • The iTunes Store and Ping does not load!

    I have a question for iTunes for Windows. You see, when I go to my iTunes, the iTunes Store and Ping seems to not load!I have been constanly emailing the Apple Support, but none of there informaition helped me as of now.One of there recent info they

  • Precal Server Issue

    HI Experts, I recently inserted a new query5 ( workbook has 4 more queries) . query5 is a copy of query2. so it shares the same Characteristic Variable but some chnages with filters. Now my issue is when this Workbook is executed by precalc server, a