Business rules attached to form

Hi
Business rules attached to form was disappeared, after we install 9.3.1 shared services services pack1.BR's is there in EAS and i can run them from there.But i can not see them in any where in planning.I am not able to see in the list of BRs, when i am creating new form as well.I checked the securityin EAS for Brs, it is same as before,i added our admin group as well, still ican not see in planning....
Plz suggest....
Thanks,

In EAS, check if the outline selected points to the application under the Planning server.
Check for the access privileges and locations within EAS.
Restart EAS, RMI and Planning. Login to Planning as the Planning administrator, then into EAS and check.
Try using another administrator rather than the default admin.
HTH-
Jasmine.

Similar Messages

  • Issue in business rules attahed with forms (11.1.2.2.300)

    We have attached Business rules with relavent forms but when we run business rule from form some other rule is run instead.

    Hi Bilal,
    So the Sales_Value rule runs regardless of what rule you attach to the form?
    How are you running the rule? Run on Save, or through a right click menu? Just by clicking the rule on the left?
    Can you confirm that:
    In the Administer Forms and Ad Hoc Grids screen, the "Production_Quantity" rule id definitely attached and that in the Properties tab, you have the correct box ticked for that rule (e.g. Run on Save etc).
    Can you also make sure that the "Sales_Value" rule is NOT present in the form in the same screen?
    Do you get the same results when you run via Smart View?
    Have you deployed the application since you changed the form/Added the rule to the Form?

  • Business Rule Attached to Composite web form not running

    Hi
    I created a composite webform and attached a business rule.Rule is supposed to run on save.But its failing to do so.Version is 11.1.2.3.I also tried attaching BR to the individual webforms along with the composite webform.Still not working.
    Please give your valuable advice on this.
    Thanks in advance.

    Did you select Run "Rules from Form XX" in composite Form Business Rule section and select Run on save option ? Can you please provide screenshot of your BR section in Composite form and simple form ??

  • Running Business Rules on Composite Forms

    Hi,
    I'm using Planning v11.1.2, and I am trying to get a business rule to run from a Composite web form. The version and entity are the only prompts in the business rule, and they are shared globally on the component forms. If I put the business rule on the component forms, it doesn't even make an attempt to run on save. If I put it on the composite form, it attempts to run, but fails ("An error occurred while processing this page. Check the log for details."
    Shouldn't business rules be able to run from composite forms? If not, why is the option to put them in there? If so, does anyone have any insight into this problem?
    Thanks,
    Sabrina

    Thanks John, but unfortunately, neither one of those is my issue. The first says I can't have the business rule on the base form if I have it on the composite form. The rule is not on the base form, and it still won't run on the composite form. The second one I don't understand at all. The symptom "Business Rules are not running with composite data forms when the 'Run on Save' option is checked". The cause "The Business Rule is not running when it is run from a base form." Huh? This is a cause? The solution: "You need to attach the Business Rule to the composite form, not just the base form." This would seem to indicate that I have to have the rule on both the base form and the composite form. It doesn't work no matter which way I set it up.
    Furthermore, in testing to see what's going on, I tried taking off the hide prompt option, and the rule does not appear to be taking the entity from the page member on the form (it just displays the last entity chosen).
    Sabrina

  • Creating numbered list via business rule in a form

    The problem is explained in thread subject, i have a need to create a numbered list in a coulmn of some form via business rule.
    i tried this, but numeration start from 1696 and adds 2 for every next row
    FIX("plan1")
    FIX("Final")
    FIX("NormC_NA")
    FIX("Local")
    FIX("BegBalance")
    FIX({RTP_Year})
    FIX("AgrSN")
    FIX("Administration")
    FIX(@Descendants("Agreements",0))
    set createnonmissingblk on;
    "HSP_InputValue"(sn = sn + 1; "Region" = sn;)
    set createnonmissingblk off;
    ENDFIX
    ENDFIX
    ENDFIX
    ENDFIX
    ENDFIX
    ENDFIX
    ENDFIX
    ENDFIX
    ENDFIX
    sorry, that was stupid question, overworked, didn't notice i fixed the same dimension twice via two different members, after i worked ths out everything became fine.
    Again sorry for unnecessary disturbance.
    Edited by: s0uLr1pPeR on 14.03.2012 8:44
    Edited by: s0uLr1pPeR on 14.03.2012 9:04

    one more suggestion i want to give it to you,
    when you are writing a Base fix
    you can also write in this way
    FIX("plan1","Final","NormC_NA","Local",[RTP_Year], etc)
    /* Your Calculation */
    ENDFIX
    Thanks,
    Avneet

  • Business Rules in Web Forms

    Hi
    I am comparitively new to Hyperion Planning 9.3.1 and I have to design a web form in which I want to perform calculation in cells of the web form like adding subtraction of the values in the cells of the form.
    As for my knowledge I need to design Business Rules for this and I am not sure how and where to define these rules in Hyperion Planning 9.3.1 version of Planning.
    Can anyone help me solve this problem as soon as possible.
    --XAT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    For a simple in-sheet calculation like this, you might consider two other solutions:
    1) Use a dynamic calc in your model to subtract the two items. As soon as the user saves the inputs, the results will be displayed, and there is no need to create a business rule, manage security for that rule, etc.
    2) Use custom JavaScript. As soon as the user tabs out of the input cell they can see the results - even before the form saves.
    With the business rule, you'll need to wait for the rule to run before the results can be displayed. It's somewhat like a stored procedure in a relational database. But there are other options.
    Hope this helps,
    - Jake

  • Multiple Pop-ups while saving composite data form with rules attached

    When we open Hyperion Planning from Workspace, and click “Save” on the composite Web Form , the business rules attached to the Web Forms execute as they are set to “Run on Save”. As the rules execute, in Workspace a blank “pop-up” window comes up. The issue we have is that if we have 3 rules attached we get 3 pop-ups and if we have a composite Web Form created using tabs functionality, and if we click Save on one tab, we get a large number of pop-ups as if the rules of ALL tabs ran even though we clicked save on one tab. For example on a composite Web Form with 4 tabs we may get 12 pop-ups. This issue only occurs when opening planning from Workspace.

    hi!
    Maybe your should try to join 4 BR in 1 sequence
    Alexander

  • Composite Forms and Business Rules

    Working with 11.1.2.3. I have a composite form with 4 tabs - 3 input tabs and 1 review tab. Each of the 3 input tabs have the same business rule attached to them and are set to Run on Save. Within the composite form I have selected the business rules from the 3 input tabs.
    Problem is, when a user enters data into one of the tabs and then clicks Save, the business rule runs twice.
    Any ideas what would cause this? 

    Hi Anthony - thanks for your response.
    In regards to the 3 input forms, the Page/POV sections were slightly different.  For example, Input 1 had No_Category and No_Brand in the POV and Channels in the rows, Input 2 had No_Channel and No_Brand in the POV and No_Categories in the rows and Input 3 had No_Channel and No_Category in the POV and Brands in the rows.
    I have since modified the forms so all 3 Input forms have the same members in the POV (these are No_ICP and No_Function) and also have the same members in the Page (Local_Input and SC_No_Scenario).  As part of the change I also have Channels, Categories and Brands in the rows of all 3 Input forms (although each Input form has different members from the Channel, Category or Brand dimensions)
    Anyway, even after making these changes, the business rule runs multiple times.  (I did notice that when I Save data in the Category form the rule runs once.  When I run Save data in the Brand form the rule runs twice and when I Save data in Channel form the rule runs 3 times.)
    Very strange - and very frustrating.  (Rule takes 34 seconds to run, which is almost too long.  Multiply that by 2 or 3 times and it's much too long of a wait.)

  • Running Business Rules with global Variables in Composite Forms

    Hi,
    I am having trouble running Business Rules, that include Global Variables, in composite forms.
    I have two forms in the composite form, both have entity in Page dimension set to 'local'. one includes entities at level 3 and the other has entities at level 0. I need to pass this level 0 entity to the business rule, from the form.
    When i try to run the rule, it gives me the following error:
    "This rule cannot be launched because it has hidden rtp variables without default values "
    I get this error even when i set the default value for the global variable.
    This rule runs perfectly when run from the individual form (which is part of the composite form).
    Please help.
    Thanks.

    Known Issue: 9900514
    The Use Members on Data Form and Hide Prompt options for business rules attached to composite data forms apply only for runtime prompt values from the globally shared pages and POVs of a composite data form. In other words, this will only use members that are shared across all component data forms. If users want a business rule to take context from a single component data form, they should attach the business rule to that component data form and include the business rules for that component data form at the composite data form level (<Business rules for componentX>).
    Please let me know if this is not what we are talking about.
    Thank you,
    Todd Rebner

  • Business Rules or Form Refresh timeout - SmartView

    Hi,
    We have users using Smartview which get the following error: "The request timed out. Contact your admistrator ro increase netRetryCount and netRetryInterval." It appear that everytime a user execute a business rule or refresh a form, if the business rule or the form takes more than a minute to complete, the user will get the timeout error. If it is only few seconds to run, then the user will not get the timeout error.
    We use Hyperion Planning 9.2.0. Is this something to do with the setting in HBRServer.properties? We have the following settings at this moment:
    HBR.maxconn=20
    HBR.timeout=30000
    HBR.catalog=HYPSVR01
    #embedded server timeout in minutes
    #HBR.embedded_timeout=10
    #HBR.css_refresh=30
    HBR_APP_NAME=orclrddb01
    PLUGIN_DATA_REFRESH_RATE=30000
    ====
    Could anyone advise the meaning of the above entries or where can I get the information about the entries?
    Do we need to use: HBR.embedded_timeout or HBR_DB_CONNECTION_TIMEOUT setting?
    Thanks for your help.
    Regards,
    Lian

    Hi John,
    Thanks for the reply.
    As advised by Hyperion, we add :8300 (port number)
    into the smartview connection string, this appear to have solve the problem, e.g.
    http://planningserver.servername.com:8300/HyperionPlanning/SmartView

  • Form Performance Degrades after Business Rules are added to Run on Save

    Has anyone ever seen an instance where adding business rules to a form (run on save only) makes the form open twice as slow?
    We have some large forms that were opening in about 20 seconds that suddenly started taking twice as long (40 seconds). When we remove the association of the business rule, they are opening quickly again. Because the business rules are set to run on save, I'm not sure why they would affect the form open performance.
    Any ideas are appreciated.
    - Jake

    I am guessing here a bit.
    But a question. Is your calc complicated? does it have a lot of variable in the calc?
    My guess is that even though the calc is run on save when you open it it compiles the calc as you open it. A check is to create a really simple calc one line that basically does nothing and see if that changes your performance. Also if you click off "run on save" does the performance return?
    Just theory guessing here.

  • Composite Web Forms/Business Rules

    In Planning, I've created a composite web form. Although I've selected the "Use Members on Data Form" box in the business rule properties with in the composite form, when I launch the rule the prompt box doesn't show the division that is represented on the current form, it pre-populates the last division that was used when launching a business rule in a normal web form. This works just fine when I'm in a normal web form, just not a composite. Any ideas of what might be going on? Is there a setting somewhere that I'm missing?

    I would be careful using business rules in composite forms. There are a bit unstable as composite forms are quite buggy. What you can do is try to apply the 9.3.1.1.8 patch release and see if this does not resolve your issues. This patch covers alot of bugs in 9.3.1 (which I assume is your version) including business rules stability with composite forms and substitution variable usage. Hope this helps point you in the right direction.
    best of luck

  • Business rule - cannot run

    Gurus,
    I cannot launch a business rule. When I try to launch it, it gives a message "the rule cannot be launched because it has hidden rtp variables without default value"
    What could be he problem with it.
    THANKS

    Maybe it relates to the issue
    9900514 - "The Use Members on Data Form and Hide Prompt options for business rules attached to composite data forms apply only for runtime prompt values from the globally shared pages and POVs of a composite data form. In other words, this will only use members that are shared across all component data forms. If users want a business rule to take context from a single component data form, they should attach the business rule to that component data form and include the business rules for that component data form at the composite data form level (<Business rules for componentX>)."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Planner not able to see Business rule

    Hi There,
    The issue here is ,we have attached some business rules to a form on "ON save" and through business rule security ,have given access to a planner user but with Planner login ,the he is not able to see that business rule attched with that form.i have checked with admin login ,it is visible.
    Any idea why this is happening?

    Have you added validate and launch access to the business rules for that user? If yes try restarting the services.
    Also try removing and adding again the user with validate and launch access.
    Try checking are you able to view BR under administration-> Business rules from the Planner's id ?

  • Errors in Business Rules

    Hi,
    I am working on Capital Budget in Planning. I created some forms and enter datas into it. While launching the Business rules for that form *"Exisiting Asset"*, I am getting the wrong variables, Instead of "*Asset class variable*" it showing the "*Department variable*" for all the rules. It showing the department variable for all the rules.
    Thanks,
    PC

    Hi,
    I solved this issue. My Business rules refering the wrong global variables. I altered my business rule and gave the corresponding global variables. Its working fine.
    Thanks,
    PC

Maybe you are looking for

  • Down payment line item not generated in Invoice

    Dear Gurus, I am using the standard down payment functionality as follows Create contract will Billing plan - Down payment 100% (500) - Invoice year 1 50% (250) - Closing Invoice 50% (250) Customer pays Down payment 500 When I create the year 1 invoi

  • Need help with a class project

    I'm new to Java and I'm having problems converting a small program to be more functional. Here is my original codeimport java.util.Arrays; public class Product // initialize arrays    private int cdNums[] = { 0,0,0,0 };    private String cdNames[] =

  • Parse XML Inbound Interface file

    What are SAP best practices to parse XML Inbound Interface file? Currently we are parsing XML Inbound file with custom ABAP code, but it is somewhat cumbersome and requires maintenance. We do not any middleware that can parse file for us. Is there is

  • Abort the current sequence file

    Hi, I have a main sequence file (with a number of test cases) calling another 2nd sequence file.  I like to abort from my 2nd sequence file if a paremeter returned is certain value (e.g. parameter.result == "1") from TestComplete.  What command can I

  • Assigning of excess sequence to condition and adding New condition in Prici

    Hi,   We have  different pricing procedure  for our baisc price present there is no excess sequence assign to it  now as per our requirement i have created a new contion table  and have assign that to a excess sequence  I want to know is there any pr