Business Rules - Repository View

Hi All,
I am going through the Business Rules Option in the EAS Console. Regarding to this I have doubts on:
1) I saw, Rules Link. What is this? Is this also a Business Rule?
2) I saw Macros. What is this used for?
3) Global Variables. I know, this will be the variable declaration area.
4) Projects..
Can you please explain me on what kind of scripts can be stored under each Links. Even the Script under Rule link is also a Business Ruel?
Please suggest me to any documents for the same.
Regards,
Upendra Bestha....

Hi,
If you have a read of :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hbradmin/frameset.htm?ch02.html
It should answer all the questions you have asked.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Extracting rule details from oracle business rule repository

    Hi,
    Which of the oracle business rule APIs provide retrieving following details :
    1. Get all dictionaries stored in the oracle business rule repository.
    2. in each dictionary,
    2.1. How to retrieve all ruleset list in a rulesets
    2.2 How to retrieve all rules in each ruleset
    This is because, I want to build a custom UI to display the rule details in the oracle business rule repository. In my case, dictionary, ruleset in a dictionary and rules in a ruleset are dynamic (administrator can add, update delete at ant time via rule author UI)
    Appreciate your help.
    Thanks
    Hareendra

    Hi,
    We are also having a similar requirement. Could you please tell me whether you got answers for the queries.
    - How to extract rules from ruleset / rule repository
    Appreciate your help.
    Regards,
    AP

  • Extracting details from oracle business rule repository

    Hi,
    Which of the oracle business rule APIs provide retrieving following details :
    1. Get all dictionaries stored in the oracle business rule repository.
    2. in each dictionary,
    2.1. How to retrieve all ruleset list in a rulesets
    2.2 How to retrieve all rules in each ruleset
    This is because, I want to build a custom UI to display the rule details in the oracle business rule repository. In my case, dictionary, ruleset in a dictionary and rules in a ruleset are dynamic (administrator can add, update delete at ant time via rule author UI)
    Appreciate your help.
    Thanks
    Hareendra

    Hi Hareendra,
    I think you should post your question in this other forum:
    Forum Home » SOA & Process Management » SOA Suite
    Oracle Business Rules is a component used in SOA Suite
    Regards!
    Jorge

  • Business Rule Repository has not been configured?

    Hi,
    In EAS trying to open Business Rules, I get "Repository has not been configured or you are not authorized to use Business Rules" (I get this with the admin creds)
    In details, "Error loading objects from Data Source", "SQLSyntaxExceptionError: ORA-00942 table or view does not exist"
    This is relatively new Production install running v. 11.1.2.1
    I ran into this after my LCM migration of a Planning app failed, unable to create business rules.
    IT folks tell me "the database looks fine" when I asked them about the ORA-00942 table.
    Can anyone help point me to a configuration step that might have been missed?
    Everything works in development environment, so if there's something to compare between the two, I'd appreciate any help.
    Thanks,

    Its necessary to do the following
    SE80 -> BSP Application -> Tunguska -> Pages with Flow Logic -> start_sts.htm   or  start_sts2.htm-> Right click & display in same window -> Properties tab -> Transfer Options -> HTTPS should be UNCHECKED.

  • Info about business rules and views

    I need to enforce some business rules on a view.
    Are triggers my only option ?

    From Oracle documentation:
    [http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_8004.htm]
    WITH CHECK OPTION Specify WITH CHECK OPTION to indicate that Oracle Database prohibits any changes to the table or view that would produce rows that are not included in the subquery. When used in the subquery of a DML statement, you can specify this clause in a subquery in the FROM clause but not in subquery in the WHERE clause.
    [...]

  • Business Rule on View Object

    I have a View Object based on an Entity Object. I am trying to add an attribute validation on the view object from "Business Rules" section of View Object. However the "New Validator" action on the context menu is disabled. I could not find documentation on this. Is this not possible or am I doing something wrong?
    Regards
    Binuraj

    User, please tell us your jdev version.
    If your VO is based on an EO you can add rules for EO attributes in the EO only. If your attribute is a transient attribute in the VO you can add rules for this attribute in the VO.
    Timo

  • Business Rules won't run

    in Essbase 9.3 on Enterprise View, Business Rules, Repository view, Projects NONE of my scripts will launch. i can sort of open and but they won't execute. i can copy but i can't run them. i'm dying here because i have got to copy a version to version
    so, question 1 is how to get the business rules to work?
    and question 2 is what's the code (i know it's really really simple) to copy one version to another
    help!

    Restarting services is always a good thing to try, Also I recommend logging into My Oracle Support and having a read of doc id - 763345.1
    It goes through different options for resolving business rules issues.
    One example to copy version is :-
    DATACOPY Working TO Final;
    You may want to put a FIX around it to restrict what you want to copy.
    More information on DATACOPY is available at :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/calc/datacopy.htm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while creating a business rule

    Hi all,
    I am trying to create abusiness rule from eas console when I am choosing business rule >repsitory view > rules>new rule> select outline,
    I am able to select a essbase database outline ,but while I am trying to select planning outline i am getting the following error
    WARN http-10080-Processor4 com.hyperion.hbr.plugin.planning.PlanningMetadata - Error connecting to Planning server metamorp-ee0b9e.
    Any suggestion?
    Thanks

    Hi,
    The first thing to always try is :-
    stop planning service
    stop eas service
    restart rmi service
    start eas service
    start planning service
    log into planning application you want to create a business rule for.
    log into EAS, create business rule, associate outline with planning app
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Business Rules error when creating new classic planning application in 9.3.

    Im trying to create a new planning application using classis planning application wizard in Workspace. everything seems alright untill i gets an error saying "Business rules cant connect to Planning"
    other than this Business rules working fine and i can open business rules in other applications and i can access business rules repository in EAS.
    Any thoughts on this ?

    Further invesitgation bears this problem out.
    Oracle support recommend wrapping the SimpleType in a ComplexType. This does work, but now I have an extra wrapper element to deal with. I either have to use the wrapped type in my other complex, composed Types and/or add an external wrapping element when trying to create Business Services in BPM to call the BusinessRules I've created.
    This is a bit messy.
    To be clear, this does not seem to be an issue with Business Rules; the BR editor and generation of Facts (including simple restricted types -> JAXB 2.0/Java Enumerations) seems to work correctly. There seems to be an issue exposing DFs as Services. The code which generated the WSDL and its supporting types seems to choke on restricted SimpleTypes.
    As a side note, it seems that HumanTasks have a similar limitation
    Edited by: wylderbeast on May 31, 2011 3:27 PM

  • Business Rules Error : Exception Occured.

    Hi Everyone,
    I have a problem with business rules , an error message is Exception Occured.
    I already restart all services, but this error still appear.
    Please help ...
    Thanks
    Een

    If you are doing this in planning, you need to go to Business Rules repostiory in EAS and make the rules available for the planning application and also define access. Open the rule and go to Location Aliases to do this, you can also assign access at the same place.
    If you are already in EAS and cant open or Delete the rules you might not have appropriate access to the Business rules repository. check your access

  • Future of Oracle Business Rules

    Hi. We are in a middle of a significant Oracle Rules project on 10.1.3 and have noticed that the Rules component of 11g (preview) seems to either be a) absent or b) subsumed into BPEL.
    Can anyone give me a steer as to the roadmap for the Rules Engine - if it is "dead" then we may have time to switch to another platform to provide a rules engine.
    Thanks a million in advance

    Hi Phil,
    Could you list the steps on how to successfully connect, read/write to a WebDav folder as a Business Rule Repository? I want to compare what you have done and what I have done and check if I missed something.
    I have 2 installations on a single physical server: (1) Oracle AS Forms and Reports, it has an Apache Server and Webdav (2) Oracle SOA Suite, No Apache Server, this is where ruleAuthor is installed.
    is it required to that I access WebDav folder using HTTPS?
    When I access the webdav url using a browser, I get a 403 Forbidden error page;
    When I type in the webdav url in ruleAuthor I successfully connect but when I create a dictionary I get the following message:
    'RUL-01216: Error saving dictionary myDictionary. Please refer to the base exception. Root Cause: WebDAV error.
    oracle.webdav.impl.DAVContextImpl.lookup(DAVContextImpl.java:1366) at oracle.rules.sdk.store.webdav.WebDAVStore.getCollection(WebDAVStore.java:1156) at oracle.rules.sdk.store.webdav.WebDAVStore.traverseMarker(WebDAVStore.java:885) at oracle.rules.sdk.store.webdav.WebDAVStore.traverseDictionary(WebDAVStore.java:848) at oracle.rules.sdk.store.webdav.WebDAVStore.listDocuments(WebDAVStore.java:808) ... 31 more any ideas?

  • Can I ReUse business rule with JHeadStart ?

    Hi All,
    I am looking for tools and methods for our development team to achieve this goal. The keyword is Re-Use as far as we can, in all application layer.
    We will have core application, and for any new customer we will only develope the things that specific to that customer and Re-use the core application.
    Will JHeadStart help us to achieve that goal ?
    Could anybody pls help me with the scenario for maximum reUse ?
    Thank you for your help,
    Krist

    Krist,
    JHeadstart does not 'help' much with your business rule implementation, but it also does not prevent it (I'll get to the bugs you mentioned later). ADF BC is an excellent framework for implementing your business rules, and if you implement these rules on Entity Objects (instead of View Objects) as much as you can, they are highly reusable. Have a look at this paper, which is from the 'before ADF' era but will still contain lots of information on how to implement various types of Business Rules in ADF BC:
    http://www.oracle.com/technology/products/jdev/htdocs/bc4j/BusinessRulesInBc4j.pdf
    The JHeadstart bugs you mention should not hinder you (much). The first should not reproduce in the latest patch version; you can create your own application module subclass as long as it (directly or indirectly) extends the JHeadstart one.
    The bug with respect to View Object extending does not mean the Java class extending of the View Object classes, but rather the situation where one View Object 'inherits' the attribute definitions of another View Object. I would not advice using this type of 'definition inheritance', and furthermore implementing business rules on View Objects should be avoided as much as possible if re-use is your goal; the Entity Objects underneath the View Objects are a much better location.
    The bug with imported Entity Object is more a restriction in how you organise your sources in JDeveloper (i.e. spreading your Business Components across multiple projects) than it is a limitation on reusing business logic.
    Kind regards,
    Peter Ebell
    JHeadstart Team

  • Unable to get to Business Rules in Enterprise View

    Hi to all! :) I successfully connected to the Essbase Server but when I click on Business Rules folder in Enterprise View, I get the message: +"Error logging in to Business Rules. The repository has not been configured or you are not authorized to use Business Rules"+. I also clicked "Get detail" in the error message box and it said: +"Error creating DBConfig object. Please check if there are exceptions in the log file and if HBR is configured correctly".+ I checked my permissions in Shared Services and I am sure that I am provisioned to use Business Rules; and moreover, a few days ago I worked with business rules without problems, and now I have this problem and I cannot guess what might cause it and how to fix it. I would be very grateful for any hints!

    Hi,
    We have the same problem. While I know restarting the aas service fixes it, it recurs quite frequently. Does anyone know of a more permanent fix for this problem?
    Thanks.

  • Business Rules Icon in EAS Enterprise view

    Dear All,
    I am currently using Hyperion planning 11.1.2.2, in EAS the Business rules icon (To use graphical mode) is not displayed in Enterprise view.
    EPMA and calculation manager are not installed, I use instead classic application .
    When I checked the roles attributed to admin user (Provisioning Tree) in Shared services, I did not find Business rules Role in the "Available Roles" Panel (the left one : there is only essbase cluster,foundation and planning)
    Is it related to essbase installation? I did not install essbase integration service.
    PS: when I created my application I could not choose Business Rules in the Application creation panel, it was not available back then
    thank you for your help.
    Regards

    From the docs : "Oracle Hyperion Calculation Manager has replaced Oracle Hyperion Business Rules as the mechanism for designing and managing business rules, therefore, Business Rules is no longer released with EPM System Release 11.1.2.2. If you are applying 11.1.2.2 as a maintenance release, or upgrading to Release 11.1.2.2, and have been using Business Rules in an earlier release, you must migrate to Calculation Manager rules in Release 11.1.2.2."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Smart View error on Launching Business Rule

    Hi ,
    I am in Planning 9.3.1
    After connecting to Planning Webform from Smartview, i am trying to Launch Business Rule attched to the webform
    Hyperion--> Calculation Option--> Rules on form
    It open the new BR Launching window with all parameter selected in the Webform Page drop down list but when i trying to change the Arguments
    by clicking on the icons or if i am clicking on the Launch button getting following error
    "Substitution Vars XML is malfunctioned, can't initialize dialog"
    any idea or tought on this.
    -KK

    There is an article on this issue on "My Oracle Support"
    SmartView "Substitution Vars XML is malformed, can't initialize dialoge.." Message is Displayed after Clicking on the Magnify Button [ID 752508.1]
    Symptoms
    Error message in SmartView after clicking on the magnify button "Substitution Vars XML is malformed, can't initialize dialog.." is displayed.
    Planning web forms with Business Rule (Runtime prompt) set to "Run on Save". When submitting data in SmartView, it will then open a separate window to allow changes to the run time prompt values.
    Cause
    This issue is caused by substitution variables values containing double quotes or the '&' signs.
    Solution
    This is a noted bug, but the following will help as a workaround to the problem:
    1. Login to EAS as administrator.
    2. Next navigate to the enterprise view.
    3. Select the Essbase Servers.
    4. Right-click on your server.
    5. Select Edit.
    6. Select Variables.
    7. Remove double quotes and '&' signs from substitution variable value.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for