Concern of Calc Manager

Hello



In the version of calc Manager - 11.1.2.3, when I copy a business rule between applications in calc Manager comments in


the code disappears.



Any idea what could be? Or is some sort of bug?


Thank you

EbrauerP

1. go to Shared Services in the original application. Take the Group of application corresponding to your request. Then, open the Types/Calc Plan Manager rules. Right click on the rule that you want to export, and then save the file. The exported rule should produce an XML file.

2 return to Calc Manager and access the application target/rules and then to the right, click Import. Select the previously exported file.

3. after importation, deploy the rule.

Tags: Business Intelligence

Similar Questions

  • How to migrate EAS Business Rules for Calc Manager in 11.1.2.1 (without using EPMA)

    Hi all

    for the moment, we are on 11.1.2.1 and one more late upgrade scheduled to 11.1.2.3, use Calc Manager rather than the rules Business (EAS). Therefore, I would like to upgrade to business at Calc Manager rules, but without using EPMA (we would still use the classic Planning Administration). I read several documents and sites, but I was unable to find a way to do... Does anyone have a how or documentation about my problem?

    Thank you very much

    André

    P.S.: Maybe to make it a bit clearer: I won't spend 11.1.2.1 to 11.1.2.2. I would only use Calc Manager instead of business EAS rules 11.1.2.1 and I couldn't find anything that shows how or if it is possible to migrate from the business rules to Calc Manager (without using EPMA).

    You can change the method of calculation of the Manager of Calc application. I replied to your message in the Manager area of Calc.

    Concerning

    Celvin

  • Run guests from time disabled for stand-alone applications Essbase calc Manager

    Could you let me know if we could assign RTP for a business rule created through the Manager of calculation for Essbase stand-alone application (not activated EMPA)? I created a business rule in calc, Manager of a standalone version of Essbase (essentially copied the contents of a calculation script and saved in a new business rule). The rule completed successfully, however the RTP section is disabled when I tried to create a variable for this rule.


    image.png

    Attempted to create a global variable, but could not find him under the knot, essbase. This means that by the RTP can be created only for requests that are active-EPMA? We are currently in version 11.1.2.2

    Global variable.PNG

    No, not in 11.1.2.2 you must be on 11.1.2.3 or higher, as says 11.1.2.2 ""execution prompt variables can be used in the planning of business rules. " "

  • 11.1.2.3.700 Calc manager - cannot open business rules in IE11 but can in Firefox

    Updated 11.1.2.3.500 to 700 for the IE11 support.

    I installed the following hotfixes:

    1 20675028 - SSP

    2 20612400 - workspace

    3 20643564 - hyperion Planning

    4 20929659 - architect EPM (foundation server)

    5 21292109 - Manager of calculation

    6 20768325 - statement and analytical framework

    7. 21240419 - ADF MLR

    I deleted the directory tmp and cache on servers managed and the Planning0 and calcmgr0

    (Oracle\Middleware\user_projects\domains\EPMSystem\servers\CalcMgr0)

    History/cache deleted my Internet Explore.

    When I go to the calculation Manager and try to open any business rule of calculation Manager I receive the following informational message: "Please try to reload the component script again." When you click on 'OK' I do not see any text in the business rule. (See attachment)


    I can run the business rules of the application of planning successfully and I can see them under "Shared Services" and import/export business rules.

    Calculation of the Manager process runs on the server, the logs show no errors in the Oracle\Middleware\user_projects\epmsystem1\diagnostics directory

    Tried to search for the message but could not find anything about this message.

    Any suggestions?

    OK, I think I understand what is happening, I noticed a difference between the user interface in your screenshots and it seems that you disabled for calc Manager ADF.

    You will be able to confirm is that you run a report of registry and it will have a BINDOWS_ENABLED = true for the CALC_MANAGER_PRODUCT property

    If I pass the ADF to bindows so I see the same problem, is there a reason you do not run ADF mode?

    See you soon

    John

  • Is it possible to include a model of calc Manager after an if condition in a rule of calc?

    Hello!

    I'm trying to create a rule that would first check if certain conditions (pitfall) are met.

    If the condition is true then the rule should go and calculate using a model with different parameters PDT.

    If the condition is not met, then something else is made.

    I test this because I should develop the same kind of solution for another case where the model is much more complicated. Basically, the problem is the same.

    Before you run a rule with a model, a condition to be tested and if the value of CAP are models of should not be executed.

    Here's the rule as we see calc (script edit mode) (Version 11.1.2.3) Manager

    ('Work'

    IF ("Volume"->"BegBalance"-> "DriverSelection"->"LOC"->"real"->"No_Product"->"No_Entity" <>6)

    %Template(name:="CMTemplate1",application:="MyApp",Plantype:="plan1",DTPs:=("YearPara":=[[{GV_Year}]],"ScenarioPara":=[["forecast"]],"VersionPara":=[["working"]]))

    %Template(name:="CMTemplate1",application:="MyApp",Plantype:="plan1",DTPs:=("YearPara":=[["FY16"]],"ScenarioPara":=[["budget"]],"VersionPara":=[["working"]]))

    ON THE OTHER

    / * STARTCOMPONENT: FORMULA * /.

    "7654321"-> "BegBalance"->"LOC"->"real"->"No_Product"->"No_Entity" = 6;

    / * ENDCOMPONENT * /.

    ENDIF;

    );

    The explanation of the above rule:

    It should 1st check-if a Show Stopper has to value (6)

    If is not equal to 6, then it is and should be aggregations as expected.

    If the show stopper (can find value 6 to the intersection of the cross-dimension), then it should set 6 to another intersection as a control point.

    The model includes an aggregation that is made for different combinations.

    The model script is the following ([YearPara], [ScenarioPara] and [VersionPara] are promtps of design time that can be set when you use the template in a rule):

    Fix ([YearPara], [ScenarioPara], [VersionPara], "EUR")

    AGG (product, entity);

    endfix

    This rule does not, validate because the Manager of calc seems to find something wrong with the ")" at the end of the if condition. (line 2 to the rule)

    I see the calc Manager displays error messages that aren't the real cause of the problem.

    Is simply because the template has fixes and they occur after the fi condtion test?

    For comparison, I have a separate rule where I have only two lines:

    %Template(name:="CMTemplate1",application:="MyApp",Plantype:="plan1",DTPs:=("YearPara":=[[{GV_Year}]],"ScenarioPara":=[["forecast"]],"VersionPara":=[["working"]]))

    %Template(name:="CMTemplate1",application:="MyApp",Plantype:="plan1",DTPs:=("YearPara":=[["FY16"]],"ScenarioPara":=[["budget"]],"VersionPara":=[["working"]]))

    This rule works without any problem.

    looking forward for your comments

    Kind regards

    user637777

    Hello!

    Had, it works:

    The reason for not working had patches after if test condition:

    Now the rule looks like this: (used a slightly altered version parameterless template)

    ('Work'

    IF ('Volume '->' BegBalance'-> ' DriverSelection '-'LOC'-> 'real'-'No_Product'-'No_Entity' > > > <> 6 ' ")

    %Template(name:="CMTemplate2",application:="MyApp",Plantype:="plan1",DTPs:=("YearPara":=[[{GV_Year}]],"ScenarioPara":=[["forecast"]]))

    %Template(name:="CMTemplate2",application:="MyApp",Plantype:="plan1",DTPs:=("YearPara":=[["FY16"]],"ScenarioPara":=[["budget"]]))

    ON THE OTHER

    / * STARTCOMPONENT:SCRIPT * /.

    "7654321"-> "BegBalance"-> "LOC"-> "'real '->' No_Product-> 'No_Entity' = 6;

    / * ENDCOMPONENT * /.

    ENDIF

    )

    Model is as follows:

    IF (@ISMBR ([ScenarioPara]-> [YearPara]))

    @IDESCENDANTS ("product");

    @IDESCENDANTS ("entity");

    ENDIF

    So resolved for this case...

    But the other cases I have bugs that I can't go around with IF (solution @ISMBR.

    Kind regards

    user637777

  • Not finding Designer Variable in the Tools Menu - Calc Manager Hyperion 11.1.2.3.500

    I'm in EMP 11.1.2.3.500

    When I am trying to develop a business rule in the Calc Manager, I could able to create rules and scripts etc. but I see not the tool-> Option Variable that usually opens Variable Designer to create quickly run time variable.

    Please advise if any change of necessary adjustment for the same or is it a bug /patch should be applied.

    Thank you

    KP

    Hi PK,.

    A bit difficult for the first time on 11.1.2.3.500. In the Sub screen shot under system view the second last icon will take you to the designer of the Variable.

    Thank you

    Vikram

  • 11.1.2.3 Calc Manager does not open

    Hello gurus

    Just finished applying the corrective update to 11.1.2.3 to 11.1.2.1.

    Can connect you to the workspace and has been able to improve the planning of the applications as well.

    However, when I try to open Calc Manager by-> Navigate-> administer-> Manager of Calc, I get the following error message:

    Process default handlerAn error has occurred the result from the process server.
    ---------------------------------------------------------------------------
    URI: http://servername:19000/calcmgr/filterview.GetChildren.do

    Description: Syntax error-

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""
    < head >
    < title > Oracle Enterprise Performance Management System Workspace, Fusion edition < /title >
    < meta http-equiv = "X-UA-Compatible" content = "IE = Edge" >

    < / head >
    < frameset style = "border: 0px;" border = "0" frameborder = "0" framespacing = "0" line = "*" >

    < framework noresize scrolling = "" onload = "" src="/workspace/index.jsp?framed=true" >
    < / frameset >


    I checked the logs in the folder "D:\oracle\Middleware\user_projects\domains\EPMSystem\servers\CalcMgr0\logs" and


    < test "SELECT 1 FROM CALCMGRCONFIG WHERE 1 = 0" set up for pool 'calc_datasource' failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist.

    «. >

    # < 3 March 2015 1:36:05 pm > < Info > < JDBC > < TELEAS121 > < CalcMgr0 > < ExecuteThread [ASSET]: '25' to queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KjWv6qBEOPCkZCADVr1KxVbb00000O > < 1425407765900 > < BEA-001128 > < connection for pool 'calc_datasource' has been closed >.

    # < 3 March 2015 1:36:05 pm > < Info > < Common > < servername > < CalcMgr0 > < ExecuteThread [ASSET]: '25' to queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000KjWv6qBEOPCkZCADVr1KxVbb00000O > < 1425407765980 > < BEA-000636 > < resource "calc_datasource", "DEFAULT_GROUP_ID" active group Pool >



    Set up EMP Configurator and try to reconfigure just the database to the calc Manager.

    Sree-

  • LCM: Basic rules Calc Manager vs planning files

    I need rule of LCM files and see the rules in 2 different locations, Foundation-> Manager of Calc and planning-> rule files. That is the right file where LCM, and what is the difference between them?

    In addition, files that were brought by the spectacle of LCM under planning-> rule files but non Foundation-> Manager of Calc. Why would it be?

    Thank you!

    FA

    To do this, you need to understand the underlying design. Unlike HBR, who acted as the repository of rules in Calc Manager, rules must be deployed at Calc Manager planning. Once the rule is deployed to planning, it (planning) maintain the copy of the rule in its repository. You can continue to make changes to your rules in calc Manager and there is no effect on the rule in planning.

    So for LCM, you will have the rules in 2 places, in Calc Manager (version may differ from what is in the schedule) and also in planning.

    So you can import via LCM planning rules and it will run without calc in Picture Manager. But if you want to change these rules and deploy it to the planning, you must import the rule via lcm in Calc Manager and redeploy to the schedule.

    Sree - mougel

  • HFM Calc Manager of rules does not appear through excerpts-&gt; elements of the application

    Dear team,

    We have management rules defined in application consolidation HFM EPMA but during extraction through the workspace using snippets-> Application parts, few of them make their appearance, but not all.

    That's why I wonder that all Manager cal rules are run in the context of Consolidation or not. Please provide steps to check whether or not all the rules of calc manager associated with the application.

    According to my understanding, Manager of calc rules should extract through the workspace using snippets-> elements of Application please confirm if my interpretation is correct or not.

    We are om EMP 11.1.2.3

    Your immediate response is much appreciated.

    Thank you

    Hello. Check in the Calc Manager that the desired rules are rule groups that are marked for deployment. If the rules are not in a set of rules, or rules in some rulesets not marked for deployment, then the rules will be not responsible for HFM.

    Kind regards

    Eric

  • Not able to open the designer of the rule in Calc Manager in the workspace

    I installed Hyperion 11.1.2.2 on Win2003 sp2. My version of IE is 7. When I try to write/modify a business rule in the calc Manager, I get a warning "your current security settings don't allow websites to use ActiveX ie7... "Your page may not display correctly. I tried every setting in Internet Explorer to get this message across, but it doesn't. All the world faces this problem and what is the solution.

    Hello

    You will probably have to have Flash plugin (Yes it's kind of ridiculous that most of us use Calc Manager just to write calc scripts), but this is probably the reason why, I came across it last month. No idea if a recent version of the Flash plug-in for Win2003.

    Or just use a browser (Firefox or IE. recent 8/9 on a client of work instead of working directly on the server

    Good luck!
    JM

  • CDF in Calc Manager for planning

    Hello everyone:

    I created a calc script that he uses CDF (custom functions defined) correctly, but when I create a new calculation in Calc Manager and analyzed, it fail the test. After that, if I deploy this calculation and I use it on the form of a schedule, it does not work.

    Bad planning says:

    ++ «Error occurred when parsing calc script for a rule...» » ++

    It is not supposed that CDF can be used in the Planning? What is wrong with him?

    Thank you

    Kind regards

    Javier

    Yes. This is what worked for me. So, if you take the function JgetStringFromDouble, it has two Boolean parameters (boolean Boolean withQuotes and withDecimal). You must update the code your assumptions in terms of citations and decimal numbers hardcoded in java by removing the IF statements.

    Thus, instead of something like this:

    public static String getStringFromDouble (double withQuotes, double, boolean, boolean withDecimal) {}
    DecimalFormat df = nf (DecimalFormat);
    String dblStr = null;
              
    If (! withDecimal) {}
    df.applyPattern("###0");
    dblStr = String.valueOf (df.format (dbl));
    } else {}
    dblStr = String.valueOf (dbl);
    }
              
    If (withQuotes)
    "" return "------" ' + dblStr + ' \; "
    on the other
    Return dblStr;
              
    }

    You would have something like this: (don't forget to remove Boolean parameters and include orders 'import' at the top of the packaging).

    public static String getStringFromDouble (double dbl) {}
    DecimalFormat df = nf (DecimalFormat);
    String dblStr = null;
              
    df.applyPattern("###0");
    dblStr = String.valueOf (df.format (dbl));
    Return dblStr;
              
    }

    I have not tested, but I hope you get the idea. Once you remove the Boolean and any parameters Pack, it'll work in Calc Manager.

    -Jake

  • Unable to deploy calc manager rule attrbuts in 11.1.2.1

    I'm unable to validate/deploy a rule of calc Manager in 11.1.2.1. This rule is also developed as a calc script and gets validated/executed successfully.
    This is a custom currency conversion script

    Sample
    Jan)
    IF (@ISMBR (@Attribute ("b_CNY")))
    "USD" = "Currency" / "Avg_Rate"-> "CNY";

    ELSEIF...

    ELSEIF...

    ENDIF
    )

    Do we know if this a bug known?

    Thank you

    It used to be a bug that @attribute could not be validated, perhaps useful to check patch to see if it is still attached.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Cannot create global variables in calc Manager in 11.1.2.1

    I am trying to create execution variables to use in calc Manager rules at the application level. But when I select the name of the Application and click Create new variable, that it gives me the dimensions used in my App list rather it gives some names of General dimension. I can create variables at the level of the plan type, but I'll try to avoid it.

    How can I create performance variables in Calc Manager rule to the application level?

    Thank you

    This is how the product works when it comes to global variables:

    -During the creation of the global variables so only common dimensions are selectable (period, currency, entity, year, period, etc.) makes generic sense or defined by the user dimensions are the specific database because applications can have several common dimensions and other databases.

    -At the database level dimensionality, you select the database of planning when creating variables that use the user defined dimensions and overall at a higher level when creating variables that uses common dimensions.

    Reference: Creating calculation Manager Global Variables, not all Dimensions of Hyperion planning are available (Doc ID 1272807.1) on MOS.

    HTH-
    Jasmine.

  • Business rules endangered in Calc Manager

    I have a planning application classic on 11.1.2.1 crossing calc Manager business rules, but just the other day I logged in i could no longer see in calc business rules manager when I go to the database. The rules still run and are visible in other places as the head of corporate security rule but not in calc Manager. I tried to restart the Manager of calc, reconfiguration weblogic, creating new rules (that actually works but the old is still invisible). I've migrated on the environment from another environment, without success. Any idea what could be the problem?

    Thank you!
    Mark

    Hi, have you migrated rules if Appication group-> Foundation-> Manager calculation way of LCM? Or just the rules with your application. It looks like the second, but this is not enough, that you must use the first one too.
    He didn't explain what happened with you the rules but can help you to restore

  • Error message 404 in the last Calc Manager and Hyperion Planning Logins

    Hi all

    When I tried to log into the Manager of Calc and Hyperion Planning (V.11.1.2.2) through the web URL, I get the 404 Error Messages.

    If I can get to Calc Manager via the workspace, but when I tried to access Hyperion Planning its launch an Error Msg: required Hyperion Planning.Application Wizard creating applications Module is not configured.

    I don't have the Installation/Configuration error.

    Any help on this is appreciated.




    Thank you
    Mike.

    OK last time :) will check you the newspapers for example \user_projects\\diagnostics\logs\ check the logs in the directory of services for windows and the startup directory for * nix

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Qosmio DX1210 can't burn CD

    Hello I have an i5 DX1210 all-in-One, which has a BD - ROM.My problem is, it will read CDs and DVDs and I can Brown on DVD but I can't CD Brown She did it for the new, it makes no difference if I use3rd party software or is it not still comes up with

  • Strange results in "organize bookmarks".

    Hi people,I'm having a strange result when I opened "Organize Favorites".I do not get the actual list, but rather, only 3 URL in the right pane (name, etc.) and Nothing in the left pane.I have topped up the bookmarks via the function "Import/Backup"

  • Intercept a button for multiple buttons

    Hello. I am currently doing a VI in which I Boolean mutiple buttons in several groups (more than 100 buttons spread out over 4 groups). What I want is that, when a sense of belonging to a group touches the other buttons in the same group go to a shut

  • I can't activate my original number.

    I have an original number of Vista and when I reinstalled the system and then I got the message from Microsoft, this copy is not original, and now I can't use the internet... Respect of Tobiasz Lipinski

  • Corruption of Windows Store error

    Hello I need to fix an error Windows Store Corruption, but since I'm on Windows 7, I can't use commands such as restorehealth DISM. How can I fix this error? I downloaded the image from command prompt results. I posted the results of the newspaper of