Error in Consolidation

Hi,
When consolidating an HFM app the values are being consolidated thru <Parent Total>, but are not passed to [Proportion], causing that the Parent Entity not be consolidated.
Anyone can help? Please?
Thanks

What are the HFM appsettings for Consolidation rules? if you set that to "Y", then you have to write your own rules. If you set this to "N" or "R", HFM will use its own default consolidation rules.
--Chris                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Error while consolidating. The operation could not be completed.

    Error while consolidating. The operation could not be completed. Cocoa error 13. (null)
    Got this when I was trying to consolidate some referenced photoshop files. If failed to create a new version as well when I tried to open the files in Photoshop. I rebuilt the the library and it displays and exports both masters and version just fine, but it won't let me consolidate the master to the library.
    What gives?

    I think that error was due to the fact that I hadn't upgraded MAC OSX after installing it. I have done that now and now I get another error saying the masters are offline.
    I found this old thread: https://discussions.apple.com/thread/1965601?start=0&tstart=0 which seems to be the same problem. This is a whole other topic so I will start a new thread, but leave this in case anyone gets the same problem as me. Upgrade your OSX. That's the solution :-)

  • Error while consolidating (The operation couldn't be completed. Permission denied)

    I have just bought a new MacBook and that has given me extra harddrive space, and now I am trying to consolidate some masters in Aperture, that I have on my Time Capsule. But I get this error:
    Error while consolidating (The operation couldn’t be completed. Permission denied)
    I can access my Time Capsule in Finder perfectly well. Can anyone help?

    I think that error was due to the fact that I hadn't upgraded MAC OSX after installing it. I have done that now and now I get another error saying the masters are offline.
    I found this old thread: https://discussions.apple.com/thread/1965601?start=0&tstart=0 which seems to be the same problem. This is a whole other topic so I will start a new thread, but leave this in case anyone gets the same problem as me. Upgrade your OSX. That's the solution :-)

  • Error opening Consolidation Administration/HFM App

    We are receiving the following error trying to open Consolidation Administration or any of our HFM apps that were previously working just fine.
    Any suggestions regarding the possible cause?  We did re-boot the HFM app servers, and have re-started foundation services on our EPM servers with no success.
    The following exception has occurred in DataControlFactoryImpl.createSession(): oracle.jbo.JboException with message: JBO-29000: Unexpected exception caught: oracle.adf.model.adapter.AdapterException, msg=DCA-29000: Unexpected exception caught: oracle.epm.fm.common.exception.HFMException, msg=Exception from HRESULT: 0x8004021A
    Thanks in advance for any help!
    -Ben

    Hi Folk, have you got any fix for this issue? I am getting the same one.
    Regards
    Gabriel

  • Error in consolidation logic

    Hey Experts
    I am running consolidation logic and getting the error as shown below:
    RUN_LOGIC:Member "A1" not exist
    Failed
    A1 is the member from Group dimension and I am converting USD to A1
    Any guess!

    Hi Amar,
    I hope your working with NW version of BPC.
    Here is teh Logic for Currency conversion...
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %N_CATEGORY_SET%
    CURRENCY = %RPTCURRENCY_SET%
    TID_RA = %TIME_SET%
    ENTITY=%N_ENTITY_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    here N_Category is our category set and N_Entity is our entity dimension..remaining are understandable..
    Your code is..
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = ACTUAL
    GROUP = %GROUPS_SET%
    TID_RA = %POSTINGPER_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    Where the Logic is missing the Currency dimension..for which you replaced with Group dimension..As of i understood system only understands the Currency in place of Group and Keep the set name asusal..Means..
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = ACTUAL
    CURRENCY= %GROUPS_SET%
    TID_RA = %POSTINGPER_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    and Missing the Entity dimension also..Please check all the Syntax correctly and try to execute...
    Hope it works..
    Regards,
    Naresh.K

  • V11 Errors in Consolidations (HFM) - Please Help!

    Hi, I'm hoping someone will be able to help.
    We have a HFM v11 Application, that we have migrated from v9.2.
    We seem to be getting 2 errors when we run consolidations, within the system messages. The consolidations seem to complete OK.
    This is the 1st.
    Error Code:{657DECA8-A7C6-4EE9-BAD8-B68105744A8B}
    System Message Summary
    Error executing VBScript Microsoft VBScript runtime error, Line 1665:Type mismatch: '[string: ""]'.
    System Message Details
    Error Reference Number: {657DECA8-A7C6-4EE9-BAD8-B68105744A8B}
    Num: 0x80042fc2;Type: 1;DTime: 24/01/2012 09:08:53;Svr: EUROPEVUK301;File: CHsvScriptEngine.cpp;Line: 392;Ver: 11.1.2.1.000.3082;
    Num: 0x80042fc2;Type: 0;DTime: 24/01/2012 09:08:53;Svr: EUROPEVUK301;File: CHsvDSCalculate.cpp;Line: 640;Ver: 11.1.2.1.000.3082;DStr: Microsoft VBScript runtime error, Line 1665;
    This is the second.
    Error Code:{CC0E1DF2-9310-464D-A967-1B2048B91AEB}
    System Message Summary
    An Unknown error has occurred
    System Message Details
    Error Reference Number: {CC0E1DF2-9310-464D-A967-1B2048B91AEB}
    Num: 0x80020101;Type: 0;DTime: 24/01/2012 09:08:53;Svr: EUROPEVUK301;File: CHsvVBScriptImpl.cpp;Line: 597;Ver: 11.1.2.1.000.3082;DStr: Executing Sub NoInput(); DISPID=10;
    In our previous 9.2 appliction, these errors didnt appear.
    Any help in deciphering these would be appreciated.
    Thanks & Regards,
    Buster

    ' All entries for a scenario should be NoInput for all years before the first scenario year
    sScenarioList = Hs.Scenario.List("", "[Base]")
    For Each sScenario in sScenarioList
       If sScenario *=* "ACTUAL" And sScenario *=* "TEST_ACTUAL" Then   *I assume you manually typed this and forget the = signs?*
          If FIRST_YEAR < FirstYr_of_Scenario(sScenario) Then
             For iYear = FIRST_YEAR to FirstYr_of_Scenario(sScenario) - 1
                 Hs.NoInput "S#" & sScenario & ".Y#" & iYear
             Next
           End If
        End If
    next--> For iYear = FIRST_YEAR to FirstYr_of_Scenario(sScenario) - 1
    You are attempting a numerical operation (i.e. -1) on a variant/string. vbscript will attempt to automatically convert the result of the call to FirstYr_of_Scenario to a numeric value; however, if it cannot convert it, you will get an error as described previously.
    I would check the function out as it is probably returning "" for some reason. (Write the output of that call to a log file or something)

  • CHARM Configuration Error - No Consolidation System

    Hi
    Im facing following errors in solution manager's CHARM.
    No consolidation system found for SSD-150 (project ZCHARM_GIL)
    No track for project ZCHARM_GIL with log. system SSD/150
    i have more queries.
    1.solar_project_admin > system Landscape>  systems i have following config
    Logical Component : SAP SOLUTION MANAGER
    Product: SAP SOLUTION MANAGER [Solution Manager ABAP Stack]
    Product Version : SAP SOLUTION MANAGER 7.0
    DEvelopment SYstem : SSD: 150 ( SSD is my solution manager SID)
    QAS : Blank
    PRD : Blank
    Do i need to maintain values GSD , GSQ , GSP (satelite system DEV, PRD, GSP)
    2. in my satelite system DOMAIN_GSD transport route
    System GSD - GSQ Transport Group - System GSQ
                 /GSQTRG
    System GSD : Transport Stratergy - Mass Transport Checked
              Transport Layer - ZGSD
    target group: /GSQTRGRP/ GSQ  200
                    GSQ  300
    System GSD : Transport Stratergy - Mass Transport Checked
              Transport Layer - NONE
    Transport Route : GSD - ZGSD/SAP - /GSQTRG - 300/200- GSQ
    Can i configure charm with above scenarion where transport groups have been defined

    Hi
    This error occurs if you dont define the client dependent tms route in satellite system.
    First visit this blog
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    then in spro change request management general settings....visit the img help for TMS settings of
    further
    TMS
    TMS Setup
    http://help.sap.com/saphelp_nw04/helpdata/en/14/c795388d62e450e10000009b38f889/frameset.htm
    more help
    http://wiki.sdn.sap.com/wiki/display/SM/ChangeRequestManagement
    Regards
    Prakhar

  • Error in consolidation in CMS

    Hi,
    We are trying to migrate a portal application and while trying to import in consolidation tab of CMS, we get the following error.
    Info:Starting Step Repository-import at 2007-11-06 13:18:02.0840 +1:00
    Info:Component:nwdi/xxxx
    Info:Version  :yyyyy.1
    Info:1. PR is of type TCSChangeRequest
    Fatal:Unexpected exception 'com/tssap/dtr/client/lib/deltavlib/xcm/IVersionSet.integrate(Lcom/tssap/dtr/client/lib/deltavlib/IWorkspace;Lcom/tssap/dtr/client/lib/deltavlib/xcm/EIntegrateOption;)[Lcom/tssap/dtr/client/lib/deltavlib/xcm/IIntegrateCollision;' occurred. Stopping processing.
    Fatal Throwable:java.lang.NoSuchMethodError: com/tssap/dtr/client/lib/deltavlib/xcm/IVersionSet.integrate(Lcom/tssap/dtr/client/lib/deltavlib/IWorkspace;Lcom/tssap/dtr/client/lib/deltavlib/xcm/EIntegrateOption;)[Lcom/tssap/dtr/client/lib/deltavlib/xcm/IIntegrateCollision;:com/tssap/dtr/client/lib/deltavlib/xcm/IVersionSet.integrate(Lcom/tssap/dtr/client/lib/deltavlib/IWorkspace;Lcom/tssap/dtr/client/lib/deltavlib/xcm/EIntegrateOption;)[Lcom/tssap/dtr/client/lib/deltavlib/xcm/IIntegrateCollision;
    java.lang.NoSuchMethodError: com/tssap/dtr/client/lib/deltavlib/xcm/IVersionSet.integrate(Lcom/tssap/dtr/client/lib/deltavlib/IWorkspace;Lcom/tssap/dtr/client/lib/deltavlib/xcm/EIntegrateOption;)[Lcom/tssap/dtr/client/lib/deltavlib/xcm/IIntegrateCollision;
         at com.sap.cms.tcs.client.DTRCommunicator.integrate(DTRCommunicator.java:560)
         at com.sap.cms.tcs.client.DTRCommunicator.integrateChangelist(DTRCommunicator.java:332)
         at com.sap.cms.tcs.core.RepositoryImportTask.processRepositoryImport(RepositoryImportTask.java:127)
         at com.sap.cms.tcs.core.RepositoryImportTask.process(RepositoryImportTask.java:500)
         at com.sap.cms.tcs.process.ProcessStep.processStep(ProcessStep.java:77)
         at com.sap.cms.tcs.process.ProcessStarter.process(ProcessStarter.java:179)
         at com.sap.cms.tcs.core.TCSManager.importPropagationRequests(TCSManager.java:376)
         at com.sap.cms.pcs.transport.importazione.ImportManager.importazione(ImportManager.java:216)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.execImport(ImportQueueHandler.java:585)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.startImport(ImportQueueHandler.java:101)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:583)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:559)
         at com.sap.cms.pcs.transport.proxy.LocalCmsTransportProxyLocalObjectImpl0.startImport(LocalCmsTransportProxyLocalObjectImpl0.java:1252)
         at com.sap.cms.ui.wl.Custom1.importQueue(Custom1.java:1278)
         at com.sap.cms.ui.wl.wdp.InternalCustom1.importQueue(InternalCustom1.java:2162)
         at com.sap.cms.ui.wl.Worklist.onActionImportQueue(Worklist.java:880)
         at com.sap.cms.ui.wl.wdp.InternalWorklist.wdInvokeEventHandler(InternalWorklist.java:2338)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Info:Step Repository-import ended with result 'fatal error' ,stopping execution at 2007-11-06 13:18:02.0850 +1:00
    What can be the possible causes for this error? Any solutions?
    Please do reply.
    Helpful answers will be rewarded.
    Thanks in advance,
    Nakul

    Hi Mirko,
    I think the error comes not due to the pra files, but due to the missing sca files. Can you please try to recreate them in the way we have discussed? Assembly always takes the changes from cons/active, there's no way to change on this behaviour, i.e. there's nothing to be configured thisregarding. After import into cons a force activation takes place (i.e. in cons there's no need to do an explicit activation, the changes gets reflected after import automatically into cons/inactive as well as in cons/active)
    Best Regards,
    Ervin

  • SEM BCS - Error in Consolidation Area

    Dear Experts,
    When i save my consolidation area, there is an error message.
    it is "Syntax error in GP_ERR_UCDTYPE, row 8.880".
    The Diagnosis said "Component called REFYEAR already exists".
    I can not found "REFYEAR" in my system.
    I am using info cube 0BCS_C11.
    Please help....
    Thanks in advance.

    Hello
    Though I am not an expert in this area I have found the following information with a similar problem in another customer that maybe useful:
    "On the basis of your problem description it seems that you assigned in
    the data basis maintenance the `SEM-BCS info-object catalogue` for
    characteristics and key figures to the two info-object catalogues (on
    the first tab strip of data basis maintenance). This makes the trouble.
    Please read the F1 help carefully and if you need an extra info-object
    catalogue, then please create one. Please note that the SEM-BCS standard
    info-object catalogues are NOT appropriate for this purpose.
    F1 help:
    "InfoObject Catalog for Characteristics
    InfoObject catalog of the SAP Business Information Warehouse to include
    additional characteristics.
    Use
    You use this field as follows:
    In a data basis, the InfoObject catalog contains the quantity of
    additional fields that can be selected on the Additional Financial Data
    tab page for investments and equity.
    In a source data basis, the InfoObject catalog portrays the definition
    of an external field catalog, which can be used in a method of the
    category Flexible Upload, if a data basis was allocated to the source
    data basis."
    In order to remove the info-object catalogs you can use the transaction
    UCWB01.
    Hope it helps .
    Regards
    Javier

  • Error in consolidation monitor

    Hi gurus
    Actually I`m cuztomizing the Consolidation of investments but Iam new in this part, I have a issue quen I carry out the task of COI, the following message is showing.
    *There is no parent unit in group combination [ Cons Group G001 ]
    Message no. UCF6687
    Diagnosis
    The parent indicator has not been set in any of the groups [ Cons Group G001 ]. This causes consolidation of investments to use erroneous group shares.
    Procedure
    Set the parent indicator for at least one characteristic with the role "consolidation unit".*
    I tryed in master data of consolidation units but I don`t know where
    Could you help me please, I will asign points
    cheers

    You can find parent unit checkbox in following path...
    UCWB>Masterdata> Consolidation Unit> Accounting tecniques> expand the hierarchy on the right side.. you will see in the 3rd column the parent unit checkbox.
    Edited by: Mani on Feb 20, 2008 6:03 AM

  • I keep getting an error while consolidating originals

    I'm getting this error every second while conslidating my originals, despite the fact that no referenced files are missing when I locate all the referenced files. I have an inkling this might be due to the fact that for some reason I can't use RAW files as Originals in my RAW + JPEG pairs (this is an issue that I've posted as another question). Help?

    I experience the same issue
    So far, I've tried:
    * batch change metadata, so filename is same as version name
    * made JPG master (vice versa)
    * rebuild database
    some files actually DO will relocate. When I manually add missing photo's (from the aperture-import-backup) to the master-directory, they will still not consolidate into Aperture DB.
    You also see some "strage"-filenames passing by (Sf4dfAASDFGJ^W.JPG). most of the time the extension is missing from the file which Aperture cannot find.
    When you try to 'locate referenced files' there seems to be no error or missing files
    i looks like the database also holds 'another' original file name, which cannot be seen on the 'info'  tab.

  • Hfm Errors while consolidations

    Hi all,
    Data wont roll up even though there is data in lower levels.
    It does roll up at times bt the figures arent what they are supposed to be.
    No rules issues.
    Thanks
    Deeps
    Edited by: user8674669 on Jan 6, 2010 7:57 AM

    Check the aggregation attributes in your metadata.

  • Error through F-44 that  Consolidated  companies 1000 and ' ' are different

    Dear Expert
    At the time of Vendor clearing through F-44 I get the
    warning message that "Withholding tax information ignored"
    where Withholding tax related customization and master has
    been updated accordingly. If I ignore the same warning
    and save the document as my all Debit and Credit transactions
    are of equal amount ,i m getting the error that "Consolidated
    companies 1000 and ' ' are different.
    What specific setting is required for the same.
    Thanks in advance
    VG

    Hi,
    If you are getting error F5 080 then most probably this is because one of the documents to be cleared contains a different trading partner (field BSEG-VBUND).
    Please check the contents of each customer/vendor line item concerning this field. The field can be viewed on the customer/vendor line item via button 'more data'. If the contents is different you have either to clear the items individually or you have to change the settings of the document type used for clearing.  You can find out what document type is used for clearing in OBXH in the 'transfer with postings section'.  Afterwards you can go to OBA7 and mark the flags 'Inter-company postings' and 'Enter trading partner'.
    I hope this helps.
    Regards
    Ravinagh Boni

  • Consolidation Error in VB

    I have made some changes to our calculate rules file and it only has 116 lines. I had errors but fixed them, however now when I consolidate I get these 2 errors. Where can I go to find out what is going wrong?
    {335C8BDF-1AE7-4C39-B8EC-09C894EE3237}
    System Message Summary
    An Unknown error has occurred
    System Message Details
    Error Reference Number: {335C8BDF-1AE7-4C39-B8EC-09C894EE3237}
    Num: 0x80020101;Type: 0;DTime: 6/17/2011 12:31:54 PM;Svr: CRZO-HYPERAPP2;File: CHsvVBScriptImpl.cpp;Line: 597;Ver: 11.1.1.3.0.2413;DStr: Executing Sub Calculate(); DISPID=3;
    Print
    Close
    Print
    Close
    {9FE6471C-C37E-49EB-9F2E-9B4AA722E5FC}
    System Message Summary
    Error executing VBScript %0.
    System Message Details
    Error Reference Number: {9FE6471C-C37E-49EB-9F2E-9B4AA722E5FC}
    Num: 0x80042fc2;Type: 1;DTime: 6/17/2011 12:31:54 PM;Svr: CRZO-HYPERAPP2;File: CHsvDataExplorerACM.cpp;Line: 9210;Ver: 11.1.1.3.0.2413;
    Num: 0x80042fc2;Type: 0;DTime: 6/17/2011 12:31:54 PM;Svr: CRZO-HYPERAPP2;File: CHsvDataExplorerACM.cpp;Line: 9366;Ver: 11.1.1.3.0.2413;
    Thank you,
    Kristin

    Go to a base level entity and hit force calculate, this unlike the error during consolidation, will show you what line in the code is causing the error.

  • Error while opening HFM Application

    Hello all,
    We have an EPM 11.1.1.3 environment. Components installed are Essbase, Planning, HFM, FR, HSF.
    Currently we have 2 applications in HFM and we wanted to migrate/upgrade these applications to a EPM 11.1.2.3 environment
    We have an EPM 11.1.2.3 environment where we've installed and Configured all above mentioned products. We tested the HFM by creating a sample application in EPM 11.1.23 and deploying it which was done successfully.
    We used the Copy app utility followed by Schema Upgrade utility in EPM 11.1.2.3 with EPM 11.1.1.3 database schema being the source and EPM 123 Database Schema being the target.
    The utilities executed successfully and we migrated the applications into EPM 11.1.2.3 environment successfully.
    Now when we are trying to open the applications we can open one of our application from workspace but when we try to open the second application we get errors as below...
    We get errors in consolidation administration as below:
    As specified in the screenshot we cant see the HsvDatasource Process for the application for which get this error(the process gets initiated in task manager but disappears soon)
    Any help appreciated
    Thanks
    Arpan

    Dear Arphan,
    Please try your luck...following the below steps.
    Launch the EPM System Configurator
    Select Hyperion Financial Management>Configure App Server
    Check the "Working Folder" section and make sure that the path exists and that you have full access to it..
    Thanks,
    Aj

Maybe you are looking for