Edit Business Rules a Run Time

Hi Friends,
We can edit business rules at run time using SOA Composer if they belong to a SOA composite.
Is it possible to edit business rules in non-SOA application at run time using SOA Composer or otherwise?
Thanks,
Sachin.

Hi Ashish,
Yes. I am referring to non-soa applications using Business Rules similar to grades application in below link:
     Creating a Rule-enabled Non-SOA Java EE Application
When I deploy above application, I do not see the business rules dictionary available for editing in 'SOA Composer'. Does this mean that SOA composer can only show dictionaries belonging to SOA composite?
And cannot show dictionaries in Non-SOA apps similar to one in above link?
Thanks,
Sachin.

Similar Messages

  • Business Rule and Run Time Prompts - 11.1.2.2

    Hi,
    New to Hyperion and getting weird results or my rule is bad.  In my webform I have the rule attached and the boxes 'Run on Save' and 'Use Member from Form' checked.  I want to see the RTP window so I left that unchecked.  When I run this, I'm getting a value of '77' in Jan and Feb for Scenario= '2+10' and Year= 'FY13'.  How is that possible?
    On the popup window, I specifically selected ''2+10' and 'FY13'.  Those are on the Page and not the POV, if that makes a difference.
    Fix ( "Working" , "No_Entity" , "PRJ-10021-SERV" , "IMR" , "No_Location",
          "EC-15000","EC-15010","EC-15009","EC-15004","EC-15706","EC-15709","EC-15721","EC-16899" )
    Fix ("Jan":"Dec")
    "A-41000" (
    If ( {RTP_Scenario}== "Budget" AND {RTP_Year} == &CurrBudYr )
    "A-41000" = 77;
    Endif
    Endfix
    Endfix

    Hi
    Your if statement is not checking if the member is budget it is checking if the RTP_Scenario value is the same as the Budget scenario, so you might want to try something like:
    Fix ( {RTP_Scenario},{RTP_Year} ,"Working" , "No_Entity" , "PRJ-10021-SERV" , "IMR" , "No_Location",
          "EC-15000","EC-15010","EC-15009","EC-15004","EC-15706","EC-15709","EC-15721","EC-16899" )
    Fix ("Jan":"Dec")    
    "A-41000" (
    If ( @ISMBR("Budget") AND @ISMBR(&CurrBudYr) )    
    "A-41000" = 77;  
    Endif
    Endfix
    Endfix
    Cheers

  • Editing Business Rules

    Hi All,
    I am using Hyperion Planning 11.1.1.1.0 and have a classic planning application.
    I created a few business rules using the Essbase Administrative Services Console.
    Now I need to let one of the users modify certain values used in the buisness rule. One way is to allow the user to access EAS Console and then edit the rule.
    However for a business user its not a very ideal way of editing the rules.
    Can somebody please suggest if at all there is some other way by which the user can modify the business rule without getting into much of a coding thing and out of EAS Console?
    Thanks in Advance.
    Regards.
    Alicia

    Hi,
    If you are using classic planning and in the first release of planning the only way to edit business rules is via EAS.
    I wouldn't really expect standard business users to be editing business rules, maybe the occasional user who has knowledge of business rules.
    Does the user really need to update code? Are run time prompts not enough. Should it not be a superuser or admin making these changes.
    In later versions of V11 there is also calc manager for classic planning though I am not a fan of this yet and feel it has a long way to go.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • _Choosing operation in Business Service on run  time

    Hi,
    I have a WSDL having multiple operations. The same wsdl is usd to create business and proxy service.
    In proxy service I am using operational branching.So for each operation , I need to call business service with respective operation.
    Is there any way to choose the operation in business service on run time using single route node.Is it possible through Dynamic Routing?
    I have used dyanmic routing to choose different business service at run time.
    Please let me know if some other information is required.
    Thanks in advance,
    Seemant

    The following code can be used inside the expresion for Dynamic routing to achieve the same-
    <ctx:route>
    <ctx:service>{$path}</ctx:service>
    <ctx:service>{$operation}</ctx:service>
    </ctx:route>
    The vairable operation keeps the name of the operation invoked.

  • Editing Business Rules at Runtime

    Hi All,
    I reviewed this doc http://edocs.bea.com/albsi/docs60/resources/ALBPM6.0_NewFeaturesOverview.pdf and wrote my first business rule in ALBPM. I use the rule to determine transition in my business process.
    One of the benefits of business rules is allowing business analysts changing the rules at runtime. The business rule I created does not show up in my workspace. If I'm a business analyst and I want to change the rule, how can I do that? Do I have to open ALBPM designer/studio and change it there? If that is the case, I don't see how it is different from a developer changing it.
    I'd like to get your thoughts on this, and if there is anything I can do to make the business rules easier accessible to the business folks.
    Thanks!

    Hi,
    To allow end users to edit a business rule in the Workspace, in Studio:
    1) add a Global activity in the process
    2) right mouse click it -> "Main Task" -> click "Implementation type" and select "Edit Business Rules"
    3) in the column on the right side, change the business rules you want the end user to edit from "No" to "Yes"
    4) republish and deploy and log in as a user who is assigned the role where you added the Global activity (if the user was already logged in, log out and log back in).
    Hope this helps,
    Dan

  • Can't see some Business Rules after running the Import via LCM

    I am trying to migrate our Business Rules down from Prod to Dev to get them back in sync. Here is the steps I have run:
    Export ALL Business Rules and Sequences from Prod via LCM
    I confirmed the export directory contains an .xml file for EACH Rule.
    copied the export directory down to Dev Shared Services server
    Turned on DEBUG for Shared Services
    Deleted ALL Business Rules and Sequences from Dev EAS BR repository
    I confirmed that ALL BUsiness Rules are listed and checked in LCM Import.
    run the Import from Dev Shared Services via LCM
    I get a Completed successfully message. No Errors.
    I Refresh Rules in Dev EAS and I only see 25% of the Business Rules listed.
    I have tried to Stop/Restart the EAS services and still nothing.
    I confirmed that the ID I am using to Export / Import has access on each Business Rule either directly or via a Group that has access.
    Any thoughts??
    Thanks in advance for any assistance on this!
    Robert

    Thanks John!
    I was really trying to get it done via LCM since I have all other migrations being done there. but I ended up taking your advice and doing it the old fashion way via EAS export.
    To answer your questions:
    We are on 11.1.1.3
    I did not see any problems in the Services logs for EAS. Nothing that stood out.
    We are migratiing 66 Rules and 15 Sequences.
    We are using Weblogic instead of Tomcat.
    Even though I have a workaround for the issue I am still interested in understanding why some of them did not import via LCM. You mentioned that you might consider adjusting some config settings. What settings would you recommend looking at?
    Thanks again John!
    Robert
    Edited by: user627522 on Nov 16, 2010 6:27 PM

  • Generate User Member Rules during run time

    We are using organizations to group users of similar job functions. Our users can have many job functions, hence, belonging to multiple organizations. We are using user member rules to populate the list of users. So far, everything�s done manually through IDM�s admin interface. We will be customizing workflows to create these organizations automatically, and need a way to generate the user member rule dynamically upon creation of the organization. Is there anyway to create user member rules dynamically in a workflow and assign to an organization?

    Udo,
    I recently ran into something similar, but from the other direction: I started with some buttons that were handled in an event structure, and I wanted to add a set of matching, redundant commands in the run-time menu that would trigger the same event cases as the buttons.
    This seems like a common situation, and I couldn't help but wonder if I was missing something too.
    In the end, my solution was a two-stage approach where each button and menu event performed a "Value(Signaling)" property node update on a single string control. Then I created an event case for that string control and used the updated value to determine what code to actually run.
    This obviously required some cutting-and-pasting from the original set of event cases, but it seems to work well. Attached is a simple example (LV 7.1.1).
    Regards,
    JohnMessage Edited by Johnner on 04-06-2005 09:21 AM
    Attachments:
    example.zip ‏15 KB

  • Unable to open/edit Business rules v9.3

    Hello,
    I am unable to open/edit existing business rules in v9.3 in the AAS console. I get an error message: Exception occured: Please check your log for details.
    Business rules have been working without issues for months. I checked the easserver.log and it is getting a java.lang.nullpointerexception when I try to open/edit rules. I have done all the normal checks/updates: restarted services, rebooted servers, checked provisioning, refreshed security from shared services, refreshed planning to essbase, logged into Planning first, etc.
    I believe the issue occured when a business rule was deleted which "may" have been included in a sequence. Since I cannot open any BRs or sequences I cannot validate that assumption.
    Another side note, I can create a BR and attached it to a location, but once I save it I am unable to open it. I have started looking thru the tables in the AAS RDB but it "seems" ok.
    Any help would be appreciated!

    Hi,
    I have not come across this sort of issue before, if you don't find a solution then as a final measure I would backup up the repository and export all the rules/macros/variables etc to xml.
    Then I would first redeploy the web application server and see if that helps, if not I would reconfigure the database and drop it and then import the xml back in.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Business Content Activation - run time error

    Hi guys,
    We were at plugin 2002.1. We installed PI 2002.2 and PI 2003.1 on top of it.
    After the plug-in upgrade, we are at support pack 9 for SAP-BW and 13 for BI-Content. For aba and basis, we are at 620 and support pack 32.
    As part of the regression testing after the 2003.1 plugin upgrade, we found out that the business content activation abends with the following run time error.
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    Looks like it is trying to insert into table RSOLTPSOURCEFIET and the row already is existing. I thought the activation process is supposed to update something if it is already out there.
    If we just select the 'only necessary', the activation goes through ok, but if we select 'before and after in the data flow', we get this abend.
    Any clues???
    Best regards,
    makaleem

    Hi Seow,
    This is how I resolved it. I looked at the ST22 closely and one of the messages indicated that the number range is missing in tran SNRO for an infoObject. I created an entry for that infoobject using SNRO and tried activation and it worked.
    When we created an OSS for SAP to look into it, they recommended the following two things. I tried these two but it did not work. I am mentioning them below just in case they may help you.
    1) Sometimes there is inconsistency in the content cache when trying to activate objects and we have to delete the repository cache. To delete the repository cache, go to RSA1 ---> Business Content -
    > Extras ---> Delete Rep Cache
    2) Execute SAP_DROP_TMPTABLES program for types 1,2,3 and 6.
    If this helps, don't forget to assign points.
    Abdul

  • How to view or Edit Business Rules in SOA Composer

    HI,
    We have a requirement to use Business Rules with OSB. We have OSB 11.1.1.5 installed in Clustered environment. Installed SOA composer patch on top of OSB 11.1.1.5. I have createed and deployed the sample Business Rules WAR/SAR targeted it to Admin Server. I could able to open Business Composer URL. Though unable to see any Rules. Nothing is available in Composer. I have privilege as "Admin".
    In Server --> Deployments --> Composer war is active.
    What else I need to check to view the Business Rules in Composer! Please let me know quick remedy to overcome!
    Edited by: 945206 on Jul 10, 2012 2:51 AM

    Don't know much about SOA Composer (sorry - you've hit the BPM forum), but you should be able to see the business rules from the Oracle BPM Composer. If you've installed BPM, go to http://xx:####/bpm/composer and you'll see business rules after poking around a little. Let me know if you need more help finding them.
    Dan

  • Able to edit Business Rules through Excel interface?

    Hi,
    I wonder if there is any way that I can add, modify or delete the Business Rules definitions through Excel interface. In the Admin Console, though the Business Rules interface looks neat, I encounter the following difficulties in editing the Account Transformation definitions:
    1. The check in the Reverse Sign sometimes disappears after the definitions being saved. I have to click something other than Business Rules, like Dimensions, Application, Security, etc, and come back to Account transformation again in order to have the Reverse Sign check being saved.
    2. I'm not able to to check the Reverse Sign in the last definition of Account transformation. It always disappears after being saved. My workaround is to put a dummy definition at the end or not to put that definition, which needs Reverse Sign, at the end.
    3. When I delete some definitions in the middle, the following error pops up after validation.
    [] value does not exists in ID of Account dimension.
    4. I have written my definitions in my design documents in Excel but I'm not able to copy and paste all of them to Admin Console's business rules. I have to fill in each value one by one.
    Or can I simply edit the table dbo.clcCALCAccount_XXXX? Since I used to be a database programmer, I feel it easier to directly edit the database table rather than using the business rules interface.
    Best Regards,
    Sunny

    Sunny,
    It is not according to the book but it is possible to change the business rules directly on the SQL. That is the way i do it sometime... and yes the table you point is the right one. You see other tables for other business rules...
    Usually i just do a copy and paste into excel. Then i change into excel (i also use EVPROs to check if the members are not calculated members...) and then i repaste it into SQL...
    But I have to say, do it at your own risk, as I stated before it is not really advised/safe...
    Nic

  • Business Rule Deployment Date & Time

    Hi All,
    Can we know if a business rule is deployed or not, including the time and date for deployment?? This must be available in RDBMS i think.
    Like i tried a query which selects all the Business Rules and display created , modified and moved date and time.
    The issue is that the time provided by the result of query do not match if we access the same business rule through workspace --> calc manger--> specified application --> specified plan type--> and the rule name
    The query is
    select * from
    hsp_object ho
    where ho.OBJECT_TYPE = 115
    Regards
    Ace,

    vvipirailo wrote:
    It's in EPMA schemeIt should be in the Calc Manager schema/database if the products have been deployed to separate dbs/schemas
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 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/

  • Ruler at run time

    how we can show ruler at runtime and use that also.

    In addition to what tralfaz said, to use the ruler to take
    measurements
    you'd just need to figure out the pixels per inch and go from
    there. For
    example, if you ruler was 800 pixels wide and displayed 12
    inches - you'd
    have about 67 pixels per inch. If someone 'used' the ruler
    and it came out
    to say 342 pixels measured you'd have about 5.1 inches...
    HTH
    Dave -
    Adobe Community Expert
    www.blurredistinction.com
    http://www.adobe.com/communities/experts/

  • Versioning Business Rules

    Hi Friends,
    I came across this questions during my discussion with stakeholders who plan to leverage OBR in their applications:
         Q] If we edit Business Rules at run time, how can we maintain versions to track changes and revert to a previous version if required?
    Any suggestions/experiences?
    Thanks,
    Sachin.

    Yep.  Since MDS is included in SQL Server I have several customers who use it to create a simple way for end users to manage "homeless" data. 
    David
    David http://blogs.msdn.com/b/dbrowne/

Maybe you are looking for

  • Mouse doesn't work correctly

    I bought a new computer over the weekend and everything works fine EXCEPT the mouse ONLY when I'm on Facebook.  It works for a few seconds, stops for a long time and then continues.  Why does this happen and how can I fix this?  I'm using the mouse t

  • Show objects inside a group

    I had hidden (clicked on the eye from the layers panel) a path BEFORE creating a group. Using the Subselection tool I able to click on the object, but I can't get it to show up. In other words I can't "click on the eye" because the layers panel only

  • Best way to merge 2 different networks/companies in same building

    I would like to get some thoughts on best practice regarding joining 2 different networks in the same building.  2 different companys 2 different networks, we are merging. Once networks are joined we will trust the windows domains. Both networks are

  • Understanding Statistics io and Logical reads - is logical reads information correct

    Hi, This question arises during a performance test - on SQL Server 2012 with SP2. In the following example, table has only column and that is of data type INT. When inserted 592 records of data type INT it is doing only 1 logical read but as soon ano

  • Error in IT0764 Poortwachter - form routine check_generate

    When trying to create a record in infotype 0764 Poortwachter (parallel to an illness record in 2001), we get an error message when trying to save: “Other exception within form routine CHECK_GENERATE” Message no. 5N016 Does anyone have ideas what coul