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/

Tags: Business Intelligence

Similar Questions

  • Error during migration of BLOB type data

    Hello

    I am migrating the data to oracle for oracle and tables soruce and targets have type BLOB field.

    I get the error when I will carry out the interface with these blob fields. But my interface is successful if I'm not maaping this blob files.

    Here is the error message.

    ODI-1217: Session BLOB (162501) fails with return code 942.
    ODI-1226: step BLOB fails after 1 attempt.
    ODI-1240: BLOB stream fails during a load operation. This goal of load flow chart IMAGES.
    ODI-1228: SrcSet0 (load) task fails on ORACLE YAGLD connection target.
    Caused by: java.sql.BatchUpdateException: ORA-00942: table or view does not exist

    Thank you
    Patel.

    Duplicate of
    Error during migration of BLOB type data

  • 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 during migration of JDEVELOPER MAF 11.1.2.4 to 12

    After properly installing Jdeveloper 12 c (12.1.3.0) with the MAF, I tried to migrate an application developed in 11.1.2.4.34.64.69 Jdeveloper (ADF Mobile) in the same machine (Mac OSX 10.9 XCode 5.0.2 JDK 1.7.0_65). I met the following error during the deployment of IOS Simulator

    "Illegal character in the path to the index 73:" in cvm.properties (rating below)

    Measures: I had deleted the "deploy" folder and tried to recompile. It was still the same error. Help, please

    Thank you

    [13: 12:33] updated iOS profile dependencies with FAR profiles created from application projects...

    [13: 12:33]-deployment began.  ----

    [13: 12:33] the target platform's (iOS).

    [13: 12:33] this review is an application of MAF...

    [13: 12:33] Verify the existence of the source directory of the application of MAF .adf...

    [13: 12:33] check the Application Controller project exists...

    [13: 12:33] checking dependencies of applications...

    [13: 12:33] start application deployment MAF 'HR' to iOS using the profile "IOS_MOBILE_NATIVE_archive1."

    [13: 12:34] run command line: [/ Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild, - version]

    [13: 12:34] has been successfully run in command line.

    [13: 12:34] analysis of the dependence running...

    [13: 12:34] building...

    [13: 12:35] deployment of 3 profiles...

    [13: 12:35] review is a project of the MAF...

    [13: 12:35] wrote the Archives Module to/Users/tapansarkar/jdeveloper/mywork/PubCon_0625_0630_PresentedatWLF copy/ApplicationController/deploy/ApplicationController.jar

    [13: 12:35] review is a project of the MAF...

    [13: 12:36] wrote the Archives Module to/Users/tapansarkar/jdeveloper/mywork/PubCon_0625_0630_PresentedatWLF copy/ViewController/deploy/ViewController.jar

    [13: 12:36] checking dependencies of the project...

    [13: 12:36] Validation of the application XML files...

    [13: 12:36] Validation of the XML files in the ApplicationController project...

    [13: 12:36] Validation of the XML files in the ViewController project...

    [13: 12:44] copy of the common javascript files...

    [13: 12:49] undeployment.

    [13: 12:49] - incomplete deployment.

    [13: 12:49] illegal character in the path to the index 73: file:/Users/tapansarkar/jdeveloper/mywork/PubCon_0625_0630_PresentedatWLF copy/deploy/IOS_MOBILE_NATIVE_archive1/temporary_xcode_project/lib/cvm.properties

    Hi, can you also please move the application to a location that does not contain a space in the path of the file, or delete space «...» PresentedatWLF copy... ».

    It is a new issue introduced in CRG - now that the space in the path of the file will cause this error.

    Thank you

    Joe Huang

  • 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

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

  • Migration of business rule

    Gurus,
    I have a question about the migration of the Ros.
    11.1.2.1 is, and I have some BRs in my planning application.
    I want to migrate the BRs from one environment to another.
    To do this, can I export business rules from the source (by right-clicking on the node RULES of business in environmental assessments) and then import them into the EAS target environment. If so, is it specific anyhthing I need to follow, for example any file system to save it or I can save anywhere, etc. like this.
    And what I need to do something after I import business rules?
    Any suggestion would be great.
    Thank you

    If you go this route, you just need to make sure that you select the rules and dependants and save in an xml file, the in your import target the return XML in.
    It is also possible to migrate using LCM, so choose the method you prefer.

    See you soon

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

  • Migration of business rules

    Hello

    When business rules are migrated in Import/Export, points still places at the location of origin (from the source environment), is possible to change these locations together, or they must be changed for individual business rules?

    Change the XML code and do a search and replace on the location, replace the existing with a new one, you may need to do this for lowercase and uppercase

    See you soon

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

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

  • 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

  • get compilation errors during migration of weblogic7.0 to 9.2

    I get compilation errors for my request during the migration of weblogic7.0 to weblogic9.2. These errors are specific to the weblogic.servlet.FileServlet, weblogic.servlet.WebAppServletContext, and weblogic. Security-related packages.
    In the code of the application itself is called Fileservlet classes. WebAppServletContext calls the getWar() method.
    I found these classes and methods are not api weblogic9.2 and weblogic7.0 api as well.

    But it is having compiled without error in weblogic7.0 and it's errors in weblogic9.2.

    Can anyone suggest sort of like any changes of the configuration necessary for it to fix these errors of compilation.

    This information can be provided by the support the Oracle customer... Because the missing methods belongs to 'Internal API to WebLogic' and no official docs are available from outside the world of oracle because of the internal API.

    Thank you
    Jay SenSharma

  • Error during migration of 2003 standard to 2008 standard on the server.

    Original title: GIVE ME THE SOLUTION

    Dear Sir

    Actually am facing this type of migration of onece 2003 standard error to 2008 standard server.

    Kindly give me suggestion

    Adprep cannot run on this platform because it is not an Active Directory domain controller.
    [Status/consequence]
    Adprep has stopped without making changes.
    [User action]
    On an Active Directory domain controller, run Adprep.

    Thank you & best regards

    K. Raj Kleo

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will support what ask you

    http://TechNet.Microsoft.com/en-us/ms772425

     

    Hope this information is useful.

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

  • Error during migration of obiee 11.1.1.3 to 11.1.1.5

    Hello

    We have developed dashboards in Obiee 11.1.1.3.

    Now, we have an obligation to upgrade 11.1.1.3 to 11.1.1.5... For that we are palnning to install 11.1.1.5 on another machine and move the RPD
    and 11.1.1.3 to the new system catalog... It works perfectly or do we need to make changes...

    I've implemented it machine windows where KPIS work correctly but scorecards are throwing error Odbc...

    Could you please help me...

    For the upgrade, you should consider

    http://www.rittmanmead.com/2011/05/in-place-upgrading-of-OBIEE-11-1-1-3-to-11-1-1-5/

Maybe you are looking for