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/

Similar Messages

  • Jython and Odi Error with Colon...

    Hi there's somthing weird with ODI and jithon..
    i create a procedure
    with jython techology .. i dont't know why .. my principal purpose y to make a connection to the BD..
    but it fails
    i'm testing with easy code .. and the same..
    the code is this ..
    s = 'Hello World %d'
    for i in range(4):
    j = i * 2
    print s % j
    and also probe with this one ...
    if fav == “mundogeek.net”:
    print “Tienes buen gusto!”
    print “Gracias”
    i always get the same error:.....
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('invalid syntax', ('<string>', 3, 1, 'j = i * 2'))
         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.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.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)
    I make a debug ... and the intructions without ":"... are correct..!!! for example.. i cant use if():.. while(): .. def func: because they use ":".... I'm desesperating...
    somebody of u Knows how to solve this issue ? ...
    Thanks !!!

    This is really jython issue and there are suitable forums in internet that should address this issue. Your first code should be:
    s = 'Hello World %d'
    for i in range(4):
         j = i * 2
    print s % j
    You missed the tab indentation under for block and forgot to close the for loop with a new line. The second code block should be:
    if fav == “mundogeek.net”:
         print “Tienes buen gusto!”
    print “Gracias”
    The variable "fav" must be declared before hand.
    More edit -> OTN forum is eating the tabs that I provided. Third line in first block and 2nd line in 2nd code block should start with a tab.
    Edited by: siddhartha@eastcoast on Apr 27, 2010 3:04 PM

  • ODI error with OBI APPs7.9.5.2 help me plzzzzzzz

    Dear All,
    I installed the OBI Apps7.9.5.2 and when I installed The ODI and when I want to execute this commands
    agentservice –i –s WORKFLOW 20910
    agentservice –i –a INTERFACE 20911
    it says that JDK must be required instead of jre .
    How I can solve this issue PLzzzzzzzzzzzzzzz,
    Thanks in Advance ,
    Zaki

    hi Zaki,
    Can you please post the ODI related stuff at ODI forum or search the error message in the odi forum
    Data Integrator
    Thanks,
    Saichand Varanasi

  • Error with HFM Smartview ***** Urgent***

    Hi All,
    Once of the the user is trying open the Excel report send by another user by email,and he is getting the error "" One or More invalid names were detected in this workbook. Those invalid names have been changed to #ref!""
    we are experiencing this issue after we upgrade the MS office to 2010.
    Appreciate your quick response.
    Best
    Edited by: user13483952 on Apr 24, 2012 1:23 AM

    Hi,
    What is the version of Smartview?
    Is the office 2010 32 bit or 64 bit?
    Are you connecting to HFM application or Essbase?
    And does this happen only for the particular user?
    Thank you,
    Charles Babu J

  • 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

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

  • ODI Error Unable to load data

    Hi Frnds,
    I'm New to ODI tech. i need your assistance in resolving the following issue:
    My source has - 6 rows of data
    My target has - no rows.
    both source and target are oracle, and i used Ikm: sql to oracle and IKM: sql control append and oracle incremental update
    but still it was unable to load the data.
    In the operator window, i was able to view that data have been loaded. - in step 3.
    But in step 6 - integration - insert new rows showing error.
    The Return code of error : 4098
    Message: ora-04098: trigger is invalid and failed revalidation.
    Even, when i tried using toad to enter the data into target database manually by writing query. It was showing same error for me.
    Is the issue is with ODI or with Oracle database ?
    Is there any method to resolve the issue ? How do we handle triggers in ODI ?
    Thanks in advance,
    Raj.

    Nobody would know the answer to your question.
    Yes you can drop the trigger. You can also drop the table too. And there will be no need to create an interface or move data.
    Sorry, I am being sarcastic here.
    We will not know if that trigger is needed or not. Maybe it belongs to an ERP app that is maintaining some business rules or its an OBIEE staging area and needs trigger to validate data. Who knows.
    You should ask your administrator as to why the trigger is invalid. What is the use of the trigger. Try to find out the source of the problem.
    You should not simply drop the trigger.

  • ORA-12154 Connection error from HFM to Oracle Database

    Hi,
    I am trying to configure Hyperion HFM but can write to HFM database.
    The implementation architecture:
    Hyperion 11.1.2.2 (with all the requiered patches for HFM, FDM, Shared Services, Workspace and Oracle Application Development)
    Server 1:
    Windows Server 2008 x64
    Installed products: Foundation (EPMA, CalcManager), BI, HFM web components and ADM driver
    Configured products: Foundation(EPMA, CalcManager), BI.
    Database Client: 11gR2 x64
    Server 2:
    Windows Server 2008 x64
    Installed products: HFM, FDQM
    Configured Products: FDQM, HFM
    Database Client: 11gR2 x32, 11gR2 x64 (x32 version installed first)
    Server 3:
    Database: Oracle 11.2.0.2
    All the products from server 1 are working fine, FDQM (server 2) is also working fine, but, when I try to do any action related with HFM database the system fails.
    I have tested the connection is these scenarios:
    1. SQLdeveloper: successfull!, I can create tables, views, etc. Double checking the user privileges it has all the required.
    2. tnsping: successfull!
    3. HFMApplicationCopy utility: Successfull using UDL file and writing the connection parameters.
    4. EPM System Configurator: the configurator successfully validates the database connection information, but does not create the tables on the database. No errors in the configtool log.
    5. EPM Diagnostic Tool: fails with this error message:
    ------------STARTING VALIDATION SCRIPTS----------
    LOGGING IN HFM....
    CREATING APPLICATION....
    ERROR: Unable to CreateApplicationCAS
    Number (dec) : -2147215936
    Number (hex) : &H800415C0
    Description  : <?xml version="1.0"?>
    +<EStr><Ref>{DC34A1FD-EE02-4BA6-86C6-6AEB8EF5E5A3}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.300.3774</Ver><DStr>ORA-12154: TNS:could not resolve the connect identifier specified</DStr></ESec><ESec><Num>-2147215616</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxSQLConnectionPool.cpp</File><Line>585</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServerImpl.cpp</File><Line>8792</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServer.cpp</File><Line>90</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>1356</Line><Ver>11.1.2.2.300.3774</Ver><PSec><Param><server_name></Param></PSec></ESec><ESec><Num>-2147215936</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>936</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>4096</Line><Ver>11.1.2.2.300.3774</Ver></ESec></EStr>+
    Source       : Hyperion.HFMErrorHandler.1
    ERROR: while Application created
    7. HFM Classic application creation: fails with the following error:
    Error*11*<user_name+>*10/19/2012 08:30:52*CHsxServer.cpp*Line 90*<?xml version="1.0"?>+
    +<EStr><Ref>{DC34A1FD-EE02-4BA6-86C6-6AEB8EF5E5A3}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.300.3774</Ver><DStr>ORA-12154: TNS:could not resolve the connect identifier specified</DStr></ESec><ESec><Num>-2147215616</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxSQLConnectionPool.cpp</File><Line>585</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServerImpl.cpp</File><Line>8792</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServer.cpp</File><Line>90</Line><Ver>11.1.2.2.300.3774</Ver></ESec></EStr>+
    8. EPMA Application deployment: fails with same message.
    Please help me with some insights on this problem, I have tried everything but nothing works.
    Regards
    Edited by: Otein on 19-oct-2012 14:04

    Hi,
    I Have solved one of my problems, the one that keep HFM from connecting to the Oracle database.
    I just change the TNSNAMES.ORA, like this:
    Initial tnsnames.ora
    PRUEBA.WORLD=
    +(DESCRIPTION_LIST =+
    +(DESCRIPTION =+
    +(LOAD_BALANACE = ON)+
    +(FAILOVER = ON)+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = <server_name>)(PORT = <port>))+
    +)+
    +(CONNECT_DATA =+
    +(SERVICE_NAME = <service_name>)+
    +)+
    +)+
    +)+
    Modified tnsnames.ora
    PRUEBA.WORLD=
    +(DESCRIPTION =+
    +(LOAD_BALANACE = ON)+
    +(FAILOVER = ON)+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = <server_name>)(PORT = <port>))+
    +)+
    +(CONNECT_DATA =+
    +(SERVICE_NAME = <service_name>)+
    +)+
    +)+
    I Just delete the line "+(DESCRIPTION_LIST =+" and its corresponding closing parenthesis, I did this cause in the configuration utility log I saw this line:
    +TNS parsing: Entry: DESCRIPTION_LIST [[Address: Protocol:(TCP) Host:(<server_name>) Port:(1521) SID:(<service_name>)]]+
    So, if the applications were trying to connect to connection descriptor DESCRIPTION_LIST, the driver could not recognize DESCRIPTION_LIST as a valid one.
    There is a lot going on behind the scenes when you work with Oracle Database as the repository, maybe there is some other way to address this issue, but it worked for me, hope it can help you too.

  • Two fixes for EPM 11.1.2.1 with HFM - Default lang. and OHS with HFM.

    FIX-1 – Change so all users get English in HFM.
    Tiered of wrong language in HFM? Don’t want to change browser defaults for all users?
    Now you can easily change so all users get English as default (won’t affect Workspace menu).
    Simple comment out the part below in file:
    *$HYPERION_HOME$\products\FinancialManagement\Web\HFM\Common\core.asp*
    +'If IsEmpty(sIdLang) Or Len(sIdLang) = 0 Then+
    +' ' Change HFM language based on user's browser language settings+
    +' ' Note that constants are not available yet+
    +' Dim strHTTP, strLANG, iStartingPoint+
    +' strHTTP = LCase(Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"))+
    +' If Len(strHTTP) Then+
    +' sIdLang = Application("HsvResourceManager").GetHFMLanguageIdFromU.......+
    +' End If+
    +'+
    +' If Len(strHTTP) Then+
    +' strPos = InStr(1, strHTTP, ",")+
    +' If strPos > 0 Then+
    +' m_strAcceptLanguage = Left(strHTTP, strPos - 1)+
    +' End If+
    +' End If+
    +'+
    +' If IsEmpty( sIdLang ) Then+
    +' sIdLang = Request.QueryString("Logon_LanguageId")+
    +' End If+
    +'+
    +' If IsEmpty( sIdLang ) Then+
    +' sIdLang = getCookie("Logon_LanguageId")+
    +' End If+
    +' End If+
    Remember to update core.asp after a future patch of HFM or the changes might come back.
    FIX-2 - SmartView or LCM problem with HFM using OHS.
    If you use Oracle HTTP Server (OHS) combined with HFM then check your OHS config so it is in order or you might get HTTP Error 404.
    The “hfm”-path should not be above “hfmofficeprovider” and “hfmlcmservice” or the OHS-“proxy_module” will trigger even if it shouldn't resulting in a HTTP 404 error.
    The order of ProxyPass should be as follows “hfmofficeprovider” --> “hfmlcmservice” --> “hfm”.
    *$ORACLE_HOME$\user_projects\<instance>\httpConfig\ohs\config\OHS\ohs_component\httpd.conf*
    ProxyPass /hfmofficeprovider <Part removed for internet publication>
    ProxyPassReverse /hfmofficeprovider <Part removed for internet publication>
    ProxyPreserveHost On
    ProxyPass /hfmlcmservice <Part removed for internet publication>
    ProxyPassReverse /hfmlcmservice <Part removed for internet publication>
    ProxyPreserveHost On
    ProxyPass /hfm <Part removed for internet publication>
    ProxyPassReverse /hfm <Part removed for internet publication>
    ProxyPreserveHost On
    Edited by: user9540993 on Dec 15, 2011 7:13 AM

    The error points to issues with the HSS registry tables/database.Check through the registry report that HSS/Foundation database is still pointing to the correct schema,just to rule out the possibility of HSS pointing to the new HFM schema by any chance.

  • Downloading and Installing EPM 11.1.2.1 foundation with HFM

    Hi Experts,
    I want to install the Hyperion EPM 11.1.2.1 on Windows 2003 (64 bit) foundation services with HFM. I downloaded the following
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2.1.0 for Microsoft Windows (64-bit) - V25495-01
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) All 7 parts
    Oracle Hyperion Financial Management, Fusion Edition Release 11.1.2.1.0 - V25476-01
    But once I am running installTools.cmd from the V25495-01, I am getting error base core assemblies folder missing. Please help how to merge or create the install image for this installation. If I am missing some Software/Binaries , please let me know the part number to download.
    Appreciate all the help.
    Shashi

    Please download the additional contenets file and unzip to same folder.
    Also, please make sure, your path to the install file does not have any space in it.

  • ODI error-maximum error threshold

    Hi John,
    Got an other error with ODI.
    I have created an interface to push Plan1 data from SQL to essbase. When i executed it i am getting the following error
    Error records maximum threshold:1
    The log shows the following
    cannot end dataloaad. Analytic Server Error(1003014): Unknown Member [] in dataload
    The previous interface which i have developed for loading data has not shown this error. I have checked the options and both are similar. But now i am facing with this error. Please suggest

    Hi,
    If you have the error threshold set to 1 then the integration will abort when 1 error occurs, if you set it to 0 then it will keep continue to run even when it encounters errors.
    It also looks like you have a blank record for one of the columns in your source hence the reason you are getting Unknown Member [] in dataload.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 500 Internal Server Error at HFM work space,Urgent;;;;;

    Hi,
    Can any one give me solution for this.
    When I try to open Work space it is giving the error "500 Internal Server Error"
    And I am using Apache Tomcat.\
    Thanks in advance.

    Hi 807662 ,
    Hope this helps...
    Can you post the errors from the BI+ error log?
    You say that you can't log into the client applications? What client apps are you trying to log into?
    If Planning can you post the the errors from Planning? If HFM can you post the errors from HFM?
    Can you post the errors from the Event Viewer log on the server?
    -David
    Web server returns the message "Internal Server Error (HTTP 500)"
    DETAILS:
    This message usually indicates an error on the Web server. This message is too generic to provide the actual cause of the error, but a careful examination of the Web server logs, can provide clues which may point you in the right direction.
    There are a few of things you can infer from an "Internal Server Error" message.
    1. The web server is NOT down, i.e it is responding to an HTTP request, since the error is being generated and returned by the web server. Unlike a "Page cannot be displayed" error which is a default message generated by a browser if it cannot contact the web server. The "Internal server error" message is caused by the web server actually returning an HTTP 500 code.
    2. If all users are getting this error, its might indicate a problem with the web server itself, perhaps a lack of system resource, a system-wide failure, or a configuration or installation issue. If only one user gets the error, its probably just tied to the session of the user, and even may be specific to the current activity
    3. The root cause is the web server, and not the application server or database, even though its possible that an application server or database response might trigger an error on the web server. For example, SQL returning a large result set might cause an OutOfMemory condition on the web server. If the application server errors out, the PIA servlet traps it and returns a generic message saying "An error has occurred on the application server", it does not return an HTTP 500 error.
    The Internal Server Error message is generated by the web server, when the sub-process it called to process the browser's request, did not complete successfully. The sub-process may be a CGI program, ( Verity search in PeopleBooks for example), it may be another web server ( Apache proxying to WebLogic), or it may be a servlet (Weblogic HTTP handing off request to PIA). If the sub-process errors out, or returns an invalid error code, the web server will return an HTTP 500 error code to the browser.
    The key therefore in troubleshooting HTTP 500 errors is to find out what sub-process was invoked, and what was the error encountered by the sub-process. Start by checking the access log on the web server. It will have the URL with the GET or POST request, and the return code. Here
    Note though, that not all java exceptions translate to HTTP 500 errors, and not all HTTP 500 errors caused by servlets correspond to java errors. Sometimes a servlet may recover or ignore an exception and manage to return a valid response to the calling web server, mitigating an HTTP 500 code response to the browser.
    Some of the common causes of servlet failures are:
    - Invalid web server configuration ( these errors should be consistently reproducible)
    - Errors from the Application Server that are not captured and translated into a meaningful message for the user.
    - Network I/O errors while communicating with Application Server, or to a proxy plugin.
    - Out of memory conditions on the web server.
    - Problems with the Java runtime.
    - System errors, like running out of disk space, insufficient permissions, running out of threads, etc.
    - Errors in the servlet code itself. Example: NullPointerException
    - Invalid or corrupted Session information, perhaps caused by Proxies, Load Balancers, Timeouts.
    - Incorrect web server, JRE, OS patches and or versions.
    G'Luck,
    David
    Edited by: David Debish on Feb 4, 2011 3:12 PM
    Edited by: David Debish on Feb 4, 2011 5:09 PM

  • 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

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Odd Error with decode function in Order By Clause

    I am trying to compile a procedure and can't get around an error with a dynamic order by that doesn't make much sense to me. I can repoduce the error with a plain select statment in sql plus so I can rule out a declaration error. Here is an example with 2 numeric columns and a date column.
    select task_id, display_date, remark_id from task_list
    where task_id > 1000
    order by decode('Task_ID', 'Task_ID',Task_ID, 'Display_Date', Display_Date, 'Remark_ID',Remark_ID)
    returns the error:
    select task_id, display_date, remark_id from task_list
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected NUMBER got DATE
    I'm not sure why this error is occuring, because it doesn't even hit the Display_Date field in the Decode statment. If I take the Display_date out of the statement, it runs properly. If I change Display_Date to To_Char(Display_Date) it also runs fine, but the sorting is incorrect. Also I'm running 9.2, and do not want to use dynamic sql to build my query. Any Ideas out there as to the cause of this error?

    I did find a workaround to this issue by breaking the decode statment into three separate statement, but I still think that the way it is written above should work, and may be a bug, or an error that I don't understand fully.
    The Order by was rewritten like this:
    order by decode(pSort, 'Task_ID',Task_ID), decode(pSort, 'Display_Date', Display_Date),
    decode(pSort, 'Remark_ID',Remark_ID);
    Thanks

Maybe you are looking for

  • 4.1 Beats Audio in dv76163cl not working as advertised

    I recently purchased the multimedia dv7 6163cl with beats audio, 4 speakers and 1 subwoofer. From the point I purchased the computer, 3 weeks ago to now, the front two speakers have never worked. The sound clarity is great as is with the rear speaker

  • How to get the  page count in XML Publisher Report

    Hi Team, I am generating one xml report. I want to get the total Page count in XML publisher report. This page count is depends on the input Parameters at runtime. How to get this total page count on the runtime dynamically. Best Regards Sri

  • Forms like boarding passes,UPS labels print too small

    I have two HP OfficeJet 6400 series printers that I use with several computers, laptops and desktops. Even though I have the box checked to print to actual size in the Properties section, when I print forms like boarding passes and UPS labels, they o

  • Can't set fragment color manually

    Hi, I am running into a weird issue.  My fragment shader looks like this: void evaluateFragment()      fragmentColor = interpolatedColor; As basic as can be.  "interpolatedColor", in my case, are just the vertex colors.  I get a nice color gradient o

  • Time capsule erased my old backups?

    I have two macbook airs. On MBA1 I restored Lion from Mountain Lion, by going back before I installed the beta for Mountain Lion, and restoring. Then, on MBA2 I deleted a bootcamp partition. I then backed up both machines to Time Capsule. All data is