Error opening of AAS business rule

Hello

I'm unable to open console ASA business associated with one of the planning rules / Essbase application. This particular planning application is also not appear when I try to "select Preview ' for the business rule. The rules of business for this particular application are works good planning of a web application.


Error recovery planning request app_name on server servername.
Details: Exception occurred. Please check your log file for more details.

hbrserver.log randomly shows one of the following two errors:
2010-06-15 16:02:56, 469 [ACTIVE] WARN ExecuteThread: '1' for the queue: com.hyperion.hbr.plugin.planning.PlanningMetadata "(self-adjusting) weblogic.kernel.Default" - error recovery planning request app_name on server servername.

or

2010-06-15 15:28:22, 094 [ACTIVE] WARN ExecuteThread: '0' for the queue: com.hyperion.hbr.plugin.planning.PlanningMetadata '(self-adjusting) weblogic.kernel.Default' - Impossible to recover root element connected to planning/server_name/app_name/database_name


There is no problem with the other rules of business that are associated with other applications.


I tried to restart the Regional but that does not solve the issue. Furthermore, I believe that this problem came after I manually deployed 64 bit weblogic for EAS. On other environments where tomcat is used there is no problem at all.


Thanks in advance.

I assume you've tried the standard process of: -.
Stop planning, EAS, RMI services.
Start planning of RMI, EAS,
Connect to the planning through the web application.
Connect to EAS, open your rule.

Also you can create a new rule for the planning application after following the process described above?

See you soon

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

Tags: Business Intelligence

Similar Questions

  • Error during migration of business rules

    While trying to use the import/export option in environmental assessments to migrate business rules, we encountered an error.
    The export went very well. When you try to import, it says this: (even if it allows me to select the xml file suitable for import)
    Error during migration of business rules.
    Detail: The import file specified is not a valid trade rules xml file. Import ends.
    Details: Exception occurred. Please check your log file for more details.

    I'm sure I used the inherent format to export business rules.
    The old and new systems are version 11.1.2.

    The LCM method has failed also to the migration of business rules.
    Any suggetions?
    Thank you
    Elkaïm

    When you export make them sure you don't have "For Calc Mgr" checked, if you then import with failure.

    See you soon

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

  • Validation error in calculation Manager business rule (@_AT)?

    I've migrated a 11.1.1.3 business rule and both macros (models) in the calculation Manager 11.1.2.2. When I validate the script I get the following error. Everyone has seen this before or have any advice? Script syntax checks ok.

    "An error occurred in: rule: FCO_3YrBud_DGAlloc error: formula [statement of DIFFICULTY] (line 24) parse error: expected [()] found [@_AT]" after the function name rule FCO_3YrBud_DGAlloc ".

    Line 24 is the first declaration of FIX in the script below show:

    UPDATECALC OFF SET; AGGMISSG OFF SET;

    Model of % (name: = "FCOm_TargetSection", ask: = 'FCO', plantype: = 'FCO', PDT: = ("parm1": = ([["three year Budget"]]), "parm2": = ([["DGAllocation"]]), "parm3":=([[{FCOrtpYears}]]),"parm4":=([[Mar]])))))

    Model of % (name: = "FCOm_TargetAgg", ask: = 'FCO', plantype: = 'FCO', PDT: = ("parm1": = ([["three year Budget"]]), "parm2": = ([["DGAllocation"]]), "parm3":=([[{FCOrtpYears}]]),"parm4":=([[Mar]])))))

    First model:

    UPDATECALC OFF SET; AGGMISSG OFF SET;

    /****************************************************************************************************************

    FCOm_TargetSection

    parm1 = scenario

    PARM2 = version

    parm3 = years

    parm4 = periods

    The purpose of this macro is to translate GBP target and copy in the Curr entry and aggreggated. Step 1: Copy the total Section entry to I / P Total Section and no step 1 project: copy converted into money - no need to translate entries all entries are in GBP step 2: copy entry GBP to Curr NA values

    *****************************************************************************************************************/

    DIFFICULTY (([["trois ans Budget"]]), ([["DGAllocation"]]), ([["FY15"]]), ([[Sun]]), @IDESCENDANTS ("BH - T"), "Curr NA", "basic", 'Entry in the currency', ' one - 6111 "," A - 6112 ',' A - 6113 ', ' a - 65 ',' A - 66 ',' A - 620905 ')

    DATACOPY 'Total Section' to 'Input_Total Section;

    DATACOPY 'Total Section' to 'no project ';

    ENDFIX

    DIFFICULTY (([["trois ans Budget"]]), ([["DGAllocation"]]), ([["FY15"]]), ([[Sun]]), @IDESCENDANTS ("BH - T"), 'Curr NA', 'Total Section', Section 'Input_Total', 'No project', ' base', ' a - 6111 "," A - 6112 ',' A - 6113 ',' A - 65 ',' A - 66 ',' A - 620905 ')

    DATACOPY 'entered currency' to 'convert currency (GBP);

    ENDFIX

    DIFFICULTY (([["trois ans Budget"]]), ([["DGAllocation"]]), ([["FY15"]]), ([[Sun]]), @IDESCENDANTS ("BH - T"), "Total area", 'Input_Total', 'No project' Section, "basic", 'Entered in the currency ", converted into currency (GBP)', ' a - 6111", "A - 6112 ',' A - 6113 ',' a - 65 ',' A - 66 ',' A - 620905 ')

    DATACOPY "Curr NA ' to 'entry GBP;

    ENDFIX

    Second model:

    /****************************************************************************************************************

    FCOm_TargetAgg

    parm1 = scenario

    PARM2 = version

    parm3 = years

    parm4 = periods

    The purpose of this macro is to target data aggreggate Step2: aggregate data

    *****************************************************************************************************************/

    DIFFICULTY (([["trois ans Budget"]]), ([["DGAllocation"]]), ([["FY15"]]), ([[Sun]]), "basic", "Entered in the currency ',' converted to currency (GBP)")

    CALC DIM ("account", "BudgetHolder", "Admission tickets", "SectionProjects");

    ENDFIX

    In fact

    I just re thinking about your message. My comments above is not correct for your situation. The syntax above is correct if you are talking about the code 'in' the model itself (so if you open the template and look at the code). But if the code you have posted in your messages made from the window of script of the rule (in script view) then your problem is something different potentially.

    So the first thing is to make sure that in the model itself (open model), the PDT is defined in the global range or range of Member as [Parm1], [Parm2] etc. (or difficulty, depends on the way the model is shown) as I said in my first reply above, the model only defines the DTP, not members and must be placed between square brackets , as [Parm1}. Who will make that the DTP as defined in your model correctly. Then we need to look at how you define these PDT in the rule itself. Normally, it is much easier if your rule is in the chart view, as you just click on the model and you can enter the values. As you have your rule in Script mode, you must be very careful about how you set the values of the PAO. Every DTP 'type' has a different syntax in script mode.

    Looking at your script again I see another problem potentially. When you set the values in the DTP, the value must locking with double brackets, so [['three year Budget"]]. In your script, you must also in brackets. That is not always correct. There are moments between brackets and double square brackets is correct, but it is only when your DTP is of type 'Members', and by default, according to me, old macros of business rule translates into templates with the "Script" DTP types

    So, if you also change your business section where the models are defined as below; (as you can see, without parentheses around the DTP values).

    UPDATECALC OFF SET; AGGMISSG OFF SET;

    Model % (name: = "FCOm_TargetSection", application: = 'FCO', plantype: = 'FCO', dtps:=("parm1":=[["Three_Year_Budget"]],"parm2":=[["DGAllocation"]],"parm3":=[[{FCOrtpYears}]],"parm4":=[[Mar]]))))

    Model % (name: = "FCOm_TargetAgg", application: = 'FCO', plantype: = 'FCO', dtps:=("parm1":=[["Three_Year_Budget"]],"parm2":=[["DGAllocation"]],"parm3":=[[{FCOrtpYears}]],"parm4":=[[Mar]]))))

    The end of the game should be that when you open your rule and the view script and script tab then select low bottom your models should look as below, as you can see, everything that needs to be included in the script are the values substituted for the definition of the model, the key point is that there are no brackets or parentheses. The script should show script "pure". (I have highlighted and underlined how these 4 PDT should result in script mode)

    First model:

    UPDATECALC OFF SET; AGGMISSG OFF SET;

    /****************************************************************************************************************

    FCOm_TargetSection

    parm1 = scenario

    PARM2 = version

    parm3 = years

    parm4 = periods

    The purpose of this macro is to translate the target entry to GBP and copy of Curr NA and associate. Step 1: Copy the total Section entry to I / P Total Section and no step 1 project: copy converted into money - no need to translate entries all entries are in GBP step 2: copy entry GBP to Curr NA values

    *****************************************************************************************************************/

    DIFFICULTY ('Three-year Budget', 'DGAlocation', FY15, Mar, @IDESCENDANTS ("BH - T"), "Curr NA", "basic", 'Seized currency', '-6111 ", '-6112", "has - 6113", "A - 65", "A - 66", "-620905")

    DATACOPY 'Total Section' to 'Input_Total Section;

    DATACOPY 'Total Section' to 'no project ';

    ENDFIX

    DIFFICULTY ('Three-year Budget', 'DGAlocation', FY15, Mar, @IDESCENDANTS ("BH - T"), "Curr NA', 'Total Section', Section 'Input_Total', 'No project', 'basic', '-6111", '-6112 "," has - 6113 "," A - 65 "," A - 66 ","-620905 ")

    DATACOPY 'entered currency' to 'convert currency (GBP);

    ENDFIX

    DIFFICULTY (FY15, Mar, 'DGAlocation' and 'Three-year Budget', @IDESCENDANTS("BH-T"), 'Total Section', Section 'Input_Total', 'No project', 'basic', 'Entered in the currency "," converted into currency (GBP)', '-6111 ", '-6112", "-6113", "A - 65", "A - 66", "-620905")

    DATACOPY "Curr NA ' to 'entry GBP;

    ENDFIX

    Thank you

    Anthony

  • Error calling operation, working business rule

    I'm a Faulted while invoking the operation 'callFunctionStateless' the provider 'OracleRules1.OracleRules1_OracleRules1_DecisionService_1' on a business call inside my rule on my ApprovalProcess.bpel.  This approval policy is related to activity of the user to be created.  I am using Enterprise Manager 11.1.1.7.0  It's the first rule of business, I have worked on.  The payload for the invoke is:

    < messages >

    < entry >
    < Invoke_callFunctionStateless_InputVariable_1 >
    < part name =" payload " > 
    < callFunctionStateless />

    </ part >

    </ Invoke_callFunctionStateless_InputVariable_1 >

    </ entry >

    < fault >

    < bpelFault >
    < faultType > 0 < / faultType >

    < operationErroredFault >

    < part name =" payload " > 
    < errorInfo >
    < errorMessage > Index: 0, size: 0 < / errorMessage >

    </ errorInfo >

    </ part >

    </ operationErroredFault >

    </ bpelFault >

    </ fault >

    < faultType >

    < message > 0 < / message >

    </ faultType >

    </ messages >


    I guess the issue is because the input parameters are empty?


    That's what I see in the soa_server1.out when I test this point.

    < 14 may 2014 9:35:43 CDT > < error > < oracle.soa.services.rules > < BEA-000000 > < < >. error when running the session rule.

    The session of rule 10184 cannot run.

    Check the underlying exception and fix the error. If the error persists, contact Oracle Support Services.

    Error when running the session rule.

    The session of rule 10184 cannot run.

    Check the underlying exception and fix the error. If the error persists, contact Oracle Support Services.

    at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:276)

    at oracle.bpel.services.rules.rpi.oracle2.OracleRuleSession.execute(OracleRuleSession.java:278)

    at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:342)

    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.request(BusinessRulesServiceEngine.java:1024)

    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)

    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)

    to oracle.integration.platform.blocks.mesh.MeshImpl$ 2.run(MeshImpl.java:217)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.Subject.doAs(Subject.java:396)

    at oracle.integration.platform.blocks.mesh.MeshImpl.doRequestAsSubject(MeshImpl.java:215)

    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:187)

    at sun.reflect.GeneratedMethodAccessor4517.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    Thank you

    Tom Henriksen

    Yes, you must create an xml based on the RequestCatalogDetailsDataType to complete. Then you should be able to send to business rules like this: but in your case you have to send it to the variable of the dsIn.

  • Error when creating a business rule

    Hi all

    I'm trying to create the regional service console m rule when I choose business rule > repsitory display > rules > new rule > select outline.
    I am able to select an essbase database schema, but while I am trying to select the outline planning I get the following error


    WARN http-10080-Processor4 com.hyperion.hbr.plugin.planning.PlanningMetadata - connection error in the metamorp-ee0b9e of Planning Server.


    Any suggestion?

    Thank you

    The problem is solved? You log on with the default admin user? Given that it is a question in the environmental assessments for business so rules using user default hyperion. For example, to create a new admin user and try. I hope this will help you!

    byeee
    Ankur

  • Error using EXCLUDE in business rules

    I've been able to use EXCLUDE successfully in calc scripts, but not in business rules. When I copy the Calc Script code containing an EXCLUSION (see below) to a business rule, I get the following error:

    FIX (@IDESCENDANTS ("TIP_10"))
    EXCLUDE("1040080")
    "10RF1310" = "RF_Cum_Temp" * "FY_Rate"-> "7RF30000";
    "10RF1320" = "RF_Cum_Temp" * "PY_Rate"-> "7RF30000";
    ENDEXCLUDE;
    ENDFIX;

    Meeting ") ' at line 25, column 18.
    Expected one of:
    "::" ...
    ":" ...
    "->" ...
    "=" ...
    < MULOP >...
    "+" ...
    "-" ...
    < RELOP >...
    < EQOP >...
    "AND"...
    "GOLD"...
    ";" ...

    When I remove EXCLUDE it, it works. I hate having to chop my Calc in order to bring them into the rules of the company, but this seems the only alternative. We use Essbase version 9.3.1. I noticed someone in the forums had the same question, but never received an answer as to if it is a 9.3.1 limitation, etc. Here is the original post: EXCLUDE... ENDEXCLUDE in business rules

    Thanks for any help!

    @LIST is just a way to create a game of a series of individually selected members who do not have a hierarchical relationship of members. You can use it in a large number of functions.

    The game to the right of the decimal point in the @REMOVE must be a member - member set can be a function, say @CHILDREN or so cherry picked, @LIST.

    I still consider @REMOVE as a superset and together, including the value of superset.

    So for your code, I think it would be something like:
    Fix (@Remove (@LIST, @descendants (MemberName) (mn1, mn2, mn3, mn4, etc..)))

    I think that the combination of @DESCENDANTS and @REMOVE behave as EXCLUDE.

    By the way, I try to make these corrections on the members of level 0 and then roll as it affects fewer blocks of data and then roll up the numbers. It is almost always more rapid, but may not work for you.

    Kind regards

    Cameron Lackpour

  • Essbase Error (1200370) when executing business rule

    Hello


    I get the error: cannot calculate. Essbase Error (1200370): formula [average] runtime error (line 15): attempt to cross a member function [@X] null
    the performance of the following script.

    Fix (@relative("AltHierarchyProducts",0))
    Fix ("FY13", "Draft1", "budget")

    'Medium' = @MEMBER (@CONCATENATE ('P', @NAME (@PARENT (@CURRMBR ('products')))-> 'Variable' * (("Sales"->"Month1+"Sales"->"Month2"+"Sales"->"Month3")/3);))

    ENDFIX
    ENDFIX

    'Variable' is a member of the dimension account. When I remove the part '-> "Variable'", the script runs, but obviously no results since the Member account is missing.
    I've read a lot of posts about this error but could not solve this problem.


    A view of the hierarchy database is as under-
    Products-
    AltHierarchy
    -Cat1
    -Prod1
    -Prod2
    -Cat2
    -Prod3
    -Prod4
    PCat1-> "Variable" and "Variable" Pcat2 are placeholders that stores the values of the variables.

    Help, please.
    Thank you.

    Note: I use Essbase 11.1.2.1

    Is it possible that your function @MEMBER returns never really what anyone. You assumed that it works, but maybe it never works and it is only when you add the cross-dimensional operator, the question becomes obvious.

    for example if this does not work:

    Without cross Sun: 'Medium' = @MEMBER () * (("Sales"->"Month1+"Sales"->"Month2"+"Sales"->"Month3")/3);
    I'm not sure but maybe above returns something like #missing * (("Sales"->"Month1+"Sales"->"Month2"+"Sales"->"Month3")/3)

    With Lacrosse dim:
    "Medium '= @MEMBER ()->' Variable ' * (("Sales"->"Month1+"Sales"->"Month2"+"Sales"->"Month3")/3);
    Which I suppose would fail.

    You know what I mean? You could test this theory quite easy.

  • 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

  • Essbase business rule error

    Hello

    Creating business rule in essbase I get error while combining the outline of essbase next server:
    "Essbase 172.18.28.74 server connection error".

    My essbase server running and I m able to open the application, write scripts of calc etc.
    Any idea?

    Thank you

    You create a company that uses a planning connection or through essbase, for problems with the company rules I have suggestions you connect to "My Oracle Support" and search for Doc - id - 763345.1

    See you soon

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

  • Strange error when you try to validate a business rule

    I get this strange error when I try to validate a business rule:

    Details: cannot calculate. Essbase Error (1200369): error optimize [69972] formula (line 38): cannot cross the same dimension members


    The rule is:

    DIFFICULTY (@RELATIVE ("SG & A", 0))
    '69972' = (("60001"-> "C1130"-> "Tous les projets"-> "Tous les employés») + ("69971"-> 'C1130'-> 'All projects'->"All employees")) * ' SG & a % of C1130 '-> 'No cost center'-> 'PNULL',-> 'no employee" * (("Effectifs"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «Tous les projets»-> «Tous les employés»)) / (("Effectifs"->"SG & A"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «SG & A»-> «)) ((All projects"->"All employees"));

    ENDFIX

    Msg of error indicates that you have used the operator of crossdim with the Member of the same sun. Cross the check again.
    EX:
    'C1130'-> 'Numbers'-> 'SG & A'-> 'All projects'-> 'all employees '.
    Are all these members belong to various dimesions?

  • Problem with business rule-Essbase Error (1042017):

    Hello

    I get the following error when I run this business rule specifically.

    Details: cannot calculate. Essbase Error (1042017): network error: the client or the server timed out while waiting to receive data by using TCP/IP.  Check the network connections.  Increase the values NetRetryCount or NetDelay in the ESSBASE. CFG file. Update this file on the client and the server.  Restart the client, and then try again.

    I don't understand this error with any other rule. I checked the solution provided in this link
    _ [http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/erhelp.htm#ercalc.htm]. But this solution does not help because I do not get this error in any other rule.

    The rule that I run is

    'Depreciation value' = "Value Cumulative.Asset" / ("Assumptions_Programs"-> Jul-> @UDA (Entity,@NAME (@CURRMBR (rental))) - > @UDA (Location,@NAME (@CURRMBR (rental)))-> 'Active life in months');

    The functions in the above rule will not be replaced as below

    "Depreciation value' ="Value Cumulative.Asset"/"Assumptions_Programs"-> Jul-> IND_Assumptions-> LOC_IND->"active life in months. "

    If I hard code and run, I do not get this error. Help, please.

    Kind regards
    Brig.

    The reason why it works when you hard code and why it does not use when the UDA is simply that you should never have a multiple responses in a dimensional cross. Function @UDA returns multiple responses. Although in your case he brings only one I think it fires the calculation. Worse if you are actually bring multiple responses for @UDA that certainly isn't going to work.

    I understand all your corrections above the calcultion to recommend the best possible solution. But at least you understand why you get the error and you have difficulty

  • Performance issues at the opening of business rule

    Hello

    We work in collaboration with Hyperion version 9.2.1 and we have performance issues when opening the business rules. I have analyzed the issue and discovered that it has something to do with the assignment of access privileges to the rule.

    The authorisation scheme looks like as follows:

    User A is assigned to the group G1
    User B is assigned to the Group G2
    Group G1 is assigned to the XYZ group
    Group is assigned to the XYZ group G2
    Group XYZ is the owner of the 'basic user' delivery to the planning application.

    Without attributing any unrestricted access the rule company opens immediately.
    By assigning the privilege to access the group G1/G2 (post or get) the business rule opens immediately.
    By assigning access privilege to the XYZ group the business rule opens after 2-5 minutes.

    Anyone has an idea why this happens and how to fix this?

    Kind regards
    ULI

    Edited by: user13110201 the 12.05.2010 04:31

    This was a problem with the business rules for quite some time. Oracle made front and rear markets in later versions than yours; and they have issued patches address, if it is not completely solved the problem. Finally things seem to be much better in 11.1.1.3, although YMMV.

  • error of business rules

    When I am clicking on business rules then iam getting the following error message

    Error connecting to business rules. The repository has not been configured, or you are not authorized to use business rules

    detail: error creating DBConfig object.please check if HBR is configured correctly

    I login as an administrator.

    can someone help me with this

    I recommend you connect to My Oracle Support and have a read of the doc - id - 763345.1
    It goes through different options to solve the problems of trade rules.

    See you soon

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

  • Error of business rule when running the command line

    Hello

    I get following error when you try to run the business rule from the cmd prompt.

    C:\Hyperion\AnalyticAdministrationServices\console\bin > CmdLnLauncher.bat - Sservername - Uusername - Ppassword - rBRname
    The HBR logging configuration file:...... \HBRClient.properties
    Input method: com.hyperion.hbr.api.RuleManagerClient: getPromptVariablesForE
    says > to 1254147029953
    Input method: com.hyperion.hbr.api.RuleManagerClient: getPromptVariablesForE
    says > 06:10:29
    Output method: com.hyperion.hbr.api.RuleManagerClient: getPromptVariablesForEd
    It > at 06:10:30
    Duration: 125 millis for performance com.hyperion.hbr.api.RuleManagerClient: getPrompt
    VariablesForEdit
    Connect the missing channel or has an invalid format. Please specify a valid connection
    string value (Server/App/DB) for the launch.
    2009-09-28 06:10:30, 203 FATAL main com.hyperion.hbr.cmdlnlauncher.LaunchManager
    -Connect string is missing or has an invalid format. Please specify a valid connection
    value of string (Server/App/DB) t for the launch.

    This is the format that is given in the administration of BR. guide Could you please tell me where I'm wrong?

    Thank you
    Agnes

    Hello

    Here is an example of the use of the launcher command line > CmdLnLauncher.exe trade rules

    See you soon

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

  • connection error of business rules for outline planning application

    Hi all
    I recently migrated schemas uat to configured prod.i evrything successfully.when database
    I loged in the console of Regional service with the user (other than the administrator) that the user has all access to create business rules.
    I tried to create new business rule to select the planning application.
    I get this error"error connection server essbase < servername >: < appname >
    in the details of the error "connection to the server pllanning < servername > error: < appname >.
    and "error loading of objects from data source: java.sql.SQLException: [Hyperion] [Oracle JDBC Driver] object has been closed."

    Please someone help on these

    concerning
    SAV

    Hello

    I reconfigure EAS on the machine production and the drop and re-create the database.
    So I'd either use the migration tool to copy rules from one server to another, or just rules the export as xml and then import them again.

    See you soon

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

Maybe you are looking for