Error processing dimension member elements

Hi all,
I am trying to process IntCo and Entity dimension. The way I am doing this is as follows
1. Copy paste the data to dimension excel file.
2. Save it to server.
3. Process Dimension
But while processing the dimension it gives me follows:
Entity value must exist in the Entity type dimension -  Member ID : [I_E1170],  Property Name : [Entity],  Property Value : [E1170]
Please help me in finding and fixing the reason after this.
Regards,
Diksha.

Hi,
I think you have to process Entity dimension first. And then you should process Intco dimension that refers to Entity dimension via the "Entity" property. In this "Entity" property of Intco dimension, you should enter a value that exists in the Entity dimension.
It should then work.
Hope this will help.
Best Regards,
Patrick

Similar Messages

  • Processing dimension error :DUPLICATE DIMENSION MEMBER %1 IS DETECTED

    When I try to process the Account Dimension, I get an error u201CDUPLICATE DIMENSION MEMBER %1 IS DETECTEDu201D.
    However my dimension does not contain any duplicate members.
    Appreciate if someone could interpret this error message and help me resolve the issue
    Thanks,
    Sowmya
    Edited by: 281642 on Nov 10, 2011 11:34 AM

    Hi Sowmya,
    We had same error couple of times. The issue is you could have some blank rows inserted at the end of your master data. Try the following steps
    1. Maintain master data
    2. Go to the last row with valid master data
    3. Select all rows below it and right click and delete
    4. Save and process dimension
    Hopefully this should resolve your issue.
    Regards,
    Kranthi

  • What's 'Process dimension member' and 'Refresh dimension member'

    We're using BPC 7.5 NW SP8 patch 001.
    I often have confusion about these two buttions of dimension library on BPC admin console.
    When clicking 'Process dimension member' and 'Refresh demension member', clearly we see BPC is performing some activities.
    If I switch tracing in ST05, some tables, such as UJD_DIMENSION, UJD_DOC and temperory tables. were accessed and updated.
    For my understanding, table UJD_DOC is using to find sheet template in UJFS and table UJD_DIMENSION is using to control versions between file service and BW infoobject tables.
    But I cannot understand what's necessarity for 'Refresh dimension member'.
    Does this activity will fetch data from BW infoobject tables and refresh files in UJFS ? But I cannot see 'Update' action in ST05 tracing file.
    The other one - 'Process dimension member': does that mean syncroniization between files in UJFS and BW infoobject tables ?
    If so, why temperory table /1CPMB/B_* is storing some records?
    Could BPC expert guide me the way to understand? Appreciated.

    Hi Brad,
    Refresh Dimension members is to update client infomration.
    When you log on to an application set whose structure has changed (there are changes to dimensions and templates stored on the server), the system automatically updates your client information. You can also initiate this procedure manually, which you should do only when instructed by your administrator. Hope this helps.
    Regards,
    Sanjeev

  • Error: Invalid dimension member with special character / in BPC NW 7.5 SP7

    Hi experts,
    We are encountering the following problem in our Financial Planning application.
    We are migrating our existing BPC solution from one server to another through backup and restore. The existing solution was on BPC NW 7.5 SP 5. The profit_centre dimension in the existing solutions has several member ids with special character '/' (forward slash). The dimension never threw an error when processed in the existing solution and there is planning transactional data against these member ids.
    While the entire configration , appset , files were successfully restored through UJBR on the new system (BPC 7.5 SP7) through UJBR (backup and restore), the masterdata could not be restored only for this Profit_centre (masterdata for other dimensions were processed successfullu). All the member ids with / are rejected for this dimension. The same error is thrown if processed through the admin client from the member sheet. 
    Error: Dimension member PC_FF/WS/NT is an invalid member ID
              Error in Admin module
    Is there any setting which need to be made to allow / character in member ids? Any suggestion to get around this problem would be much appreciated.
    Thanks
    Abhiman

    Hi Abhiman,
    Yes, you need to maintain the transformation file to correct all dimension member IDs. Can you please refer to the following link with a similar issue:
    conversion file formula not working
    Hope this helps.
    Rgds,
    Poonam

  • Error processing dimension  "An exception....CX_SY_CODEPAGE_CONVERTER_INIT"

    Hye, Sirs!
    In fact, when I process a dimensión  I have the next error:
    ""An exception with the type CX_SY_CODEPAGE_CONVERTER_INIT occurred, but was neither handled locally, nor declared in a RAISING clause, Converting texts from the code page '4102' to '1107' is not supported ".
    The day before, I had processed it perfectly but now, I can´t  do it.
    I can see execute Maintain Dimesion Members but when I process it, I get the errror.
    Thanks.

    Are there any special characters in your member sheet?  Like certain language characters?  This may cause an issue.
    Regards,
    Rich Heilman

  • BPC 7.5 : Error in deleting member from dimension

    Hi All
    In BPC 7.5, I have created earlier one member "F_P/L"in Flow Dimension and tested some data. Now I want to delete the member "F_P/L" from the Flow Dimension and while processing it, I am getting following error :
                       " Dimension member F_P/L is an invalid member ID, Error in admin module"
    I had deleted the tested data from BI by running the clear data package as data was existing in BI. Consequently, now for this member "F_P/L" it is showing "0.00".
    Please give advise how to fix it.
    Thanks & Regards
    Aryan

    Hi Nilanjan,
    I can leave that member as unused but problem is that I am unable to create any new member in that dimension. While processing the dimension with new member I am getting same error. As Such, I am not able to use such dimension. Yes, that dimension is used in application.
    I need to add new member in the that dimension but due to above error I am not able to create any new dimension. Hence, I tried to delete such member F_P/L.
    Please suggest
    Thanks & Regards
    Aryan

  • Payroll Run processing error out with PTO element

    I have created new payroll and trying to process first payroll of employee but when we are processing with PTO element it is getting error out below error.
    UDF Error in formula PTO_NONEXEMPT_VACATION_ORACLE_PAYROLL at line 45: Value exceeded allowable range (line 133 of XXRAC_PTO_HD_ANNIVERSARY_BALANCE)
    Thank You
    Nitin Maheshwari

    Benjamin,
                   there are several ways to reprocess the structure of a SSAS 2005 object.
                   In my example I use an SSIS 2005 processing task in an ETL package, but the simplest way is:
                   Log on to the database using SQL Server Management Studio 2005; Open the cubes tree under your database, and right-click one of the cubes; Choose "Process" from the context menu and then another window will open. This window should show your cube name and then some options; Under "Process Options", change the default option (I think it's "Process Full") to "Process Structure". Click "OK" and the structure of your cube should be reprocessed, correcting the error.
                   Some observations: You might have to do this first for all the dimensions, because the cubes depend on them, and you also might have to do it one object at a time through this method. Through an SSIS 2005 package, you are able to do this in batch using a special SSAS processing task.
                   Let me know if you solved your problem.
    Bruno

  • Error in Processing Dimension

    Hi
    I have a USER DEFINED DIMENSION , MATERIAL, which i am when trying to process the dimension from the Admin Console it is given me an error message
    "The request falied with HHTP status 401: Unauthorized.
    Cannot save member sheet to the server, do you want to save it to the local machine"
    For all other dimenion,(along with other User Defined DimensionAlso) the Processing is Successful.
    We are using customized SSIS Package to update & process the MATERIAL Dimension at the back end to the mbr table.
    Can anybody throw some light on the same
    Thanks & Regards
    krish

    The problem it is related to your custom SSIS package.
    You said you are updating the mbr table but this doesn't means the excel sheet will be updated automatically.
    More than that you have to use standard BPC tasks to process the dimension into back end.
    If you didn't use these tasks then I can understand why you have these authentication issue.
    So I suggest to check the custom package and also I suggest first to do modify dimension and to see if you have the right properties and to save this dimension one more time.
    I suppose after that you will be able to process dimension but again I don't know if what you have into excel sheet it is the same with what you have ointo mbrtable.
    Regards
    Sorin Radulescu

  • SSTemplate.xlt Error during 'Maintain Dimension Member' in BPC Admin

    Hi,
    While trying to 'maintain dimension member' in BPC administrator (BPC 7.0 Netweaver version) for a dimension,I get error message that 'C:\...Temp\SSTemplate.xlt' file could not be found.
    Due to this I am unable to maintain members for any dimension.
    If anyone has faced this issue and resolved it,could you please me out?
    Thanks in advance,
    Rinal

    Dear Rinal Parmar,
    I think that the dimension file which you mean is lose from the directory(the directory which you installed the SAP BPC). If you've backup the Appset before, please you find the dimensian file (.xlt) which is lose in the backup directory. After that, you copy paste into the exactly directory (the directory which you installed the SAP BPC). Then, You should process dimension and process application again.
    Thanks,
    Wandi

  • Error when processing dimensions

    Hello,
    I'm working with BPC 7.0 NW and I'm trying to process the dimension P_ACC (copied from the APSHELL directly) and I get the following errors:
    "Failed to expand K2 function for dimension P_ACCT's member formulas" and
    "MDX statement error:"You do not have the authorization for component !!"
    Any idea about how to solve this erros?
    Thanks and regards,
    Ana

    Hi Ana
    Its called MDXLib.lgl not MDX.lgl
    find that in the appset apshell and try to copy the same in similar path in your appset.
    I think it must be in logic files folder not sure of exact path.
    But that should not be issue here since you are using direct MDX Query, can you just remove that one formula and process dimension and then remove the cache
    Then add back the formula and then see how it works, then try using some other account for now as divisor (Denominator) and see what happens
    Thanks and Regards
    Harish B K

  • BPC Error: Cannot fine dimension member sheet file

    Hi experts,
    I'm getting below error when I try to process the dimension.
    "Cannot fine dimension member sheet file; use the export dimension feature to restore it from the member file".
    Can anybody help me to resolve the error.
    Thanks in Advance

    Hi Hari,
    When you select your dimension, there will be an option "export dimension". Click on that.
    Hope this helps.

  • Error  Processing "Account" Dimension in BPC 7.5

    Good Afternoon,
    I am having difficulties processing the account dimension from the Admin function.  I can not save to server or process dimension.  I get the following log error message. This is impeding my ability to add or change account information.  I recently was on maternity leave for 3 months and I am not sure if it is a combination of inactivity coupled with a new PC?  I have recently been provided with  a new laptop, which I am unsure is configured properly.
    #2.0 #2014 06 16 16:33:25:890#-4:00#ERROR#AdminConsole##EPM-BPC-MS##93e2c386-f594-4157-8c44-c6a3d727f3b7###FormMain::SetExeAction#CORP\\jfesterman########Plain##[LOG ID:18]System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[ Arguments, Boolean[] CopyBack, BindingFlags Flags)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at OSoft.Consumers.Admin.AdminMain50.FormMain.SetExeAction(String strCodeID, ArrayList arrReturn)#
    We are running BPC 7.5 on a SQL 2008 server, and  I wanted to check with the blog before Uninstalling and reinstalling the BPC osoft 7.5 application.
    Previously, on my old laptop, I had this capability, and I can run and process all the other dimensions in our list via the Admin feature.  I have also tried to  refresh dimensions via the BPC EMP add in, and that seems to not throw any error logs, so I am unsure as to what my next step should be.
    Plesae advise if I need additional updates to this new computer or if anyone else has seen this error message.
    Thank You,
    Jennifer

    Hi Jennifer,
    if you're unsure that your PC isn't well configured please verify this with the 1678822 - Third Party Software Support Matrix For BPC for Microsoft 7.X, 10.X
    Then run client and server diagnostic to see if there are problems.
    If all ok the dimension file could be corrupted so please change the name of your xls dim file and try to export your dimension, process it and see if ok, if not check the property in the xls dimension file with the modify dimension property in admin console.
    Verify also if this note could be helpful 1905831 - SAP Disclosure Management - Uninstalling DM client removes necessary VBE6EXT.OLB file
    Regards
         Roberto

  • Error : Period dimension 'Period' is missing a Base Time Period member 'Jun' that has been deleted since the last deployment. Base Time Period members cannot be deleted once the dimension is deployed

    HI,
    I am using V11.1.2.2 Hyperion Planning. I am currently getting an error:
    Error : Period dimension 'Period' is missing a Base Time Period member 'Jun' that has been deleted since the last deployment. Base Time Period members cannot be deleted once the dimension is deployed
    This is what i got when i tried to add alternate hierarchy to my shared dimension. I tried to delete it and it messed up.
    NOw it wont deploy my application.
    Can any one suggest.
    Thanks in advance
    Cheers,
    XXX

    EPMA!!!!! EPMA!!!!
    I'm playing around with it to write a blog post and it is crazy. Only possible workaround (till now i'm not able to figure out a solution to it) is to copy the application and deploy it as a new one. Take copy of all objects (forms, tasklist etc). Delete the corrupted application and rename the new one to old.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Error while processing dimension after add or delete property

    Hi Experts,
    I use BPC for MS SP6 with SQL Server 2008. I detected a problem while processing dimension after add or delete property.
    The error message is: u201CMemory error: Allocation failure : Not enough storage is available to process this command. Error Code = 0x8007000E, External Code = 0x00000000.u201D
    I tried to truncate and drop dimension tables and process dimension again, and it doesnu2019t work.
    Any idea?
    Thanks a lot for your support!
    Albert

    Hi Sorin,
    Yestarday in the afternoon, we added a Property at another Dimension, and we continued having the same problem: we had errors when processing that dimension, but after restarting the server, we can process dimension.
    Looking at the Event Viewer, at 'OutlookSoft log' environment, the following error appears:
    <<
    3/28/2011 6:57:15 PM
    ModuleName : Olap9Manager - DeleteDimension
    Message : Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Stack :    at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
       at Microsoft.AnalysisServices.AnalysisServicesClient.Alter(IMajorObject obj, ObjectExpansion expansion, ImpactDetailCollection impact, Boolean allowCreate)
       at Microsoft.AnalysisServices.Server.Update(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.Server.SendUpdate(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options)
       at Osoft.Services.Platform.YukonAdmin.Olap9Manager.DeleteDimension(String strAppset, String strDimension, String strCube, String dimTablePrefx, Boolean bDeleteFromDB, String& strMsg, Boolean bOnlySharedDim)
    >>
    Any idea in order to identify the root cause?
    Thanks in advance,
    Albert

  • Error while processing message payload Element 'CategoryCode&#39

    Hi Experts,
    I am trying to integrate SAP ECC with TM. I have transferred the sales order from ECC to TM, but its not triggering order based transportation requirement (OTR) instead giving an error Error while processing message payload Element &#39;CategoryCode&#39 and all the xml messages are stuck in inbound queue. The screen shot of the issue is as appended herewith. Please advise.
    Thanks & Regards,
    Aunkur De

    Hi Aunkur,
    The issue will generally  come when a mandatory field in XML which you are not sending either or missed.
    Please check if all mandatory fields are mapped properly.
    Best regards,
    Rohit

Maybe you are looking for

  • I need to move my itunes library from a pc to a laptop in a different home, can I do this? help!

    I had set up my original itunes library on a pc in my previous home.  I have left this home due to a marriage split up and now live somewhere else. I have a new  lap top which I am desperate to update my ipod nano on. I have set up home sharing, and

  • Report availabilty doesnt showup in the Cube

    Hi Gurus we have a cube and everyday full updates are loading to the cube thru process chains we have delete overlapping req step in the process chain for this cube.. its a basic cube and it doesnt have any aggregates... everyday around 20 requests l

  • Safari privacy issue with "fraudulent site" option?

    If one uses the "Fraudulent sites" option in Safari, does Apple or Google know each and every website you visit? In other words, does a database download to your computer and the websites you visit are checked against it locally.  Or, does every webs

  • O.T. Digital Photography Newsletter

    In case you've never come across it, fotoespresso, a digital photography newsletter is worth a look. To quote from the site: fotoespresso reports news, trends, new techniques and tools for digital photography. Our focus is on digital photography work

  • Instantiate and Navigate to sub process.

    Hello Experts, I have a requirement here as follows: We have a GP process running. We click on a button, it opens a pop-up which is a Java Web Dynpro application. (Not a CO) Now from this pop-up on click of a button - we again want to trigger a diffe