Business Rules - Selecting Members

Hope somebody can help me with an issue I am facing.  When I run/validate a Business Rule and when I try to select a member, I encounter the following:
Some parent level members have a lock symbol and cannot be selected
Some zero level members have a green lock symbol and cannot be selected
Other member (parent and zero level) without the lock symbol works with no issues
The members with locks beside them were created a while back and calculations in those members appear to be correct.  However, why can’t I select them to run?  How can I fix the issue?
Thank you

John,
The prompt is for  @IDESCENDANTS( [GeoPrompt] ) so it should include everything in the GEO dimension. Additionally, I am logged on as ADMIN so I think it should not be limited by security.  Also, using the same credentials, I can access all members through smartview and the webforms.  Is there a standalone module in Business Rules that can be causing the issue?
Thank you.

Similar Messages

  • IC data/booking - business rule

    Hi BPC masters,
    I am new with BPC and I have a couple of questions about IC data/booking and its business rule. I am sorry if it seems too basic.
    1) In the guide BPC440 and other guides available on the internet, we could see they are using ICDIFF01 in debit account in the IC business rule (see picture). What is that account ? Its hierarchy/parents ? Is there any screenshot to see what is its structure ?
    2) How does ICDATA retrieve records ? Does it simply find data for AR/AP and P&L where an intercompany dimension is recorded ?
    3) ICBOOKING posts the difference between IC for AR/AP. What about P&L ?
    Thank you in advance for any reply !
    Dat

    Hi Dat,
    1. ICDIFF01 is the specific dimension base member user need to create to store the result data of ICBOOKING.
    2. ICDATA calculate the results based on the business rule you defined and the source data in intercompany.
    3. You can create your owne business rule & dimension members to meet your specific requirement(P&L). BPC440 is simply an example.
    The guide BPC440 is simply an example. You need to customize all the dimension/business rule and logics according to your customer's fact business. So I suggest you not focus on the financial meaning of the account name or rule name too much in the example.
    Best Regards,
    Arjen

  • Business Rules column reordering

    Hi
    11.1.2.2
    In the Business Rules selection screen, I was able to re-order the columns so the Launch button was next to the name (I find this much easier to operate).  Is there a way to make that permanent?  When I logged out it went back to how it was.
    Cheers

    I think my post is little misleading.
    when I said workspace I meant workspace as "workspace" not when you open planning from workspace. You can rearrange columns when you are in explore mode of workspace and it remembers it.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Launching of business rule

    hi ,
    If i have business rule with my cost centre being selected by run time prompt. Now if 2 users from same costcenter launch the business rule selecting the same costcenter at the
    same time wil that impact the run time for the business rule?
    In short if 2 users launch the same calculation script on essbase database will that have effect on the run time of calc or how exactly would the same calc launched at the same
    time by 2 different user run?
    Thanks in advance

    It will have an affect on the calculation timing, the reason for this is the calculation is attempting to calculate twice over the same set of data blocks specific to the cost centre.
    This can be overcome by lowering the LOCKBLOCK settings in cfg file or by calling SET LOCKBLOCK LOW from the BR.
    Basically Essbase will calculate the same dataset twice but the impact on timing may be more than double as one run of the BR will lock blocks that the other BR is needing to calculate. One BR waits as one is calculating and vice versa, it is the swapping of the blocks that will affect the timing.
    Hope this helps
    J

  • Members on rows, can they be passed to run-time prompt in a business rule?

    Hi!
    I have a input form which has a business rule with properties "Run on Save" and "Use members on Form".
    The business rule has run-time prompts (local variables) as follows (showing only the fix part of br...)
    FIX ([V_Year],[V_Version],[V_Scenario],@LEVMBRS ("Offering", 0),[V_Entity],
    [V_ICP], [V_Account])
    calculation...
    endfix
    Now my accounts are on rows and I would like pass those account members to the [V_Account] variable through run time prompt. The [V_Account] ís a local variable with Type "Members" in Account dimension. I have also selected 0-level accounts as limits. Other dimension members from page/pov seem be passed successfully to run-time-prompts.
    The run-time-prompt does not seem to be able to catch those account members on rows? Is it at all possible to pass members on dataform rows to run time prompts?
    kind regards,
    user637777

    Hi!
    Thanks John!
    I just have live with that and find another way to restrict the calculation regarding those accounts.
    kind regards,
    user637777

  • Can members in business rule prompts be sorted

    Hi,
    we have business rules with prompts in accounts as Level 0 of a parent. the users are complaining that these leaf level members in the prompts selection window are not sorted. Is there a way we can display the selection list in prompts alphabetically?
    thanks

    Hello,
    the users see the alias or ID?
    When it is the ID, then I can agree what Sree said. If it is the alias, you have a bigger challenge. Sorting the children on Alias.
    I would recommend to use a relational table for creating the dimension files in EPMA or OutlineLoad.
    Regards,
    Philip Hulsebosch

  • How do I FIX members in a Business Rule to those set in outline security?

    Let's say..
    - I've granted write access to one user a branch of members in one dimension.
    - I include a Level 0 selection of that dimension in a data form in the Page view, which correctly allows input only to those members for that user.
    How can my BR fix only on those bottom level members appearing in the dataform?
    J

    Hi,
    one possibility is to create RTPs in your Business Rule, insert these (global variables) in your fix statement, connect the Business Rule to your dataform and check in business rule properties tab the boxes for "Run on Save", "Use Members on Data Form" and "Hide Prompt".
    Then your users can only select members in pages for that they have access rights and the business rule calculates the selected member combination.
    Kind regards
    André

  • Can I pass the selected member at page dimension to form business rule?

    I have a business rule which will be executed when the form get loaded, the business rule is very complex, so I want to narrow down the calculation by passing the selected member at page dimension to the business rule.
    For example, I have year as page dimension, and I only want to calculate the selected year at one time? How can I do it?
    I know runtime prompt, but I don't think it's a good way, since you need to select again.
    Thanks
    Tony

    You can use a variable and a run time prompt.
    You can set the business rule options in planning to "Use Members on Form" and "Hide Run time prompt"
    This way the page/pov member will be passed into the business and into the variable.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while selecting planning app in Business Rules

    Hi ,
    I am not being able to select the planning outline while developing business rules (but I can select the Essbase Outline). Whenever I expand the Planning node, an error pops up the details of which says "Error connecting to Essbase server machinename/testapp." There is a details button which says: "Could not log into Planning "Detail:Could not log in to Planning Server".
    Can anyone help me out. I am not being able to view the rules in the planning UI .
    I have tried for recycle the EAS even though i am getting same error.
    could you please let me know the solution for this
    Thanks
    mahesh

    Hi,
    Always follow this process, stop the planning service and eas service.
    Start RMI service
    Start EAS
    Start Planning
    Log into the web planning application
    Then go into EAS and create a new rule, select an outline to the application you have just logged into via web.
    Also if you are using the default admin user to log into EAS try another user that has been provisioned with business rules roles
    If you still have problems then go to My Oracle Support (formely metalink3) then have a look at doc id - 763345.1
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error selecting oultine in Business Rules v11.1.1

    Hi Experts,
    essbase version: 11.1.1
    I have created a new app in Essbase, and when I want to select this outline when I create a Business Rules, i receive this message:
    Error connecting to Essbase server SERVER/DATABASE
    Detail:com/hyperion/cp/clients/util/UMCParser
    Any idea please?
    Thanks
    Edited by: Remi Grossat on 26-ene-2009 7:22

    Hi,
    Any time I have had trouble associating outlines with Business Rules with Essbase/Planning, it has been down to either :
    1. Services not started in correct order
    2. Security / Shared Services not in sync.
    Your exact message doesn't look to familiar, but I would still check the above, in particular check that you have synched EAS with Shared Services. Eg Refresh Security , and also under business rules refresh user list.
    One recent thing I saw with v11.1.1 is that we couldn't properly associate the BR with Essbase/Planning when logged in as admin, but could when using another Shared Services user, with the appropriate provisioning. I have not had a chance to investigated why.
    Regards,
    Imran

  • Cannot select Planning outline in Business Rules

    Hi Everyone,
    I am not being able to select the planning outline while developing business rules (but I can select the Essbase Outline). Whenever I expand the Planning node, an error pops up the details of which says "Error connecting to Essbase server machinename/testapp." There is a details button which says: "Could not log into Planning "Detail:Could not log in to Planning Server".
    Can anyone help me out. I am not being able to view the rules in the planning UI (and consequently cannot attach them to Forms)
    Thanks
    Sayantan
    PS:
    Hyperion Version: 11.1.1.1 deployed to Tomcat (default) on Windows XP box

    Question already asked here :- Cannot select Planning outline in Business Rules
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Is it possible to limit FX business rule to only records selected in logic

    We are trying to convert from the standard older FX logic (MULTICURRENCYTRANS). The business rule is definitely faster when I run FX over all the records (purposefully). However, every time the FX stored procedure is called from a script logic file (package) it is running over ALL the records for the category specified in the package selection criteria. However, it is ignoring the other selections (product in this case). It should only update FX for the records specified in the package selection criteria. Because of this we are seeing increased run times on the packages. Is there additional logic needed in the FX script? If this is normal behavior, the stored procedure/business rule for FX is not a feasibly replacement for the script logic FX process previously delivered by SAP.
    Is there a way to fix this so we can use the business rule?

    I figured it out. I needed to add a couple of dimensions that are being passed from the package front end. The delivered business rule only has category as a variable. I had to add our entity dimension and our user defined product dimension.
    SAP delivered:
    *RUN_STORED_PROCEDURE=SPRUNCONVERSION('%APP%','%CATEGORY_SET%','','RATEINPUT','%SCOPETABLE%','%LOGTABLE%')
    Revised for our installation:
    *RUN_STORED_PROCEDURE=SPRUNCONVERSION('%APP%','%CATEGORY_SET%','%PRODUCT_CP_SET%','%COCODE_SET%','','RATEINPUT','%SCOPETABLE%','%LOGTABLE%')
    Carlos

  • Business Rules Management when Base Members become parents

    Hi Experts,
    This is a question for BPC 7.5 NW.
    Currently the consolidation is being done at Grp Account Level.
    Account Dimension members for eg are:
    ID        H1
    A         AA
    B         BB
    C         CC.
    Automatic adjustments are configured against members A, B and C. Properties relevant to consolidation process are also relevant to configured against A, B and C.
    Requirement is that consolidation be done at Account level from now on.
    Account Dimension members for eg. will be:
    ID      H1
    A1     A
    A2     A
    B1     B
    B2     B
    C1     C
    C2     C
    A      AA
    B      BB
    C      CC
    In such a case, will automatic adjustments business rules hold good for A1, A2, B1, B2, C1 and C2 which are already configured for their parents A, B and C?
    If so, then will consolidation relevant properties have to be mapped to A1, A2, B1, B2, C1 and C2 too or only at A, B and C? 

    Hi,
    when you define business rules with property values these values must exist on base level members. In such a scenario BPC simply looks for values on accounts with the relevant properties which, if those properties are only defined on summation level members, it would not find.
    BR,
    Arnold

  • Calc Manager - Unable to select RTP on business rule

    Hi,
    I am unable to select RTP on calcmanaget business rule. I am running 11.1.2.1 EPM on windows VM. Have anyone had this issue? please let me know the solution if anyone knows.
    regards,
    Kalai

    I am in the process of creating Business rule for Essbase (BSO) applicaion. Business rule is created fine getting issue on RTP. RTP check box is gray out and I am not getting any error message and using IE8
    thanks,

  • HFM 9 Business Rule Calculation missing roll up members

    Hi,
    I could use some help with this one.
    I have a business rule calculation that is simply copying a value from one account to another account with different C4 values.
    HS.Exp "A#CFAdjEBITDA.C4#CFCalc = A#AdjEBITDA" & Tops
    I have done this type of calculation dozens of times and it always works. Now, this time it does not.
    The account AdjEBITDA is a rollup of two accounts that are also rollups. The answer I get is the value of the first base level child in the first account rollup. I took the class on business rules many years ago and I seem to remember that this was a known issue. However, I of course cannot find any notes I made on the problem. I only remember us talking briefly about it and that there was an easy solution. Which of course, I cannot remember either.
    Is any one familiar with this problem or has run into it before?
    Thanks,
    James

    I have never seen HFM not pick up values from a parent member. It really should work. This requires a little debugging on your part. If you have ever used "WriteToFile" which most applications do, then you can write out the expected value to a file to get more insight as to why this is failing. Here is an example:
    nTheNumberIWant = HS.GetCell("A#AdjEBITDA" & Tops & ")"
    Call WriteToFile("This the the number I'm trying to get: " & nTheNumberIWant)
    The output of the WriteToFile subroutine should be:
    This the the number I'm trying to get: 25
    If you get a null, such as
    This the the number I'm trying to get:
    Then you have a problem with the target intersection.
    If you don't already have a WriteToFile subroutine in your rules file, you can see an example in the rules of the Comma sample application that ships with HFM.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Clicking on jsp page does not open it in visual editor.

    All "open jsp tags in visual editor" checkbox is on for all libraries. Jdeveloper version is 10131 build 3914 Message BME-99003: An error occurred, so processing could not continue. Cause The application has tried to de-reference an invalid pointer.

  • How to get the Last cell in HSSF (Apache's POI)?

    Dear experts, Please show me how to get listof sheet names in an excel file. Thanks.

  • View as icon - Wheres it gone?

    I use email attachments a great deal - sending documents and drawings etc. and as there are usually multiple attchments and mail defaults by inserting a preview of the attachment I often right click and select the "View as icon" button. This is reall

  • Need help on IDES screen change script

    Dear All.. Can any one tell me the steps of the IDES screen change when sap logged on.., i want put my company logo and company name.. advanced thanks for help Praveen

  • Insufficient privileges when connect to database as sysdba

    I installed a vision database along with Oracle R12 EBS. I need to connect to database as sysdba to unlock system account. but when I ran command sqlplus / as sysdba, I go this error "ORA-01031: insufficient privileges". I searched some answer in the