Maximum number of User defined dimensions in Planning v11.1.2

Hi guys,
I am new to Hyperion Planning version 11.1.2, just wanted to clarify what is the maximum number of User defined dimensions that can be added in a planning application.
I've also learnt that the number of Alias tables is more than the previous versions. What is the maximum number of Alias tables in Planning version 11.1.2 ?
Regards.

Maximum number of alias tables is 10 including the default alias table
As for custom dimensions then I wouldn't expect you to hit a maximum unless you want to design a planning application destined to fail.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • User defined dimensions in planning

    hi all can any one tell me where are the user defined dimensions in planning are stored in the backend realtional tables ? I am learning about the worlkflow of the backend tables and how will they react to any changes that are made in the front end. I got the tables where pre defined dimensions are stored but i created a dimension called "CUSTOM" and checked it in the HSP_OBLECT, HSP_DIMENSION tables but did not find it. Can any one tell me whats actually going on in the backend ??
    thanks in advance,
    Ranjith Kumar. P

    You can find the dimension name in HPS_Object under Object_Name column and for the dimension Id you can check HSP_Dimension.
    Something like:
    Select Object_Name from HSP_OBJECT WHERE (Object_ID in (Select Dim_ID from HSP_Dimension))
    and just for finding the object_id of dimension name "Custom":
    Select * from HSP_OBJECT where Object_Name like 'Custom'
    Here is more information on all the relational data-models:
    http://docs.oracle.com/cd/E17236_01/epm.1112/epm_data_models_1112200.zip
    Cheers..!!
    Rahul S.

  • How to find maximum number of users we can assign for Hyperion Planning.

    HI,
    How to find maximum number of users we can assign for Hyperion Planning.i.e., how to find license limit in hyperion planning 11.1.2.1.
    In Essbase propreties, the system is showing maximum planning users could be 65535.
    what would be the number for concurrent scenario?
    Thanks
    Giri
    Edited by: Giriprasad on Jun 18, 2012 2:18 AM

    The number of users would be based on your license agreement with Oracle, the system is not aware of your license agreement so it is up to you to stick to it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Need help: unable to change user defined dimension

    Hi,
    I have a problem with BPC. I installed BPC Server and BPC Client NW7.5 SP9. I can duplicate, create and modify all standard dimensions (Account, Category, Entity, Time) in my own application as also in appshell.
    I can duplicate or create a user defined dimension, but I cannot modify that user defined dimension. I change the elements, then I process my changes. But after I have refreshed the dimension all changes are reverted.
    I looked in UJFS and can see that .xls and .xlt are uploaded on NW correctly. Even on my local machine it is changed, but BPC does not recognize that.
    Has anyone an idea what to do? I need not only the standard dimensions but also user defined dimensions.
    Regards

    We've got this problem on non-unicode system on SP08, as Frank. Corrected with SP09.
    Maybe you have to check if all components patched well (NW, .Net and client):
    - In NW Go to System-Status-Component Information. CPMBPC must have level 0009.
    - On .Net Server check Server Version in Planning and Consolidation Server utility (.09)
    - In client for Excel check ETools-About Planning and Consolidation (7.50.09).
    If that's correct, first check, if new records occur in BW object for your dimension (in rsa1). Or maybe that info-object somehow become inactive.
    And did you mark checkbox "Process members from member shett" during processing the dimension?
    Edited by: Anton Kuznetsov on Oct 26, 2011 4:43 PM

  • Difference between UDA & User-Defined Dimension

    Hi all,
    I need to know what the difference between UDA and User-Defined Dimension and when can i use each one??
    thanks in advance

    UDAs are descriptive words that you can use to categories members of a dimension.
    http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/uda_tab.html
    Using UDA, For ex: in Customer Dim you can divide customers into CAT A, B or C and then can use these UDAs in calc scripts, query them later in reports etc.
    User defined Dimension: Is any new dimension that you add to planning application apart from default ones.
    http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch10s04s09.html

  • Manual document number in User-Defined Object

    Hi Experts,
    I have a user-defined object of document type.  I am trying to post a document using the General Service. However, I cannot assign manual document number.  There is no handwritten property available.  Is it possible to assign manual document number in user-defined objects using the DI API?
    Thanks.
    Melvin

    Hi,
    This issue has been resolved.  For the benefit of those who will be encountering this error, it was resolved by manually assigning the Handwrtten field to 'Y'.  Here is the code fragment:
    shipmentHeader.SetProperty("Handwrtten", 'Y')';

  • Maximum number os users in a group

    What is the maximum number of users that can be in a group on OS X server 10.4? IN 10.3 I think it was 10,000
    I ask, because I am integrating with an AD server, where the group we are trying to manage preferences on is 28,000>

    As far as i know there is no problem for the os.

  • Maximum number of user mailboxes supported by single Exchange Database in 2007 / 2010 & 2013 ?

    What is the Maximum number of user mailboxes supported by single Exchange Database  in 2007 / 2010 & 2013 ?
    Aditya Mediratta

    Agree with Keith, there is no MB # limit, however there are practical concerns such as DB size and how that effects recoverability as well as performance.   In terms of extremes we had one major educational customer that had 35K Mailboxes in
    a single database so you can utilize a ridiculous # of mailboxes in a DB if desired.  IMO you are better off to keep the # of mailboxes to a reasonable level, i.e. no more than 250-500 mailboxes per DB
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003 -->
    2007 --> 2010 --> 2013 with Lucid8's
    DigiScope

  • User Defined Dimension

    I am getting the following Error (when I try to Process members for an user defined dimension)
    ""Object reference not set to an instance of an object.""
    I am creating the following User Definied Dimension : Dept
    Deptname           25
    Deptno                10
    Evedescription     50
    Scaling                  2
    ID............     NEWID.....EVDESCRIPTION.......PARENTH1  ...SCALING     Deptno     ....Deptname
    dept .........................accounts............................... .......                    ..........         10     ....      a
    computers.................computer............... ....      dept     ...............................      20...           b
    accounts     ............     accounting        ........  ............   dept..........      ........................            30.....           c
    What am I doing wrong? Please help me. Thanks.
    YV
    Edited by: Yedi Viladin on May 14, 2009 3:20 AM

    Hi,
    This is a very generic Error.
    u2022You can try re-booting the server.
    u2022Prior to re-boot log-in to the server and verify that the +COM objects are working or all started
    u2022You may also get this error if a dimension has not processed, which means the application is not processed
    u2022Another problem that can cause this problem is that the password for the installation user has been changed or that the installation user is locked out.
    u2022Do you see error in BPC Server Manager -> Diagnostic?
    There are several SAP Notes also available for this Error u2013 1246092, 1223846
    Regards,
    Ankita

  • PROMPT(SELECTINPUT, ...) and user defined dimensions

    Hi,
    I created a custom package that should enable the user to select members of  the TIME, Account and Category dimensions and also members of some user defined dimension called "Costcent". After that, a scriptlogic file should be called.
    I tried:
    1)
    PROMPT(SELECTINPUT, ... %TIME_DIM%%ACCOUNT_DIM%%CATEGORY_DIM%"Costcenter")
    which doesn't work, bc. compiler doesnt seem to like %var%"fixedexpression"
    2)
    PROMPT(SELECTINPUT, ... "Costcenter")
    PROMPT(SELECTINPUT, ... %TIME_DIM%%ACCOUNT_DIM%%CATEGORY_DIM%)
    running the package only allows to select a costcenter, 2nd prompt ignored?
    3) similar, the other way round.
    Any ideas?
    Moreover, I need to be able to access the selection of the Costcenter members in the script logic. For the std. dimensions, there is %TIME_SET%, %CATEGORY_SET% etc.I am using successfully, but how to define or access the set (or list) for the selected members of user-def. "CostCent" dimension ?
    Thanks for your help!

    Clear Bug: Using the DataManager to modify the .dtsx file sometimes modifies the prompt lines in an unpredictable way... So the file that is safed doesn't get the content it is intended to get... - Guess "this should never happen", but it is...

  • Numbers assigned to user defined dimensions

    Dear Experts
    I have created application set from APPSHELL and created three user defined dimensions viz., A, B and C
    Then removed all not required dimensions including 'P_ACTIVITY' which was a User defined dimension.
    System has assigned numbers as U4, U8 and U9 to these dimensions on its own (I do not know what is the logic system is following to assign numbers to these dimensions)
    Questions:
    1. What is the logic system is following for assignment of the numbers to User defined dimensions?
    2. Can I change these numbers to U1, U2 and U3 (for ease in ad-hoc reporting). If YES how can I do that?
    Thanks

    Hi,
    The userdefined dimensions are named Sequentially as they are created and these are not constant for them, the same dimension may have different names in different applications.
    Also the user defined dimensions are named as Ua to Ux in NW.
    For example, in App1 some dimension X may be named as Uc, the same dimension X in App2 may be named as Ud or some other.
    We need to manually work betweeen "a to x" with the below macro to find the exact name for the user defined dimension in the application.
    "MNU_eTOOLS_MEMBERSELECTOR_X"
    Eg:
    MNU_eTOOLS_MEMBERSELECTOR_Ua
    Also as suggested in earlier replies i dont think this naming can be changed.
    Hope this helps,
    Regards,
    G.Vijaya Kumar

  • Unable to process the user defined  Dimensions

    Dear Experts,
    When i am Create User defined Dimension and i fill the Dimension Members after this i am Processing the Dimension at that time i am getting the following errors.
    Exception error has occured;check the log id=122 for more details
    Call was rejected by callee.(Exception from hresult:0x80010001(rpc_e_call_rejected))
    Could you please help me how to Solve this issue.
    Thanks in Advance,
    Regards,
    Srinivasan.

    Hi Srini,
    Please check your log table in Appserver database.
    Please check your log file in the Server with the ID.
    The log file will have clear details of the errors faced.
    Hope this helps.
    Karthik AJ

  • MfE: "Maximum number of mailboxes defined" error

    I have had to wipe/reset and reinstall my E72. I have recreated my POP and Hotmail messaging accounts OK using Nokia EMail (www.email.nokia.com), but when I try to create my company Exchange account I get the error message "Maximum number of mailboxes defined. Delete an existing mailbox and try again". I have four non-Exchange mailboxes on the phone (no existing Exchange mailboxes), so I duly deleted an account and tried again. However I still get the same message. How can I add my MfE account back on my phone again? Previously, before I reset my phone I had four POP/Hotmail accounts and my single company MfE account working fine. Any ideas?

    Dial *#7370# 12345 reformat, you'll lose all data. Make a backup first and restore without the settings.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • HELP: Maximum number of mailboxes defined.

    Unit: E72
    Issue: Unable to Create or setup another mailbox
    Error: Maximum number of mailboxes defined. Delete an existing mailbox and try again
    Hi I was trying to setup up an account under mail for exchange however I'm getting this error. Currently I only have yahoo on my phone.
    can anyone help me???
    I already tried resetting my phone to factory setting to no avail.

    I have the same problem, looks like while deleting the mail box of MFE type, it deletes from the list but the software continues to run at the back ground.
    Looked up the folder MailForExchange in the root folder of Phone memory, there is a log file which is getting constant updates of some kind of sync my phone continue to perform with the server.
    This is true, even though there is no MFE account in the system and it gives an error of Multiple MFE account exist.
    Hope Nokia is listening and will try to figure this error.

  • Maximum number of mailboxes defined - how do I pro...

    I have an E5 - i have just deleted my exchange email account and only have a hotmail account defined.  I want to re install my exchange account but keep getting the Maximum number of mailboxes defined message and am told to delete and existing mailbox and try again.  How do I proceed this cant be right?

    Refer the post by hadimassa (24-05-2010 06:23 PM)  here ...

Maybe you are looking for