Reverse process on HFM

Hi...
Im trying to do the reverse process on HFM version 9.3 with ODI 11g.
Im clic on reverse and the process stuck on the second step of the reverse.
What can I do????

Hi Carolina,
I am trying the same integration, ODI to HFM. In reverse engineering, I get this error -
org.apache.bsf.BSFException: exception from Jython: Traceback (innermost last):
File "<string>", line 4, in ?
ImportError: No module named hyperion
at org.apache.bsf.engines.jython.JythonEngine.exec(Unknown Source)
at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
at com.sunopsis.dwg.cmd.e.i(e.java)
at com.sunopsis.dwg.cmd.g.y(g.java)
at com.sunopsis.dwg.cmd.e.run(e.java)
at java.lang.Thread.run(Unknown Source)
Any idea how to proceed on it?
Regards
Rashmi

Similar Messages

  • Error when Reversing metadata from HFM

    Hi,
    I'm getting this error when i try to reverse metadata from HFM.
    "com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver."
    I already try the suggestion in this forum including
    Cause
    The Java Library Path of the HFMDriver.dll is missing in Wrapper configuration file.
    Solution
    1. Backup and edit the ODI_HOME\tools\wrapper\conf\snpsagent.conf and include the following entry in Java Library Path section :
    wrapper.java.library.path.2=../drivers
    After adding it will look as follows:
    # Java Library Path (location of Wrapper.DLL or libwrapper.so)
    wrapper.java.library.path.1=../tools/wrapper/lib/
    wrapper.java.library.path.2=../drivers
    Note: HFMDriver.dll is usually present in <odi_home>\oracledi\drivers folder. If it is located in different path, then appropriate location should be referred. Also numbering convention like wrapper.java.library.path.1, wrapper.java.library.path.2 has to be in a incremental manner and no duplicates nor gaps should exist.
    2. Save the file and recreate the ODI Agent Service with the new configuration parameters as the classes are loaded during its creation and re-test the issue.
    But it still errors. Does anyone know another solution?
    Btw, i'm using ODI 10.1.3.5, and the HFM's version 9.3.1
    Those two are not on the same machine. And i've already installed HFM Client on ODI Machine.
    Thanks in advance.

    Ok, i've solved the problem above. Looks like i forgot to define driver folder in PATH variable.
    But now i got another error.
    Looks like the problem lies in HFM now.
    It's said that Server/Cluster incorrectly configured. But, in my HFMClient i've successfully access the application.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 38, in ?
    com.hyperion.odi.common.ODIHAppException: Error occurred in driver while connecting to Financial Management application [KALBEAPP] on [HFMTest] using user-name [adm].
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx0.f$0(<string>:38)
         at org.python.pycode._pyx0.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.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)
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: Error occurred in driver while connecting to Financial Management application [KALBEAPP] on [HFMTest] using user-name [adm].
         at com.hyperion.odi.hfm.wrapper.HFMConnection.<init>(HFMConnection.java:57)
         at com.hyperion.odi.hfm.wrapper.HFMServer.getConnection(HFMServer.java:89)
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:52)
         ... 33 more
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: Opening HFM application failed. Error code: 0x80041143 [Server/Cluster is incorrectly configured. Please reconfigure your Cluster or Server connection.]
         at com.hyperion.odi.hfm.wrapper.HFMDriverJNI.getConnection(Native Method)
         at com.hyperion.odi.hfm.wrapper.HFMConnection.<init>(HFMConnection.java:51)
         ... 35 more
    com.hyperion.odi.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Error occurred in driver while connecting to Financial Management application [KALBEAPP] on [HFMTest] using user-name [adm].
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.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)
    Thanks in advance...

  • Reversing process or Subcontract Challan

    Hi,
      I want to know how to cancel the subcontrcat challn also in status of challna therte are reverse , cancel  and delete  what is exact diffrenece in all this i want to cancel my challan and also material docuemnt  what is use of reverse process   also in status  there is also posted  what is men by if status is posted  as if we close it status is comleted .
    regards,
      zafar

    Hi,
    The process is like
    SUB-CONTRACTING CONDITION RECORDS - FV11 for service tax and cess
    SUB-CONTRACTING CONDITION RECORDS - ME21N
    RELEASE STRATERGY FOR PURCHASE ORDER - ME28
    TRANSFER POSTING OF CHILD PARTS TO SUB-CONTRACTOR - MB1B 541 Mvt Type
    SUBCONTRACTING CHALLAN - J1ILN
    GOODS RECIEPT - MIGO
    RECONCILING SUBCONTRACTING CHALLAN - J1IFQ
    INVOICE VERIFICATION - MIRO
    For reversal Status C is for Completed. Go to J1IF11 and give Challan No and inside Try to Delete items.
    Also try to Reverse the Subcontracting Challan in J1IF13.
    Please go through below link is a little Explanatory in your case,
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/09/ebf138cdd78a4be10000000a114084/frameset.htm

  • Reverse process order

    How do i reverse a process order and process order confirmation.
    Can someone please let em know the t-code.

    Reverse Process Order Confirmation: CORS
    Recalculate Actual Costs: COFC
    Reverse Overheads Costs: KGI2 (Overheads --> Reverse)
    You can reverse the "Status" of a Process Order by calling the order in the Change mode, Control Data tab, and reverse the Confirmed status.
    Hope this helps.
    Cheers.

  • The ODI reverse process use too long time

    I run the reverse process for a customized essbase model, it just keep running and never come out? should I reinstall ODI? I make another test, odiaess_93110_samples.zip, I import the ODI sample_essbase work repository. and I make a reverse process for the essbase using the next parameters,
    MULTIPLE_DATA_COLUMNS = Yes
    DATA_COLUMN_DIMENSION = measures
    DATA_COLUMN_MEMBERS = sales,cogs
    EXTRACT_ATTRIBUTION_NUMBER= No
    It just keep running for a few hours, and never come out, what's wrong with me?
    Edited by: user2571802 on Apr 20, 2010 7:56 PM

    Are you using a defined agent instead of the local agent to reverse, I recommend using an agent as sometimes there can be issues reversing with the local agent.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Reversal Process Model using PUOCBA

    Hi Guys,
    There is a requirement in our Co. to set up a reversal process model using PUOCBA.
    As far as i know, it is a pretty standard process and we need to copy standard process model SAPUSOCV and create our own and use the same in PUOCBA selecting the reversal option.
    I am doing my every steps correctly, but some how in table T52OCG the Processing type field is not converted to 'V' which is necessay for reversal and it does not allow me to do reversal.
    Kindly brief me on the same , if you have face the same kind of problem or have worked on it.
    Regards,
    Ketal Parikh.
    1-847-330-4127

    Hi Jim,
    So this is my understanding. You have two different sequence files that are run for two different Test Environments. These two environments uses two different data structures to perform some initialization on two different instruments.
    The best way to do so without any modification to the sequential process model is to create Sequence File Globals. So lets say that you have test sequence 1 and test Sequence 2. The two data structures will be DataStruct 1 and DataStruct 2. So open your Test sequence 1 in the sequence editor. From the "View" drop down box on the sequence editor, select "Sequence File Types" and create your DataStruct 1 here. Similarly do that same for Test Sequence 2, create DataStruct2.
    Now use the ProcessSetup and ProcessCleanup callback. Again you shouldn't modify your process model. Go to Edit Menu >> Sequence File Callbacks. Select your callbacks and click add. This will automatically add your callbacks to your Test Sequence files. Now you can add the code relevant to your instruments here and you have access to your datastructure as well. The beauty with callbacks is, you can override the ones in your process model by the ones in your sequence files. This is automatically done, when you place the callback in your sequence file. Now we have accomplished what you wanted to do without a single modification to your process model.
    I hope this helps
    Sijin Karayil
    National Instruments

  • REVERSING PROCESS ORDER

    What Does reversing process order mean?Do we  need to reverse both the  of raw material consumption and semifinished good production
    or reverse only semifinished good production and which Tcodes are involved?

    Debasish,
    There is no specific terminology or process to describe Reversing Process order. The possible reversals are,
    <b>Goods Movement -</b>
    Goods Issue 262 Mvt Type MB1A transaction or MIGO
    Goods Reciept 102 Mvt Type MB31 transaction or MIGO
    <b>Confirmation Reversal</b>
    CORS - Basically this is cancellation
    If the process order was designed for Backflushing and Auto GR, then the reversal of all goods movment also happens when canelling confirmation.
    <b>Material Document Cancellation</b>
    You can also reverse goods movment by cancelling the material documents using transaction MBST.
    Hope I was able to give you an overview as what is possible.
    Regards,
    Prasobh

  • ABOUT REVERSE PROCESS ORDER

    CAN U TELL ME WHAT SHOULD BE THE REASON FOR MOVENT IN REVERSE PROCESS ORDER?CAN U GIVE SOME LINKS ON REVERSING PROCESS ORDER

    Debasish,
    If it is GR reversal then movement type  should be 102, if it is components Issue reversal it should be 262.
    If the process order is designed for Auto GR & Backflush, then you can cancell the GR & GI along with confirmation using transaction CORS.
    If they were seperate then Confirmation cancellation is CORS, GI Cancellation in MB1A and GR Cancellation in MB31 or you can use MIGO for both.
    The other alternate is to cancell the material document using transaction MBST. You can see the material documents created for materials movment in the order->Lists->documented goods movment.(COR3).
    Regards,
    Prasobh

  • Difference between reversing journal and Auto reversal journal in HFM

    What is the difference between Auto reversing journal and Auto reversal journal in HFM?

    Hi Dev,
    The below link might be helpful:
    http://docs.oracle.com/cd/E17236_01/epm.1112/hfm_user.pdf
    Refer to page 173
    Thank you,
    Charles Babu J

  • Intercompany STO - Reverse Process

    Hi Gurus
    What is the process/config steps for the intercompany STO reverse process.
    Forward is:  NB (PO)  --> NLCC (Delivery) --> IV (Billing).  No sales order involved.
    Please advise the reverse flow and necessary configs involved.
    Regards
    RG

    Hello,
    As per standard practice for managing intra compnay or intercompnay stock transfer return, you can use the followig process;
    1.Create stock transport Purchase order and also tick mark the retrun indicator in the item overview.
    2. Now create delivery(return) with VL10B. You must have already customized delivery type and item category settings in customization
    For inter company transfer , use delivery type NCR and item cateory as NCRN
    For intracompany transfer , use delivery type NLR and item category as NLRN
    3. Goods reciept : Do the goods reciept for inventory management with movement type 101 , where as system will do the goods issue for return order with corresponding movement type 161.
    4. Post goods Issue wihch in this case will act as post goods reciept.
    Go to VL02N and do the Post Goods Issue
    With this the system posts the goods receipt in the background.
    For Cross-company-code:
    With Two-step procedure movement type is  673
    With One-step procedure  675
    The goods receipt is automatically posted with movement type 161.
    For Intra company code:
    With Two-step procedure the movement type is 671
    With One step procedure the movement type 677
    The goods receipt is automatically posted with movement type 161.
    I also suggest you please go through SAP OSS Note 430074 - Advice note plant return / store return which will help you in setting up the Stock transport returns.
    BR,
    Tushar

  • Issue while Reverse Engineering the HFM Application

    Hi,
    We are in the process of integrating HFM (11.1.2.2.0) with ODI (11.1.1.6) for metadata upload from ODI to HFM, and, I am getting the following error while reverse engineering to the HFM application.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 38, in <module>
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         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: Error occurred while loading driver.
         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:558)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
         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 38, in <module>
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         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: Error occurred while loading driver.
         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:381)
         at org.python.core.PyObject.__call__(PyObject.java:385)
         at org.python.pycode._pyx0.f$0(<string>:38)
         at org.python.pycode._pyx0.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: Error occurred while loading driver.
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         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.hfm.wrapper.HFMException: Error occurred while loading driver.
         at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:29)
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:51)
         ... 40 more
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: C:\Oracle\Middleware\Oracle_ODI1\oracledi\agent\drivers\HFMDriver.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
         at com.hyperion.odi.hfm.wrapper.HFMDriverJNI.getDriver(HFMDriverJNI.java:23)
         at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:26)
         ... 41 more
    Can anyone please suggest a suitable solution for this?
    Thanks
    Abhi

    Hi,
    Under the readme eRPI : http://docs.oracle.com/cd/E17236_01/epm.1112/readme/erpi_1112200_readme.html
    I find this :
    ODI Setup Steps to Integrate with Financial Management
    To setup the ODI to integrate with Financial Management:
    Rename odiparams.bat located at <ODI_HOME>\oracledi\agent\bin to odiparams.bat.backup.
    The default installation location is C:\app\Oracle\product\11.1.1\Oracle_ODI_1.
    Download Oracle Data Integrator Companion CD 11.1.1.6.2.
    Unzip the contents of the Companion CD to the temp directory.
    Unzip oracledi-agent-standalone.zip.
    Copy the contents to: <ODI_HOME>.
    Make a backup of the HFMDriver.DLL.
    For the 32 bit operating system, copy HFMDriver32_11.1.2.2.dll as HFMDriver.DLL.
    For the 64bit operating system, copy HFMDriver64_11.1.2.2.dll as HFMDriver.DLL.
    Rename odiparams.bat.backup from Step 1 to odiparams.
    Edit the PATH to include: <ODI_HOME>\oracledi.sdk\lib
    Restart the ODI Agent.
    I try this procedure, but now, I have a new error :
    - Unable to connect on "myhfmserver" with "admin" user
    I think that, there is another step to do, because now HFM 11.1.2.2 use directly the "EPM Registry" (into Shared Services Schema) to retreive the HFM servers ou Clusters.
    But I don't find any information, how to setup this part into ODI.
    Or may be, we need to setup "Regedit Keys" into Windows registry like previous HFM release ?
    If you have any news, please inform me

  • My ipod touch 2 no longer recognizes or syncs new playlists from my computer.  But it does takes the playlists from the ipod and syncs to the computer.  This is a reverse process - what am I doing wrong?  It always synced the correct way in the past.

    Why doesn't my ipod touch 2 recognize or sync new playlists from my computer?  It did in the past, but now the syncing process goes in reverse; the
    playlists on the ipod touch 2 sync to my computer!

    Was the iPod previous synced to another iTunes library/computer?
    Have you successfully synced from this iTunes library/computer before?
    If so have you done anything like update iTunes on the computer since it last successfully synced?
    Do the songs play in iTunes?          
    Does any media now sync to the iPod?
    Do you have the right boxes checked to sync?
    iTunes: Syncing media content to iOS devices and iPod       
    Try syncing using the manual method                
    Managing content manually on iPhone, iPad, and iPod
    - Backup and then restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • Internal Order Settled to AUC reverse process

    Dear Gurus,
    I had a hard time to think how to do the processes over and over again.
    The current process is:
    Every month the internal order (investment and real order)  will collect the expense on AUC and settle to the AUC.
    At the end of year, the AUC will be settled to Fix Asset by internal order settlement rules.
    Now what if the settled expense was not correct. For example, in 2009, I created the IO and settled the IO to AUC in several months. But in 2010, I found the expense in IO shall not be settled to AUC, the expense was only the overheads. ( The AUC was not settled to Fix Assets). Just like I wanna reverse the settlement in 2009.
    So it would be like this in a flow chart.
    IO-> AUC->FX
    Now I need to do this:
    AUC->IO->GL
    For IO->GL, I have figured out that I can change the settlement rule profile and make the GL account allowed.
    But for AUC->IO , I have no idea and almost burn my brain on it.
    Could you please help to throw light ?
    Emma

    Hi,
    I tried 2 write offs, please help to see whether I am doing right. Thank you!
    I tried to reverse the document but it was not allowed.
    I am thinking to post a document like the following:
    1. Doc in 2009
    50 8910000000 settlement AUC             2,964,800.00-        Order:C1BIC83002
    70 3270600041 000327000032 0000    2,964,800.00
    2. What I want to post:
    40 8910000000 settlement AUC         2,964,800.00      C1BIC83002
    75 3270600041 000327000032 0000    2,964,800.00-
    But it gave me an error when I enter the asset number.
    Asset is investment measure, transaction type not allowed
    Message no. AK005
    Diagnosis
    Asset   that is to be posted is an investment measure. You are not allowed to post transactions that affect acquisition value using the current transaction.
    Procedure
    Check the asset and transaction type 160.
    I am not sure which transaction type is correct.
    Emma.

  • Reversal Process For Imported Procure to Pay Cycle

    Dear Friends,
    Whats the procedure to reverse imported purchase process with custom duty involvement.I am facing issues while reversing part-1 of excise register
    Regards
    Vivek
    Edited by: Supergene on Dec 29, 2009 2:58 PM

    Hi,
    What is Stock PO means??
    1. I have to create PR/PO without account assignement catagory ??
    2. Material should be stock item or not ? if stock item is mandatory where i need to check for stock item MARD table??
    First basic thing when we used account assignment category K ,then its consumption of material and it is decide in t-code OME9
    Stock material nothing but when you Procure material it will hit in stock and not direct consumption like cost center
    1. I have to create PR/PO without account assignment category ??
    for stock material then later it will issue to production for consumption with help of cost center in 201 movement type
    2. Material should be stock item or not ? if stock item is mandatory where i need to check for stock item MARD table??{code
    of Material type in OMS2 qty update tick is there for you material and plant combination and no  account assignment category in PO
    cycle will be
    PR-PO-MIGO-MIRO-Payement
    Regards
    Kailas Ugale

  • Reversal process of return excise document

    Dear all,
    My user has created and posted a return excise invoice.
    On posting it has created an excise invoice number and an accounting number.
    Now it is noticed that while processing the return excise he had manually inputed some wrong values manually.
    So he cancelled the internal document number through J1IS.
    But the return excise invoice is not reversed.
    So can anyone let me know in details how to reverse the return excise so that he can create another return excise invoice???
    Its urgent so please help.
    Regards,
    Indranil

    Hi,
    in ECC6.0 Excise Invoice created in j1is is reversed / cancelled in J1IS only ( Shift+f6) , ask your FI consultant to check the Acc Document entry once is canceled / reversed thru J1IS.
    Rgds,
    Vikas

Maybe you are looking for