Updating Business Rule access and security

Hi All,
We have recently load balanced the planning servers, as a part of this currently we have to update "Location" and "Acces Privileges" tabs to reflect "All Locations".
There are hundreds of business rules for us across all servers. I was hoping if there is an automated or maxl way of updating access for business rules rather than manually pulling all the groups in each business rule.
any thoughts on this.
Thank you
Arun

Hi john,
Thanks .It works fine....
I have another question.
I have some calculationscripts along with this business rule.I m not able to find out a option to launch a calculation script from the planning application.
I m logging in as User1(Planner).
do I need to add security for calculation script?
I didn't get any option to add security to calculation scripts in eas?
Plz help
Thanks

Similar Messages

  • Unable to provision Business Rules access for users

    Hi all,
    Our analytic server is properly configured in Shared Services : we can correctly create users, provision Essbase access for those users, change password, etc...
    An application business rules is visible in the left pane of shared services, but we are not able to provision Business rules access for users.
    When we try to provision access for a user, we have only access to the Analytic properties.
    What's going wrong ?

    It sounds like the user you login to HSS with hasn't been assigned with "Provisioning Mgr" rights to business rules.
    Get the HSS admin user to grant you these rights and you should then be able to provision users to use Business RUles.
    Gee

  • Business Rules Access

    Hello Experts,
    Could anyone please help me with an easy solution to turn-off execution of Business rules in Hyperion Planning? We've closed the Budget scenario which makes the webforms readonly, but users still can run Business rules that are in their tasklists. This is messing up our numbers as the rules wipe out our allocations. So far, the only solution i could think of was to remove the user access on BR. I dont like this option because i've to put the security back in for all the projects again. I would think Oracle obviously has a better and cleaner way of doing this.
    Thanks
    Sam

    Hi Sam,
    If I understand, your problem is you dont want the business rule to impact your budget for the current year and version. If any user run the business rule if should not impact any current years budget values.
    If my above understanding is correct, then you can create a variable in the business rule either as promt or saved assumption and set that either for next year (as current year is already closed) or set for some other non working version.
    This will ensure that your data for current years budget and version is not impacted even if any user run it by mistake through task list.
    Thanks
    Chirag Tarodkar

  • Problem with Business Rules access from Shared Services

    Hello,
    When trying to access Business Rules from Shared Services (expand Business Rules and click on the application) I get the "Refer to the Security Guide to configure security permissions for this application" message, but the user is fully provisioned for Business Rules. It happens even logged on as admin. Access from Administration Services works fine. The version Hyperion system 9 (9.3.0.1). What is wrong? Help, please.
    Thanks,
    Timur

    You can't access Business Rules from Shared Services. This is no different from any other application - Planning, Essbase, etc. You can provision users to the application roles, but you can't actually do anything with the application, other than security, in Shared Services. You use Admin Services to maintain Business Rules.

  • Business Rule access issue

    Hi,
    I have newly set up few business rules in 9.3.1. I have two issues here.
    1. No users listed :In Access Privileges tab,when I click on 'Add' to assign access to a user on this BR, there is only one user i.e admin(Internal) and no other users listed. But in Groups, there are groups listed and I have assigned access to those groups on this BR.
    2. Users can not view BRs in planning web : Although I have assigned access to available groups, the users in those groups can not see this business rule in planning web.
    Note : Even though I login to planning web as admin, I can not see BRs.
    Any help would be greatly appreciated.
    Thanks
    Ashok

    If you have not already it is worth going through the following doc in Oracle Support - "Troubleshooting Hyperion Business Rules Issues [ID 763345.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Business rule access privilege

    Hi,
    Please help me to understand; how to assign user privilege for Business rule.
    I mean should i assign users for Planning, essbase and Planning?
    Edited by: Kumar 1 on Nov 22, 2010 3:51 AM

    In shared services provision user1 with a role for the planning application, if you are on 9.3 (which I think you are) you might also need to provision a hbr role e.g http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_cas_help/apgs03.html
    Then in EAS edit the rule and go to access permissions and provision user1 :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hbradmin/ch03.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Validation - Business Rule or/and UJ_Validation

    Hi experts,
    I'm on BPC 7.5 NW, I'm facing problem to construct a simple validation where I need to compare the amount from one parent account against to other. Let's explain the business scenario and after the technical solutions.
    Business Scenario
    Compare the Total Assets is equal to the Total Liabilities. The Total Assets is represented by a parent account "1", the Total Liabilities is represented by a parent account "2". If it is different show a warning.
    This is need to trigger, after the Actual Transactional Data Load + Journals.
    Technical Solution
    Application: Legal
    Dimensions: Empresa (Entity), Conta (Account), Fonte (C_DataScr), Versao (C_Category), Groups, Intco, MesAno (Time), TipMov (Flow), CCusto (User Defined), CLucro (User Defined)   
    1 - Business Rule
    Validation Definition
    Validation Account         Remark                       Validation Operand           Other destination dimension Members                              Validation Tolerance
    ZATIVO_X_PASSIVO     Ativo x Passivo                       =                           CONTA=VALIDATIVPASS,INTCO=SPTOTAL,CLucro=ACTEDUMMY,CCusto=ACTENONE                0
    Account 1                    Flow 1                  Sign 1               Account 2                 Flow 2                       Sign 2             Remark
    1                           TMTOTAL*                  1                          2                        TMTOTAL*                    1                  Ativo x Passivo
    *The TMTotal Flow is a parent from every data on the master data TipMov (flow)
    Validation.lgf
    *RUN_PROGRAM VALIDATION
        CATEGORY = %VERSAO_SET%
        CURRENCY = %GROUPS_SET%
        TID_RA = %MESANO_SET%
        OTHER = [ENTITY=%EMPRESA_SET%]//For More than one other scope parameters: OTHER = [ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...]
    *ENDRUN_PROGRAM
    Result
    When I run with this parameters I receive the message : "UJP_PROCESS_EXCEPTION:Data for category  not found in application LEGAL"
    2 - Validation with UJ_Validation
    Assign the driver dimension to Legal - in case I used the CONTA (Account)
    Rule Maintenance
    Assigned Member: "1" and "2"
    Use Logic Table
    Dimension = Empresa (Entity)
    Operator "="
    Members = TECSA - This is a parent from every Entities.
    Result
    When I run with this parameters I receive the message : "UJP_PROCESS_EXCEPTION:Data for category  not found in application LEGAL"
    3 - Validation with UJ_Validation and BADI
    Assign the driver dimension to Legal - in case I used the CONTA (Account)
    Rule Maintenance
    Assigned Member: "1" and "2"
    Use BAdI Implementation
    BADI_UJ_VALIDATION_RULE_LOGIC
    Create a Enhancement ZATIVO_X_PASSIVO
    Filter
    Rule_Num = 1
    APPSET_ID = ZTECSA
    DIMENSION = CONTA
    Class
    METHOD if_uj_validation_rule_logic~do_validation_logic.
      FIELD-SYMBOLS:
                       <field1> TYPE ANY,
                       <field2> TYPE ANY.
      ASSIGN COMPONENT 'FIELD1' OF STRUCTURE is_data TO <field1>.
      ASSIGN COMPONENT 'FIELD2' OF STRUCTURE is_data TO <field2>.
      IF <field1> NE <field2>.
        es_message-message = 'Error in Validation'.
        es_message-recno = 1.
        es_message-MSGTY = 'W'.
      ENDIF.
    ENDMETHOD.
    And add this line to the script
    *START_BADI_UJ_VALIDATION_RULE_LOGIC~DO_VALIDATION_LOGIC
      QUERY = ON
      WRITE = ON
    *END_BADI
    Result
    Data Region:
    [WARNING!] NO MEMBER SPECIFIED FOR DIMENSION:CCUSTO WILL QUERY ON ALL BASE MEMBERS.
    [WARNING!] NO MEMBER SPECIFIED FOR DIMENSION:CLUCRO WILL QUERY ON ALL BASE MEMBERS.
    [WARNING!] NO MEMBER SPECIFIED FOR DIMENSION:CONTA WILL QUERY ON ALL BASE MEMBERS.
    [WARNING!] NO MEMBER SPECIFIED FOR DIMENSION:FONTE WILL QUERY ON ALL BASE MEMBERS.
    [WARNING!] NO MEMBER SPECIFIED FOR DIMENSION:INTCO WILL QUERY ON ALL BASE MEMBERS.
    [WARNING!] NO MEMBER SPECIFIED FOR DIMENSION:TIPMOV WILL QUERY ON ALL BASE MEMBERS.
    [WARNING!] MEASURES IS NOT SPECIFIED!
    So what could I make to maintain all my options to do what I need ?
    I appreciate any help
    Best Regards
    Alexandre Mendoza Collepicolo

    Hi,
    Just to check, can you try and hardcode the category in the rules itself...just for a test to see if it is working.
    You can have the category mentioned as CATEGORY=ACTUAL in the rules itself for Other source dimension members and other destination members. J
    This is to check if the validation package runs successfully or not.
    Thanks,
    Sreeni

  • Business Rules Access Privileges Strange Issue

    Hello,
    i know it's weird but it seems that planning has problems with Access Privileges on Business Rules.
    This morning i found that some Privileges were missing (groups disappeared from Access Privileges tab on BR). When i try to fix this (adding it again), i have to repeat the operation more than one time to make it works.
    What it could be? Sync problem with repository? ...i had no errors on message panel.
    I run Hyperion Planning 9.3.1.1.8 on windows environment.
    thank u,
    daniele

    Hi,
    I would of recycled the services first to see if it was a communication issue.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle Business Rules SDK and Jdeveloper Plugin

    1. I am trying to locate Oracle Business Rules SDK for download to evaluate the package for a non-SOA, java EE application.
    2. I am also trying to locate a plugin for JDeveloper to create OBR rules.
    Any help would be appreciated.
    Thanks.

    No, not in 10.1.3 and not in the first planned 11 release. It is on the list of candidate features for future releases.

  • Business Rules - Access to bucketsets

    Hello,
    I'm trying to migrate some rules from another rule engine towards OBR, and I'm experiencing a few bumps doing so. Lately I've been trying to get the buckets and their properties from a specific bucketset, but I can't work my way around that. Let me clarify:
    I'm actually trying to write a condition where the value is NOT assigned to the object used in the condition. For instance, I have an object "Question" with an attribute "label". I have created a bucketset for this attribute, with several labels, "How", "When", etc. What i want to achieve in my condition, is to determine which labels are currently missing.
    To do this, I've been trying to get the bucketset previously defined, match the buckets' properties with the "label" attribute of the questions that are actually here, then return the missing values. But I don't know how to get anything from the bucketset. I've tried playing with Rules SDK, and more precisely the "*ALL_VALUES_LIST*" static field, but it's not documented, so I don't really know what I'm supposed to get with it (by using the functions in JDeveloper to display the result, I get nothing).
    I must also mention that another way to do the "missing labels" stuff might be in using the value of the cell as a parameter for the condition, for example "Question.label != $param", but that doesn't seem to work with OBR, so I'm currently giving a shot to any way I can find to do this.
    Thanks in advance,
    P.-Yves
    Edited by: 796522 on 22 sept. 2010 16:57

    Hi,
    I would of recycled the services first to see if it was a communication issue.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle 11.1.1.2: Oracle Business Rules: Update Business Rules on the fly

    Hi,
    I understand that in the latest Soa release (11.1.1.2), the rules, previously built on Jdeveloper can be changed from the em console.
    I have installed everything, but cant find my way to any such facility. Kindly provide advice.
    Regards,
    Anand.

    Hi Anand,
    This facility is provided by SOA Composer not through EM.
    Try accessing http://host:soa_server_port/soa/composer/
    You will be able to define/edit rules on the fly using this SOA Composer

  • HT5914 Using AppleScript with Accessibility and Security features in Mavericks

    I have an AppleScript that works fine when run from the AppleScript Editor and has an errorr when run as an App.  This problem is described by the following knowledgebase article: http://support.apple.com/kb/HT5914   However, in my case the first error appears, but the second dialog does not.  I've tried Signing the AppleScript, but the error remains.  Any suggestions?

    A regular AppleScript application saves its properties to the script in the application bundle, which is seen as a new (different) application.  If your script doesn't need to keep its properties (e.g. to save some current value for the next run), you can try making the script read only, then add the application to the Privacy list.

  • Business Rules Security based on work flow

    Hello,
    How can we enable security on Business Rules, based on the workflow,
    for example,
    we have Business rule, that is attached to one input form, which opens a window for entering run time prompts for entering
    new asset details, and after entering he saves and the planning unit is promoted to next level,
    but on the input form, the Business rule is still visible, where by he can enter the the details though the planning unit is promoted,
    Is there any way that makes the Business rule access disables/hides as the planning unit is promoted?
    Thanks,
    murali.

    There is currently no out-of-the-box integration between workflow and business rule security.
    This thread may help with some alternatives:
    Workflow Problem
    - Jake

  • Planning : migration security of business rules

    Hello,
    Unfortunetly the migrator for business rules (v. 9.2.0.3) don't migrate the security. Do somebody have a solution to migrate the securtiy with the business rules ? And, is there a solution to associate the BR with the forms automatically ?
    Thank you

    It's almost easier to treat the migration of rules as text objects.
    Basically cut/paste the rules, store in a repository as you would other source code a, cut/paste to target environment. This means the security on the rules in the target environment for existing rules is retained. Now for new rules you would have to provision the rules. The XML export does have a known issue with really large business rules (those about 485k or so when in text form) whereas the cut/paste method will always work. Now if you do have large rules, you can use Macros or Sequences to break up the size.
    Your process ends up being dictated by corporate policy and the roles assigned to various individuals.
    Regards,
    -John

  • Update  details for Business Rules from SOA Composer

    Hi All ,
    I am not able to update Business Rules from SOA Composer (http://localhost:7001/soa/composer).
    I have tested with many browser and Please , some one can suggest .. on this .
    Rgds
    Sudhee

    Thanks for your reply ,
    Just Using BPEL component and BR...
    Somehow i am not able to update Business rules from Composer .
    Rgds
    Sudhee

Maybe you are looking for

  • JSP project Help needed.............

    we are doing a prject on VPN or virtual private networks.. for this we have created the front end.. and in many pages there are operations performed such as file uploading, create users and so on.. so when these submit or upload buttons are clicked t

  • Play sound from my headphones

    Hello, Sometimes when I sit and talk to my friends I want to play something for them and instead of unplugging my headphones and plugging in my speakers to play the sound to them, I would like to know how I can play the sound from my headphones so my

  • Can't print a CD jewel case insert!!

    I have been trying for a long time to get a answer about itunes not being able to print a CD jewel case insert. I have spoken to many tech. support people. Some I have their names and call back numbers, which shows how much they been trying to help m

  • How set a place which is not found by internal db and goodle

    Hi, I want to add a new place to some photos, but unfortunately neither the built in database nor google does know the place Gullfoss, Iceland for example (http://en.wikipedia.org/wiki/Gullfoss). I know that I can set a pin at any place on the map, b

  • Presentation layer

    Sorry if this is a little off topic: i would like to know what my fellow java EE developers use to create the presentation (html,jsp pages) layer of thier java EE applications. I mean what do you use to make the (flash and trash) like banners frames,