Error IsICP attribute load metadata

Dear Experts,
I have the following error message while loading metadata :
Data:: Scenario::BUDGET Year::2014 has 1 record of Changed::[ ENTITY::Entity1::IsICP : Y -> N ]
Data:: Scenario::BUDGET Year::2014 has 1 record of Changed::[ ENTITY::Entity2::IsICP : Y -> N ]
I changed IsICP attribute from Y to N. Could you please tell me what action should I perform to correct this issue?
Thanks for your help,
Benoit

The account you changed from IsICP Y to N has data/journals in it stored on an ICP member other than [ICP None]. By changing that account to IsICP N you would make that data /journal invalid so it is giving you that error. You need to find the data/journal in that account that is stored in an ICP member other than [ICP None] and delete it (maybe move it to [ICP None]. This error message can also be related to journals that aren't yet posted though if that was the case it wouldn't specify a scenario and year like it does in your error message.

Similar Messages

  • Error 800456C8 while loading metadata

    Hi!
    We have tried to update metadata through a .txt file. It's just to update some accounts or entities (not all metadata). But when we tried to load it, we receive the following error: 800456C8 (There is not a top member specified for account hierarchy). The file is shown below. Is there anything we have missed? Please, advice!
    Thank you!
    !FILE_FORMAT=9.30
    !VERSION=9.3.1502
    !MEMBERS=Entity
    !HIERARCHIES=Entity
    !MEMBERS=Account
    1030018276; ASSET; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=103001; English=BCODAVIVIENDA
    1030018304; ASSET; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=103001; English=BANCOPRODUBANCO
    1030018305; ASSET; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=103001; English=FICOHSABANK
    1440020033; ASSET; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=144002; English=VARIANCECOSTELEMENTSAFFILIATES
    1440020133; ASSET; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=144002; English=COSTELEMENTSAFFILIATESSTD
    1440020134; ASSET; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=144002; English=ACTUALCOSTELEMENTSAFFILIATES
    2820020048; LIABILITY; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=ISRDIF; English=DEFERREDINCOMETAXESPAYABLE
    500501STD; EXPENSE; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=500501; English=STANDARDCOSTFCSTD
    500501VAR; EXPENSE; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=500501; English=STANDARDCOSTFCVAR
    620719; EXPENSE; N; Y; N; ; ALL; ALL; ALL; ; 0; N; Y; Y; Y; Y; ; ; ; ; ; ; N; ; 1; DefaultParent=GV_OTHER; English=COMUNICATIONS
    !HIERARCHIES=Account
    103001; 1030018276
    103001; 1030018304
    103001; 1030018305
    144002; 1440020033
    144002; 1440020133
    144002; 1440020134
    ISRDIF; 2820020048
    500501; 500501STD
    500501STD; 5005010005
    500501STD; 5005010006
    500501STD; 5005010007
    500501STD; 5005010012
    500501STD; 5005010017
    500501STD; 5005010028
    500501STD; 5005010031
    500501STD; 5005010032
    500501STD; 5005010033
    500501STD; 5005010034
    500501STD; 5005010035
    500501STD; 5005010100
    500501STD; 5005010101
    500501STD; 5005010102
    500501; 500501VAR
    500501VAR; 5005010026
    GV_OTHER; 620719

    In the hierarchies section, at least one account needs to be attached at the root level. It would appear as a member name preceded only by a semicolon:
    ;AccountMemberName
    In this example, there is no parent to AccountMemberName -- it is simply a root member.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unable to Load Metadata (Error in shared.context.ContextLoader in startup)

    Hi,
    I am currently installing fixes on an environment, and every time a patch was installed the application server starts up. The application starts up successfully until I installed 8424662. I still don't know if this is the patch that causes the error, but here's the part of the log that states the error:
    - 2010-03-29 07:31:12,030 [Thread-1] ERROR (shared.context.ContextLoader) Unable to load metadata for package com.splwg.base.domain.common.masterConfiguration
    java.lang.NullPointerException
         at java.io.Reader.<init>(Reader.java:61)
         at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
         at com.splwg.shared.context.PackageMetaInfoLoader.getManagedObjectDataAndExtractHashInfo(PackageMetaInfoLoader.java:53)
         at com.splwg.shared.context.PackageMetaInfoLoader.getContextEntities(PackageMetaInfoLoader.java:48)
         at com.splwg.shared.context.PackageMetaInfoLoader.read(PackageMetaInfoLoader.java:44)
         at com.splwg.shared.context.ContextLoader.loadFromStream(ContextLoader.java:90)
         at com.splwg.shared.environ.ContextManagedObjectSet.loadFromStream(ContextManagedObjectSet.java:120)
         at com.splwg.shared.environ.ContextManagedObjectSet.loadFromStream(ContextManagedObjectSet.java:107)
         at com.splwg.shared.environ.ContextManagedObjectSet.loadAllContextManagedObjects(ContextManagedObjectSet.java:72)
         at com.splwg.base.support.context.ContextFactory.loadManagedObjectForApplication(ContextFactory.java:194)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:106)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:90)
         at com.splwg.base.support.context.ContextFactory.createDefaultContext(ContextFactory.java:498)
         at com.splwg.base.web.startup.DeferredXAIStartup.run(DeferredXAIStartup.java:73)
         at java.lang.Thread.run(Thread.java:595)
    - 2010-03-29 07:31:14,873 [main] INFO (web.startup.SPLWebStartup) Application Context shutdown successfully
    Any help on this problem is greatly appreciated. Thank you so much!

    Patch 8424662 incorporates an entry in contextManagedObjects.xml that points to a class com.splwg.base.domain.common.masterConfiguration but this class is not yet present in spl-base.jar file. Patch 8711158 should be installed, since it contains this class.

  • Error while loading metadata in HPCM application using Import Staging table

    Hello All,
    I was loading metadata in HPCM using Import Staging table. I successfully uploaded Driver Definition metadata.
    However while loading "Driver Exception" metadata, I am not able to load it successfully. I have checked the HPCM logs but found nothing. I then checked the "Import Exception" table and found the following error message.
    ERROR_POPULATED_DIM_COLUMNS_DO_NOT_MATCH_STAGE_DEFINITIONCan anyone please help me with this.
    Regards,
    -SM

    It is a bug and there is a patch available.
    Oracle Support - "Bug 12905298 : INTERFACE FAILS TO INTEGRATE ON STEP "LOAD DATA INTO PLANNING"
    Patch = 12905298: INTERFACE FAILS TO INTEGRATE ON STEP "LOAD DATA INTO PLANNING"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Bex Report Designer: Error while loading metadata

    hi experts,
    I am working with BI7 Bex Report Designer and we are using SP9. when i tried to load the Query in Report Designer its giving below error.
    Error while loading metadata.
    Check the Query and portal settings.(but the query is working fine in Analyzer).
    and its giving message class RSBOLAP, message number 018 and Description is java system error: incoming call is not authorized.
    when i double click the error its giving below error details.
    Diagnosis
    An error occurred in the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    Start the Visual Administrator, log on to the SAP J2EE Engine and choose "<J2EE_SID>" ->"Server" -> "Services" -> "Log Viewer".
    The file "defaultTrace.trc" includes detailed information about the error that occurred. In Windows, you can find this file in the Log Viewer under "Cluster <computer name>" -> "Server <server number>" -> "<drive>:\usr\sap\<SID>\JC<INSTANCE>\j2ee\cluster\server<NUMBER>\log". ". In Unix, the file is located under "/usr/sap/<SID>/JC<INSTANCE>/j2ee/cluster/server<NUMBER>/log".
    If the file does not include enough detail about the error, you can increase the log level to obtain more information. To do this, choose "<J2EE_SID>" -> "Server" -> "Services" -> "Log Configurator". On the "Locations" tab page, choose "com" -> "sap" -> "ip" -> "bi" -> "webapplications". Using the selection list on the right side of the screen, you can increase the log level, whereby "DEBUG" represents the log level with the most information. You can save your settings by choosing the "Save" icon. The change to the log level is active immediately. Once you have successfully analyzed the error, you should set the log level back to its default value using the appropriate pushbutton; continuous writing to the log file negatively affects the overall performance of the system.
    could you plz suggest me how to rectify the problem.
    regards
    vadlamudi

    Hi vadlamudi
    The error message RSBOLAP 018 means, that the ABAP stack can't communicate with the Java Stack.
    1) Please ensure, that the user, used for the Report Designer, is valid in the Portal too. Depending on the user management setup this means that there either needs to be the same user or an assigned user in the Portal.
    2) In case the user is valid, it means a basic misconfiguration according to note 937697. In this case please run the Support Desk Tool and ensure, that all checks are green. Please ensure, that the latest version of the Support Desk Tool is used.
    Regards,
    Janine

  • Error while clicking on Load Metadata in DMW from InForm

    Hi Team,
    We are getting the below error, whenever we try to load metadata from InForm in DMW.
    2014/11/06-23:29:56-EST [36F0B7F8][CDR_RTREPOS.CDR_RTREPOS] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - while executing statement  statement:"begin CDR_W2D5_CE7391_1.PLSQL_UTIL_PROG_PKG.PROCESSPLSQLUTILJOB ; end;"  caught:java.sql.SQLException: ORA-20200: *** ERROR: get_study_det:Getting model details for 52503001 - ORA-20200: *** ERROR: extendedMetadata: - User-Defined Exception
    ORA-06512: at "APPS.CDR_ATK_UTILS", line 866
    ORA-06512: at "APPS.DME_INFORM_MODEL", line 4087
    ORA-06512: at "APPS.CDR_EXE_RUNTIME", line 10587
    ORA-06512: at "CDR_W2D5_CE7391_1.PLSQL_UTIL_PROG_PKG", line 4
    ORA-06512: at line 1
            at oracle.apps.cdr.dbserver.exec.server.CdrOperator.execute(CdrOperator.java:287)
            at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:43)
            at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:70)
            at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
            at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
            at java.lang.Thread.run(Thread.java:637)
    Caused by: oracle.apps.cdr.dbserver.exec.server.CdrOperatorException: while executing statement  statement:"begin CDR_W2D5_CE7391_1.PLSQL_UTIL_PROG_PKG.PROCESSPLSQLUTILJOB ; end;"  caught:java.sql.SQLException: ORA-20200: *** ERROR: get_study_det:Getting model details for 52503001 - ORA-20200: *** ERROR: extendedMetadata: - User-Defined Exception
    Steps Followed:
         1. Select the <InformData_InFormTest_Study> from the left pane and Click on the
              [Inform Configuration] Tab from the Right pane.
         2. Specify the InForm Connector details:
              - Remote Location
              - Remote Study Account Name
             - InForm Lifecycle
             - Webservice Location 
             - InForm URL
         3. Click Load Metadata.
    LSH Version : 2.4.2
    DMW Version : 2.4.2
    Database Version : 11.2.0.4
    EBS Version : 12.1.3
    OS : OEL 6
    Also one more finding is that, whenever the Metadata Load program runs, the password of DMW_RO_ACCESS user, used in Remote Location, gets changed.
    Can someone please help us out.

    You need to check whether this function(PunchoutSiteInfoVOImpl.initQuery(Ljava/lang/Integer;)) exist in this class file or not.
    Simply decompile PunchoutSiteInfoVOImpl class , check initQuery function exist with parameter Integer.
    Thanks

  • Error Loading Metadata while creating KPIs in SSAS

    Hi,
    i have created a cube for my local database. On opening the cube in the SSAS solution when i clicked on the calculations tab (and subsequently in the other tabs - KPI, Actions etc ) i get an error "error loading metadata: Either the user, DOMAIN\UserName, does not have access to the analysis services, or the database does not exist" in the metadata tab of the calculation window...
    I am using SQL Server 2005 SP2 with Windows Server 2003 on a 32-bit machine and currently connected as the admin on the box.
    I tried running the sample SSAS solution (SSAS samples from program files ) just to verify if there is some problem in my solution parameters but the error persists.
    All my sql server 2005 services are up and running (with the exception of SQL Active Directory helper and SSRS which i dont need!!!)
    Any help is appreciated ...
    Thanks
    Dev

    hi jwelch,
    yes the database i have used as the data source in SSAS is deployed on my local database engine and so is adventureworksDW (i am sorry, being new to SSAS, just to confirm if thats what you meant by the database deployment here or are you referring to some separate deployment for the Analysis Service)
    I have not defined any roles for the database and i am running the BIDS as a system admin.
    Thanks
    Dev

  • ODI Error when trying to Load Metadata into Essbase

    Hi - I get the following error when I try to Load Metadata into Essbase.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(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)
         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._pyx1.f$0(<string>:23)
         at org.python.pycode._pyx1.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.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2375)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1616)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1581)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:69)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: com.essbase.api.base.EssException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainBuildDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essMainBuildDimension(Unknown Source)
         at com.essbase.api.datasource.EssCube.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.wrapper.EssbaseApplication.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(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)
         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._pyx1.f$0(<string>:23)
         at org.python.pycode._pyx1.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.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         ... 1 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2375)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1616)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1581)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:69)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Any help on this greatly appreciated.
    Thanks
    Sundeep

    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
    Does the folder D:\Hyperion\HYPERION_ODI_FILES\MGD exist
    Is there a lock on the SCEN.err file if it exists, can you delete it
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error Loading Metadata

    Hi all,
    I'm using HFM 11.1.1. While Loading Metadata in HFM client, i'm facing following error message.
    "This is a BPMA application. This functionality done through BPMA"
    Can anyone give suggestion to resolve this issue.

    You will not see the phrase "classic" application anywhere in the user interface, though you will see it in the product documentation. "Classic" simply describes an application created using the pre-version 9.3.1 mode where you created an application profile and metadata file using the Win32 interface. This generates either an *.app or *.xml file which you can load directly into the application either through the web or Win32 interface.
    "EPMA" is a term introduced with the EPM Architect module in version 9.3.1 (and really improved with the 11.1.1 and 11.1.2 releases) which allows the application to be created in the EPMA web interface only, and also create and manage metadata there as well. The module does allow for an externaly created metadata file to be loaded (*.ads format) but only into the dimension library and not directly into the HFM application. Once the metadata exists in the dimension library, you "deploy" it into the HFM application, and so it is an indirect rather than direct load.
    Product functionality allows for a "classic" application to be created and then upgraded/converted to an EPMA application. You can do this if you want to start in "classic mode" or if you want to convert a previously existing application up to EPMA. Once you convert an application to EPMA mode, you cannot convert back to classic mode. You can have a mix of EPMA and classic applications in an environment. The EPMA applications will show up in the application library but the classic ones will not.
    You can learn more in the HFM Administrator's Guide, under "Managing Applications", and by also reading Oracle Hyperion Enterprise Performance Management Architect Administrator’s Guide.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error loading metadata for MBO

    Hi,
    I´ve migrated MAM 3.0 from Mobile 7.0 to 7.1 and I´m facing a strange problem.
    I´m testing MAM 3.0 for Handheld version on mobile devices and laptop. When I create a notification in MAM testing in a laptop and synchronize MI Client, it works perfectly, while that, when i create a notification in MAM in a mobile device and sync, i get the error:
    "error loading metadata for MBO"
    Checking in jscpout, i can see:
    Sync.jsp -- sequence 27 -- syncReplyReceived -- error MAM30_010
    The scenario is the same for both tests. Has anyone idea to solve it?
    Thanks.
    Bruno

    Hi,
    We´ve solved the issue. We are using MI 7.1 SP08 and after apply the composite notes for SP08, the problem is solved.
    Thanks.

  • Problem loading metadata from ODI to HFM ( Error code: 0x80040154 [Class...

    Hi Experts
    I have an issue when I load metadata via ODI to HFM. I get this message:
    Error code: 0x80040154 [Class not registered
    com.hyperion.odi.common.ODIHAppException: Metadata load failed. Error code: 0x80040154 [Class not registered
    After some search on the net I see that this is due to a patch which is already been installed(ODI 10.1.3.5.5). The HFMDriver.dll is renamed as HFMDriver32.dll and HFMDriver64.dll rename as HFMDriver.dll.
    Patch 9377717: ORACLE DATA INTEGRATOR 10.1.3.6.0 PATCH
    1. I have reversed the HFM application TestApp into target for ODI and everything seems fine in the operator
    2. I have created a simple source flat file for the Account dimension
    3. I have created an interface to the Account dim. and verified the mapping with no errors
    4. The process stops when trying to Load the Metadata to HFM(Step 5 / of 7)
    5. When I search the log I see the Error code: 0x80040154 [Class not registered]
    Does anyone have any idea why the interface does not load the metadata?
    Brs
    Inge Andre
    Edited by: 819836 on Apr 14, 2011 12:49 PM

    This instructions given us by the support have fixed the problem on the first topic.
    1. Unregister the adapter by opening the command prompt and changing the path to
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ RegSvcs.exe /u C:\Hyperion\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmAdapterCOMadmin\fdmAdapterCOMadmin.dll
    and:
    RegSvcs.exe /u C:\Hyperion\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmFM11xG5C\fdmFM11xG5C.dll
    Please verify the correct path to the dll's before proceeding
    2. Re-register the adapter using the 64 bit version of RegSvcs, C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\RegSvcs.exe <PathToDLL> i.e. ..\Hyperion\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmFM11xG5C\fdmFM11xG5C.dll
    N.B. Do not re-register the ComAdmin.dll because that is not a 64 bit component.
    4. Open the FDM workbench and configure the adapter by right clicking the adapter -> Configure and re-entering the username and password.
    Regards.

  • Load Metadata Error

    Hi All,
    I am a newcomer. I am not able to see the 'Load Metadata' option under load tasks in HFM. What could be the problem?
    Also, How do I integrate the FDM app with the HFM app. Like I logged on to FDM, than went to integration settings and typed in the HFM app name, not working. Do I need to load metadata for this?
    Thanks

    Hi,
    thanks for your response. The error I am getting while loading security is either the security class does not exist or the role is not defined or some other (can't recall).
    1. I have provisioned the users with roles with respect to this application.
    2. Than I have assigned the security class. This can be done through shared services as well. (instead of loading the security file).
    I can't resolve this problem. And I have askes this in other threads as well. Load metadata appears in project view but not browser view. what does this mean?
    Thanks

  • DRM Error: 3305[ServerConnectionFailed]  and Error loading metadata file:Error #2048

    I am using the sample player in Adobe Access 4_0 SDK to play the encrypted video on FMS 5.0.
    1) When trying to play the " http://.../vod/WorldCup.mp4"  file and get the error "DRM Error: 3305[ServerConnectionFailed]  Load http://.../vod/WorldCup.mp4 "
    2) switch TVP mode. try to "Load DRM Metadata" and get the log " Error loading metadata file: Get URL:http://.../vod/WorldCup.mp4.metadata:Error #2048"

    I am using the sample player in Adobe Access 4_0 SDK to play the encrypted video on FMS 5.0.
    1) When trying to play the " http://.../vod/WorldCup.mp4"  file and get the error "DRM Error: 3305[ServerConnectionFailed]  Load http://.../vod/WorldCup.mp4 "
    2) switch TVP mode. try to "Load DRM Metadata" and get the log " Error loading metadata file: Get URL:http://.../vod/WorldCup.mp4.metadata:Error #2048"

  • Error: Failed to load Main-Class manifest attribute from HelloWorld.jar

    Hi,
    I got a file call HelloWorld.java and a file call mainClass which contain one line ==>
    Main-Class: HelloWorld
    Then I run the command:
    jar cmf mainClass HelloWorld.jar HelloWorld.class
    java -jar HelloWorld.jarAnd I got the following error:
    =======================================
    Failed to load Main-Class manifest attribute from
    HelloWorld.jar
    =======================================
    Why is that? I follow the instruction from the sun website, but still not working... can anybody help??
    Thanks

    For whatever reason the last line of the Manifest file is always ignored. So if your Main-Class is the first AND last line it is being ignored. Solution, make sure you have at least one or more blank lines after the Main-Class line.

  • Error when loading metadata into Custom Dimension(Planning)

    Hi all,
    We are using text files to load metadata into Hyperion Planning. This works fine for standard dimensions. But it doesn't seem to work well for custom dimensions.
    I have reversed the model for the custom dimension, and also set the staging area as different from target.
    Error:
    com.hyperion.planning.InvalidMemberException: The member <membername> does not exist or you do not have access to it.
    How does ODI realize a custom dimension load(as opposed to a standard dimension load)?
    Thanks.

    Hi,
    Please try this
    1. Go to Designer and select the Interface
    2. Go to Flow tab
    3. Select your target
    4. Go to target properties windows
    5. Now you can find option called "LOAD_ORDER_BY_INPUT" and "SORT_PARENT_CHILE"
    6. Please select the different values "YES" or "NO" and try to load the values.
    Thanks and Regards,
    Vikram.

Maybe you are looking for

  • OBIEE 10g - Unable to see data in the report view with grand total applied

    Hi, We're facing with a strange issue. We're working on a report view. We're able to see data when Grand total is not applied on the report. The moment Grand Total is applied, it's showing either an empty table with NULL values or "No Results" page.

  • Accounting status not "documents posted" trip can't be changed

    Hi Experts, Can you please help me on this issue ? please provide your valuable inputs ? when user is trying to create an expense report from travel plan, getting error message , Accounting status not ' documents posted ' trip can't be changed. Thank

  • Screen spanning doctor won't work

    I am using an extra monitor with my iMac and have had success with screen spanning doctor in the past. Now without reason, it won't work. I've tried resetting the PRAM to no avail. Any ideas?

  • Iphone stuck on connect to itunes

    my laptop wont recognise my iphone and its stuck on connect to itunes screen i want to cry! please help

  • Doubts in entering Challan details thorough text file....

    Hi Experts... When im trying to put the data in excel sheet which it has to be imported in f16 ,here im confused with the payroll period. The paydate and the date of deduction are showing as 20070526.For this period what is the payroll period. Which