Business Rules Disappearing in Calc Manager

I've got a classic planning app on 11.1.2.1 running business rules through calc manager but just the other day I logged in an i could no longer see the business rules in calc manager when i go to expand the database. The rules still run and are visible in other places like the business rule security manager but not in calc manager. I tried restarting calc manager, reconfiguring weblogic, creating new rules (which actually works but the old one still are invisible). I migrated over the environment from another environment, without luck. Any idea's what could be wrong?
Thanks!
Mark

Hi, have you migrated rules though Appication Group->Foundation->Calculation Manager path of LCM? Or just rules with your application. It looks like the second but it's not enough you should use first one too.
It's not explain what have happened with you rules but may help you to restore them

Similar Messages

  • EPMA Batch Client - Can I launch business rules created in Calc Manager?

    I'm currently on a project where we have implemented an EPMA Planning app (v 11.1.1.2), and we need to schedule business rules to run in batch. In the past, I used the command line launcher to perform this task. Unfortunately, the command line launcher is really a part of EAS, so it would appear that I cannot use this method to launch a rule created in Calc Manager. Is this correct?
    It looks like my other option is to use the EPMA Batch Client. In looking at the "Execute" command in the documentation, it doesn't reference the ability to run a business rule. The docs are fairly limited, so I'm wondering if I really CAN launch a business rule from here.
    Has anyone scheduled a business rule (created in Calc Manager) to run in batch? If so, what method did you use? If all else fails, I can create a calc script and run it from MaxL, but I'd rather not have multiple versions of the code floating around.
    Thanks!
    - Jake

    Hi Jake,
    One of the known issues in 11.1.1.3 is :-
    You cannot launch a business ruleset with runtime prompts from the Planning command line launch (7205464).
    Whether this means you can't run calc manager BR's from command line I am not sure.
    There is no documentation in this area so I assume it can't be done yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Business Rules migration to Calc Manager

    Hi there,
    We are currently in 11.1.2.1 and looking at applying the 11.1.2.2 patch. One of the pre-requisites is the HBR migration to Calc Manager. We are trying to find out if there is a better way of preparing the business rules for migration to calculation manager in a distributed environment. We have three planning servers and approx. 4-8 security groups assigned to a business rule. According to the documentation we now have to assign permissions to each planning server (location) individually and then assign each security group individually to each planning server (location). This means a single rule can have up to 27 objects that need to be assigned. When we start talking about 100’s rules & sequences this really adds up. Is there an easier way to do this in a distributed environment.
    I have raised an SR with Product Support who have raised an enhancement request and referred me to consulting however this sounds more like a product issue to me.
    Thanks for your help.
    Regards
    Seb

    Hi Seb,
    I think there may be a somewhat easy answer here. Have you looked at the locations under business rules? You may right click on a location and copy it to another location. I'm pretty certain it copies all security over to the second location also.
    Suggest you test this in a non-prod environment if you have one available.
    Regards,
    John A. Booth
    http://www.metavero.com

  • Hyperion Planning business rules migrating to Calc Manager issue

    It was suggested I post this in calc manager as well, so I hope cross posting is allowed!
    We are trying to migrate from Hyperion Planning 11.1.1.3 to 11.1.2.2
    Our business rules were migrated to Calc Manager by our IT team. The rules run (for the most part).
    Our main complaint about this migration is that it excluded our comments inside the business rules and added it's own!
    When we first open the rule it is in graphical mode. But on the Script Tab I can see our orignal Business rule, but it's missing comments. Not all comments -- those at the top of the rule are intact, but after it starts getting into the meat of the rule, it loses many, but not all of the comments. When I chose to edit this rule in script mode, then calc manager adds tons if its own comments, making the code very junky to read.
    So, multiple questions -- how do we get the migration of business rules to calc manager to stop losing our important comments. Is it possible to get the newly migrated rules to initially open in script mode rather than graphical mode so that it doesn't add it's own comments. Or is there a way to turn off the added commenting?
    This is a snippet of our rule in 11.1.1.3:
    FIX ("D0P000 Pushdown")
    "Accrued Salaries and Wages Pushdown" = "BTL Accrued Sal & Wages Total"->"WBS_I19990_PLAN" * (D0P000->"Total Reg Labor" / "LMSS (LRP TEMPLATE LEVEL)"->"Total Reg Labor");
    ENDFIX
    /* FIX on account members that should be rolled up in the AGG statement below. */
    FIX (@DESCENDANTS( "Orders"),
    This is what it looks like when it comes up in graphical mode in Calc Mgr 11.1.2.2 (note that comment is already missing):
    FIX ("D0P000 Pushdown")
    "Accrued Salaries and Wages Pushdown" = "BTL Accrued Sal & Wages Total"->"WBS_I19990_PLAN" * (D0P000->"Total Reg Labor" / "LMSS (LRP TEMPLATE LEVEL)"->"Total Reg Labor");
    ENDFIX
    FIX (@DESCENDANTS( "Orders"),
    This is what it looks like when it switches from graphical to script (bonus comments are added):
    FIX ( /*DIM:Entities*/"D0P000 Pushdown")
    /*STARTCOMPONENT:FORMULA*/
    "Accrued Salaries and Wages Pushdown" = "BTL Accrued Sal & Wages Total"->"WBS_I19990_PLAN" * (D0P000->"Total Reg Labor" / "LMSS (LRP TEMPLATE LEVEL)"->"Total Reg Labor");
    /*ENDCOMPONENT*/ ENDFIX
    FIX ( /*DIM:Accounts*/@DESCENDANTS( "Orders"),
    Thanks for any help.
    Brenda

    You might learn to appreciate graphical mode in Calc Manager, we do. It is not like the old Business Rules in EAS. I am an old school calc script person, and have NO love for drag-and-drop coding ... I need control. ;-)
    Insert a blank script object and paste your code into the 'Script' tab for that object. Set up your prompts and use the {} notation in your code. All of the comments will stay put ... as long as you DON'T USE EDIT, SCRIPT! We make a fair number of generic, reusable pieces of code and save them as shared scripts. These can be dragged into Rules. Click on the Rule's Begin object and choose the Script tab ... you will see how the bits are assembled into complete calc script. We've even come up with a way to use LOOP ... ENDLOOP as though it were a procedural IF statement so we can control whether or not a chunk of code is active or not.
    Shared scripts are especially good for currency translation components since we occasionally add new currencies and want to make a change in one object that is used in dozens of business rules.
    Mike H.

  • Rules security in Calc Manager vs EAS

    Maybe I am missing something, but what happened to the ability to put security on Rules now that we are using Calc Manager for our EPMA apps? In EAS Business Rules, we could assign all of our privileges to the rule but now it appears that there is no security. What am I missing? Thanks.

    Haha, thanks. So I was missing the obvious!
    For my own knowledge, where in the documentation is this piece of info? I don't see it in the EPMA Admin guide with the rest of the Calc Manager documentation.
    Again, thanks.

  • Not able to open rule designer in Calc manager in Workspace

    I have installed Hyperion 11.1.2.2 on Win2003 sp2. My IE version is 7. When I try to write/edit a Business rule in calc manager, I get a warning in 'your current security settings do not allow websites to use ActiveX ie7....Your page may not display correctly". I tried every setting in IE to make this message go but it doesn't. Has anyone else faced this issue and what is the solution.

    It is probably worth using a later browser with 11.1.2.2 e.g IE8/9 or Firefox
    If you are running the browser from the server it is worth trying turning off the Internet enhanced security which can be done from add/remove windows components.
    Also worth going through the setting highlighted in the following Oracle Support doc - "Internet Explorer (IE7, IE8 and IE9) Recommended Settings for Oracle Hyperion Products [ID 820892.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • JHeadstart, Oracle Business Rules and BPEL Process Manager

    Dear JHeadstart Team,
    I have some questions regarding integration of JHeadstart and Oracle Business Rules and Oracle BPEL Process Manager. As a matter of fact I don't have any work expriences with these tools so my questions may not be good and precise.
    1- Using a business rule engine can dramatically increase speed of development and ease of maintenance.I had a very good exprience in using JHeadstart and Headstart in the past but I wanted to know if it is possible to use Oracle Business Rules in conjunction with the JHeadstart ? If so, What steps should be taken? Is there any known issue about this integration? Does Oracle Business Rules have any interference with JHeadstart or it is only used in model layer during insert,update,delete?
    2- Is it possible to develope a system based on oracle work flow engine (Oracle BPEL Process Manager) using JHeadstart ? If so, What steps should be taken and how the changes in the flow of work would by applyed in a system developed by JHeadstart. Is there any known issue about this integration?
    Any help,link to documents or general guidelines would be highly appreciated.
    Thanks in advance,
    Navid

    Couple of things I would like to add, are the following.
    In the context of an ADF application usage of Oracle Business Rules most likely is in the business logic layer, but mind that it does not need to be restricted to that.
    Oracle Business Rules takes so called 'facts' as input, evaluates some rules based on that and change those facts or return some result. That might be checking a business rule as defined in the JHeadstart Developers Guide. But it might also return some value that is used in a navigation rule.
    Think about a page flow where after page A normally page C is presentend, but in case of some situation (like a customer ordered something and you want to present some special offering based on that) you want page B presented in between (i.e. A -> B -> C). Oracle Rules could be used to determine this page flow. This would be an example of using it in the controller layer (probably in combination with using facts that come from the model layer).
    Another remark that I would like to make, is that in my opinion it does not make much sense to use Oracle Rules for business rules that logically more or less are part of your data model (like end date must be on or after begin date). You typically use Oracle Rules to implement business rules that are of a volatile nature, meaning that day-to-day business may require a change of the rules. One example is the navigation case that I mentioned before. Another (typical) example would be a rule that defines when a customer is a Gold customer.
    Jan Kettenis

  • Sometimes Business Rules disappear

    Hi.
    I have a probleme in Planning. I open web browser, connect to application and see my Business Rules, after 10-30 minutes (work with form etc.) they disappear. I log off, then connect to Planning and I see Business Rules again. What is it?
    Mike.

    Hi,
    I am not sure they have addressed that issue in 9.2.1, I know there has only been one patch released for that version (9.2.1.0.1) which doesn't mention anything about business rules.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Calc Manager - RULE SET

    In order to bundle up some Business rule so I want to use RULE SET in calc manager.
    When I go in Calc Manager, I can see Consolidation, Planning, and Essbase. But, I can not go beyond Planning or Essbase. I have 2 options Export and Refresh, I tried those but nothing changes really... Please Help...

    Did you get this issue resolved? If not what version are you running? Do you have any EPMA or Classic apps already created?
    ~SM

  • Error seeing business rule ( to be assocated with)in Manage Data forms list

    HI,
    I have a business rule, I see it in EAS console, but when I try to associate it with my Data form in Planning, i do not see this business rule in the list fo business rules that appear in Manage Data forms-> business rules tab. I hae associated thsi Business rule with my planning applicatiosn outline still I am not seeing it. Can someone please help.

    How does this relate to the Oracle Forms product?
    Craig...
    Edited by: CraigB on Feb 15, 2012 8:43 AM

  • LCM: Foundation Calc Manager vs Planning Rules Files

    I need to LCM rules files and see the rules in 2 different places, Foundation -> Calc Manager and Planning -> Rules Files. Which one is the correct file from which to LCM, and what is the difference between them?
    Also, files that were brought in via LCM show under Planning -> Rules Files but NOT under Foundation -> Calc Manager. Why would this be?
    Thanks!
    FA

    For this you need to understand the underlying design. Unlike HBR, which acted as the Rules repository, in Calc Manager, rules need to be deployed to Planning from Calc Manager. Once the rule is deployed to Planning, it (Planning) maintains the copy of the rule in it's repository. You can continue to make changes to your rules in calc manager and it will not have any effect on the rule in Planning.
    So during LCM, you will the rules in 2 places, one in Calc Manager (the version can be different from what is in Planning) and also in Planning.
    So you can import the Planning rules via LCM and it will run without calc manager coming in to picture. But if you want to edit these rules and deploy it back to Planning, you would need to import the rule via lcm in to Calc Manager and redeploy to Planning.
    -Sree Menon

  • How can I delete Calc Manager Rules once they are deployed?

    Hello all,
    I have a planning application (11.1.2.1) and I'm using the Calculation Manager. So, after I deploy a rule I'm able to delete it from calculation manager but the rule continues in my planning application. I'm using the classic application.
    What should i do to delete this role from my planning application?
    Warm regards,
    Rafael Melo

    Hi,
    Have you tried deploying all rules once again after deleting the rule?
    In calc manager, right click on the applcation/database and select deploy (or deploy all) option.
    Cheers,
    Alp

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

  • Search for member name in WebForms and Business Rules - 11.1.2.1

    Hi,
    Client has a hierarchy with two parents (Owned and Managed) within a dimension. The 'Managed' parent is no longer valid. Thus they want to eliminate it and move it's children under the 'Owned' member. However there could be ramifications in Business Rules and/or WebForms. Is there a way to search all Business Rules and WebForms for 'Managed' to see which Business Rules and/or WebForms would be affected?
    Or is best way to extract all the WebForms and Business Rules to xml files via LCM and then write custom script to search the files? Not sure if this functionality is already there or not.
    They are on 11.1.2.1

    I don't think "Show Usage" picks up Business Rules that are in the Calculation Manger.
    Also check the Member Formulas - easiest to do in the EAS (view the Outline, and the member formulas are displayed. Otherwise, in Planning, you would need to go into each member individually, and that would take forever). And if you're using Partitions or MRAs, you should check them, too.
    I'm assuming you're doing all of this in a copy of the application, and not on a "live" app, right? So you can make the change and then validate the Business Rules and Outline, and the error messages will tell you where "Managed" was being used.
    -Matt Varner

  • Business rules and CalcScripts in Planning

    Hi Friends
    In Planning if we go to Tools-> Business Rules, we can see all the calc scripts and Business rules associated with the available plan types.Is there any way we can limit to see only business rules not the calc scripts.some of our Finance users have admin access to planning, so we do not want them to access and run calc scripts in planning.
    We are on 9.3.3
    Please suggest.
    Thanks,

    If they are admins they are probably going to see everything.
    Some Oracle support docs may be of some use for users that are not admins:
    "Planning Interactive user is not able to see and run calc script within Planning web [ID 738394.1]"
    "Set Access Privileges For Calc Scripts In A Planning Application [ID 753367.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Tried to reactivate Photoshop and it said my serial number has been revoked??

    so i wiped my laptop because it was choc full of crap, and im trying to reinstall my creative suite that i got with my game design course, so i tryed going though adobe to get a serial but they said i all ready got one, so i fished it out of my gmail

  • PROBLEM: Error sync photos Itunes 9.2

    *iOS 4 + iTunes 9.2* error occurs when you sync *photos from iPhoto.* on iOS 3 was normal! What should I do? Screenshot: http://www.imagepost.ru/images/154/grK1SmaVVKysWAxGNXdpfXS9_2010_06_16_nf13.40.02.png

  • De-authorization.

    I wanted to play some music I purchase from the I-tunes store on my work computer but It says I must authorize the computer. When I try to authorize the computer it says that I already have authorized 5 computers and I can't authorize any more. Since

  • Help with saving edited picture

    Im using photoshop CS3 on Vista, now Im trying to remove the background from a picture using the filter, extract method, I did that correctly and can now move the picture around over the gray and white tranparency backdrop. My problem is trying to sa

  • Query to retrieve user Authorizations

    Dear Experts, Is there anyone with a query to retrieve user names and their respective authorizations. Regards