Question about RKM Hyperion Planning

Hello

We had set up the environment to load data into Hyperion Planning and environmental works very well since the first introduction. Recently, we add a new 'table Alias' in the planning application, and in order to load new description in the aliases table, re-run us the process reverses in ODI. However, we cannot find the new table "Alias" in ODI for the mapping of data after completing the reverse process. Any thoughts?

The environment, we have:
ODI 10.1.3.4.6 on Windows 2003 Server
Hyperion Planning merger Edition 11.1.1.0.0
RKM Hyperion Planning version 9.3.1.1

Kind regards
James.

Hello

While you say that he has failed, he produced errors?
In any case, you could still use the new data store, or just manually add a column in the existing data store.

See you soon

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

Tags: Business Intelligence

Similar Questions

  • RKM Hyperion Planning fails to start reverse step

    Hello!

    We are facing this problem:

    We strive to retro-design of a planning Application using the RKM Hyperion Planning Module, but the task does not complete successfully. He stops the ins phase II:

    Captura1.PNG

    It is the output we get from log message:

    org.apache.bsf.BSFException: exception of Jython:

    Traceback (most recent call changed):

    File '< string >", line 32, < module >

    at com.hyperion.odi.planning.wrapper.PlanningWrapper.init (unknown Source)

    to com.hyperion.odi.planning.ODIPlanningConnection. < init >(Unknown Source)

    at com.hyperion.odi.planning.PlanningConnectionFactory.getAppConnection (unknown Source)

    at com.hyperion.odi.connection.HypAppConnectionFactory.getConnection (unknown Source)

    at com.hyperion.odi.connection.HypAppConnectionFactory.getAppConnection (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

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

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

    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: could not connect to the instance of planning on the [10.39.5.106] host, port [9000], check if connect you are correct.

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)

    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)

    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)

    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)

    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)

    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:745)

    Caused by: Traceback (most recent call changed):

    File '< string >", line 32, < module >

    at com.hyperion.odi.planning.wrapper.PlanningWrapper.init (unknown Source)

    to com.hyperion.odi.planning.ODIPlanningConnection. < init >(Unknown Source)

    at com.hyperion.odi.planning.PlanningConnectionFactory.getAppConnection (unknown Source)

    at com.hyperion.odi.connection.HypAppConnectionFactory.getConnection (unknown Source)

    at com.hyperion.odi.connection.HypAppConnectionFactory.getAppConnection (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

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

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

    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: could not connect to the instance of planning on the [10.39.5.106] host, port [9000], check if connect you are correct.

    at org.python.core.Py.JavaError(Py.java:455)

    at org.python.core.Py.JavaError(Py.java:448)

    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:177)

    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190)

    at org.python.core.PyObject.__call__(PyObject.java:414)

    at org.python.core.PyObject.__call__(PyObject.java:418)

    to org.python.pycode._pyx4.f$ 0 (< string >: 41)

    to org.python.pycode._pyx4.call_function (< string >)

    at org.python.core.PyTableCode.call(PyTableCode.java:165)

    at org.python.core.PyCode.call(PyCode.java:18)

    at org.python.core.Py.runCode(Py.java:1204)

    at org.python.core.Py.exec(Py.java:1248)

    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)

    ... 19 more

    Caused by: com.hyperion.odi.planning.ODIPlanningException: could not connect to the instance of planning on the [10.39.5.106] host, port [9000], check if connect you are correct.

    at com.hyperion.odi.planning.wrapper.PlanningWrapper.init (unknown Source)

    to com.hyperion.odi.planning.ODIPlanningConnection. < init >(Unknown Source)

    at com.hyperion.odi.planning.PlanningConnectionFactory.getAppConnection (unknown Source)

    at com.hyperion.odi.connection.HypAppConnectionFactory.getConnection (unknown Source)

    at com.hyperion.odi.connection.HypAppConnectionFactory.getAppConnection (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

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

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

    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)

    ... more than 30

    Caused by: java.rmi.ConnectIOException: Error establishing connection JRMP. nested exception is:

    java.io.EOFException

    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:304)

    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)

    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342)

    at sun.rmi.registry.RegistryImpl_Stub.lookup (unknown Source)

    at java.rmi.Naming.lookup(Naming.java:101)

    ... more than 40

    Caused by: java.io.EOFException

    at java.io.DataInputStream.readByte(DataInputStream.java:267)

    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:246)

    We also tried to use RKM Essbase Module, and the result was the same.

    Is there a problem because Installation of the ODI has been conducted by FDMEE?

    Is there a constraint or it is just a configuration problem?

    Is and RMI (RMI) problem?

    Wouldn't be a register RMI in EPM problem?

    Information on the system environment

    -In the course of running on the LInux SUSE server

    -By using the EPM 11.1.2.3 system

    -With the help of ODI 11.1.1.7 (the ODI installation via FDMEE)

    Do you want to know from your experience of something that can guide us?

    Any suggestions would be very helpful!

    Thank you

    Ivan Lemus

    2936079 wrote:

    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: could not connect to the instance of planning on the [10.39.5.106] host, port [9000], check if connect you are correct.

    The port is not correct, the port must be the RMI port, which by default is 11333

    See you soon

    John

  • Question about a research plan

    Original title: ask the community

    To the right,.

    Through this mail, I want to express a series of questions on the research plan.

    I would be happy to know if Microsoft Corporation would cooperate on a research project or not.

    If so, what conditions the cooperation is based on.

    Looking forward to you soon.

    Best regards fak

    Hello

    I suggest you take a peek on the site Web of Microsoft Research here:

    http://research.microsoft.com/en-us/defaultb.aspx .

    Contact information for Microsoft Research can be found here:

    http://research.microsoft.com/en-us/about/contactus.aspx .

    In addition, so that you understand your message here has been on a public forum designed to provide support for some Microsoft products and services. Most of the respondents is volunteers. You're not in general at Microsoft here and you have not sent an e-mail to Microsoft.

    Hope that helps.

  • RKM Hyperion Planning 11.1.2.3 of ODI installed with FDMEE

    Hello!

    We have a problem when you try to run the reverse engineering for hyperion planning.

    We get the following message:

    org.apache.bsf.BSFException: exception of Jython:

    Traceback (most recent call changed):

    File "< string >", line 41, < module >

    java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at com.hyperion.odi.planning.wrapper.PlanningWrapper.login (unknown Source)

    at com.hyperion.odi.planning.ODIPlanningConnection.connect (unknown Source)

    at com.hyperion.odi.common.ODIModelImporter.importModels (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

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

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

    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: error/demarshaling return; nested exception is:

    java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)

    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)

    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)

    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)

    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)

    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:745)

    Caused by: Traceback (most recent call changed):

    File "< string >", line 41, < module >

    java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at com.hyperion.odi.planning.wrapper.PlanningWrapper.login (unknown Source)

    at com.hyperion.odi.planning.ODIPlanningConnection.connect (unknown Source)

    at com.hyperion.odi.common.ODIModelImporter.importModels (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

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

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

    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: error/demarshaling return; nested exception is:

    java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at org.python.core.Py.JavaError(Py.java:455)

    at org.python.core.Py.JavaError(Py.java:448)

    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:177)

    at org.python.core.PyObject.__call__(PyObject.java:355)

    at org.python.core.PyMethod.__call__(PyMethod.java:215)

    at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221)

    at org.python.core.PyMethod.__call__(PyMethod.java:206)

    at org.python.core.PyObject.__call__(PyObject.java:381)

    at org.python.core.PyObject.__call__(PyObject.java:385)

    to org.python.pycode._pyx0.f$ 0 (< string >: 41)

    to org.python.pycode._pyx0.call_function (< string >)

    at org.python.core.PyTableCode.call(PyTableCode.java:165)

    at org.python.core.PyCode.call(PyCode.java:18)

    at org.python.core.Py.runCode(Py.java:1204)

    at org.python.core.Py.exec(Py.java:1248)

    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)

    ... 19 more

    Caused by: com.hyperion.odi.planning.ODIPlanningException: error/demarshaling return; nested exception is:

    java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at com.hyperion.odi.planning.wrapper.PlanningWrapper.login (unknown Source)

    at com.hyperion.odi.planning.ODIPlanningConnection.connect (unknown Source)

    at com.hyperion.odi.common.ODIModelImporter.importModels (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

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

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

    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)

    ... more than 33

    Caused by: java.rmi.UnmarshalException: error/demarshaling return; nested exception is:

    java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:247)

    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)

    at com.hyperion.planning.HyperionPlanningBean_Stub.Login (unknown Source)

    ... more than 41

    Caused by: java.io.InvalidClassException: com.hyperion.planning.HspException; incompatible local class: stream classdesc serialVersionUID =-2065834634290912749, local class serialVersionUID = 1173493819024915347

    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:621)

    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623)

    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)

    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623)

    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)

    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1623)

    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)

    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)

    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)

    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)

    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:245)

    We use:

    Hyperion Planning 11.1.2.3

    ODI (installed with FDMEE)

    We trace the error in the knowledge base, but apparently is a common error present in other products, but we are a little confused

    If you can help us with any suggestions would be helpful!

    Thank you

    Ivan Lemus

    Take a look at the following support doc - ' java.io.InvalidClassException: com.hyperion.planning.HspException' reported when attempting to return a genius Hyperion Planning data warehouses (ID of Doc 1378423.1).

    I've seen usually the error when the username/password of planning name is either incorrect in ODI or has no administrative privileges

    See you soon

    John

  • Hello, I have a question about the new plan to PHOTOGRAPH creative Cloud. Does not include the feature of plan free prosite? and what is the difference with the new Adobe portfolio application?

    Adobe Creative Cloud

    Please check the features

    Lightroom and Photoshop | Plan of cloud of Adobe's creative photography

    http://prodesigntools.com/creative-cloud-photography-plan.html

    Concerning

    Stéphane

  • question about document process plans and the properties of the form object

    The new version of the Workbench has a tool that allows us to print a report that displays the properties of the object used in a model or process shape card? For example... showing all properties such as size, models, fonts, by default, if a field is required or not, etc...? I also check to see if this feature has been added to the Workbench for Process Maps?

    No, it isn't, but there is a blog by John Briinkman entry that will analyze your form template give you some of this information. Here is a link to the blog entry:

    http://blogs.Adobe.com/formfeed/2011/05/updated-form-report-tool.html

    Paul

  • try to connect to a hyperion planning

    I'm just starting with ODI and will have some trouble, try to connect to the planning. I have looked at the documentation and still can not understand. I'll be a bit verbose in my questions, please bear with me.

    1. in the Manager of topology in Hyperion planning technology, I created a data source, giving it the name: port user ID and password

    When he refers to the schema tab, in the application catalog and work catalogue I give name of db of the planning application. The tab context, the only option I have is global and I put in the same name as the Application of logical schema. Is it ok or I'm doing something wrong here? Is there anything else I should do to set it?



    2. After completing the previous step, I went into the designer has created a model file, and then went to insert a template. Tab definition, in name and code, I entered the same name the data source I created, I chose Hyperion Planning as technology and the logic diagram that was created in the data source. My problem is in the reverse tab. I select custom. In the context of the only option I have is global and indefinite so I chose global and for agent logic I choose Local. My problem seems to try to knowledge module. Where I expect to be able to choose RKM Hyperion Planning, all that I get to choose is < undefined >


    I know I must be missing something that makes this work all, anyone got any ideas?

    Glen,

    in your project you imported the RKM planning? You'll need to do before the RKM is available for reverse engineering to measure.

    Best regards

    G

  • ODI: Hyperion Planning target IKM issue

    All,


    In my ODI interface, I am trying to load data from flat file for Hyperion Planning application.

    To do this, I imported knowledge modules

    1 RKM Hyperion Planning
    2 LKM SQL file
    3 IKM SQL for Hyperion Planning

    Here, I am able to Reverese hyperion, planning an application using RKM Hyperion Planning.

    Interface creation started and when I try to assign IKM for Hyperion planning target, it's not showing "IKM SQL to Hyperion Planning". _ in the list of the IKM.
    Could you please suggest, if I'm missing something.

    Thanks in advance.

    Uday

    Hi Uday,

    Have you checked the box "staging: different target area" on the first tab of your interface? You must select a logic diagram it that points to a technology database as the Sunopsis Memory engine or (which I recommend) a schema, Oracle or SQL Server.

    Then you should be able to select the IKM planning.

    Kind regards
    Matthias

  • How can I customize the Hyperion, planning of work flow?

    As the title, is there any body can tell me about the hyperion planning workflow customizing?

    Nothing on this topic is welcome.

    Thank you

    Concerning

    Wu Xiaolei

    Published by: piero wu on January 8, 2009 06:31

    Unfortunately, you cannot change the dimensions that make up the 'planning unit '. (Scenario, entity, & Version)

    This improvement was repeatedly requested to Hyperion. I can only imagine that the content of the planning unit is very central to functioning internal Hyperion Planning and very difficult to change.

    This limitation has forced me to bring some unwanted design changes in the past. For example, I had to combine the dimensions as entity and Department (in one dimension called entity) so that I could get the Department in the workflow. It's about the only solution to your problem. Unfortunately, it can really mess up your dimensions.

    I wish there was a better solution.

    -Jake

  • Hyperion Planning Alias table question

    Hi all

    We have a problem with the Alias of Hyperion planning table.

    For example: the country Brazil has Portuguese as official language, but the table Alias must be BRL_Alias.When we tried to name, the name of the Alias as BRL_Alias it takes the Portuguese characters such as question marks (?).
    Could you please let us know how this can be resolved.

    Thank you

    Hello

    you have created your application in unicode mode?

    You can check in the library of the application-> tools-> manage the Source of data for planning. Select your data source and see if the "Unicode support" is true

    Kind regards

    Ilias

  • Strange question: Hyperion Planning Forms becomes read-only and data are destroyed: 11.1.2.2

    Hello

    Let me start by saying that I am not new to Hyperion Planning. We encounter a weird problem in our Test System. We notice that some (NOT ALL) of our tour of webforms in readonly webforms. all the cells in the gray form. It comes to despite the fact that the read-only checkbox is not checked in the form as well as the security is fine on all dimensions; Basically, all the cells of the form are valid combinations.

    The form becomes readonly, and all the data on this form is always Wiped. This has happened only for two web forms so far. We took a lot of Calc (none of the Calc have cleardata command). We do not know why this is happening. Maybe it's a bug in the product... not sure. has anyone seen this behavior before?

    Please let me know.

    -

    PK

    Please skip this question. It happened because someone on my team had added a member under umbrella of level 0.

  • ODI - Hyperion Planning metadata load question

    Hi all

    Loading metadata in Hyperion planning through SQl IKM - Hyperion Planning, a movement of a member from one parent to the other create a duplicate instead of moving.

    Here is an Ex:

    Oracle table - update data Source:
    parent, child, alias, storage, aggregation
    G3K, G285, xxxxxx, shared, +.

    In planning (before loading the interface):
    parent, child, alias, storage, aggregation
    G2A, G285, xxxxxx, shared, +.

    In planning (after loading the interface):
    parent, child, alias, storage, aggregation
    G2A, G285, xxxxxx, shared, +.
    G3K, G285, xxxxxx, shared, +.

    As you can see above, Member "G285" got double in planning. Not sure why this happens? am I missing something?

    ODI 10.1.3.5 & planning 9.3.1.09

    Appreciate your feedbacks.

    Thank you.

    Hello

    If you think about it so it is kind of correct what he does.

    If you have a member stored then you can't duplicate, so if you give the Member a different parent, then she will move the Member.

    Now shared members, you can have several duplicate, then when you load a shared member metadata, and a new parent so he does not know if you want to move the Member so it goes in the way of the creation of another shared member.

    If you are a member who is shared in two times and then give another parent, how would he know that you wanted to move.

    A possible solution to this is have an interface to remove members shared that you require no more, and then run the normal load of members shared in the correct location.

    See you soon

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

  • Hyperion Planning evaluation order of Dimensions

    Hi all

    Hope you all have a good day.

    I have a question about Hyperion Planning (version11.1.2.2.306) order of evaluation of the Dimension which is part of the following navigation:

    Administration > manage > Dimension > third tab

    What is the ideal way to set the order of evaluation?

    Currently, we have the Dimensions dense scattered dimensions first and then (higher number of members at least). What is the proper way to set the order of evaluation?

    Thanks in advance for the help.

    Concerning

    MSA

    Try to see the links given below. They will provide more understanding on the outline of adjustment and control

    http://www.keyperformanceideas.com/outline-tuning-modified-hourglass

    http://avkhyperion.blogspot.com/2013/04/optimization-in-essbase_5.html

    https://blogs.Perficient.com/Oracle/2014/06/17/Essbase-application-performance-tuning/

  • Hyperion Planning support for browsers and Windows

    Hello everyone

    I have a question about browsers and Windows that support Hyperion planning.

    Hyperion is compatible with Windows 10?

    Hyperion is compatible with IE 11?

    Hyperion is compatible with Firefox (latest version) 43

    SmartView is heading the bureau 13?


    Thanks in advance.


    Concerning

    MSA

    You will need to provide what version of Hyperion (and Smart View) you are on for people to answer this question precisely as each version is different.

    Your best bet (and should always be your first choice in these issues) is to consult the EPM support matrix

    http://www.Oracle.com/technetwork/middleware/bi-Foundation/Hyperion-supported-platforms-085957.html

  • Hyperion Planning and Essbase

    I have a question about how essbase is related to hyperion planning.  specifically, I would like to know if you can vectorize in essbase and then associate them with or have them cross to a hyperion planning an application.  I read that if you make a change to an essbase outline, and then refresh the hyperion application applications settings, including an outline, will be replaced.  It seems that master control is integrated with EPMA or hyperion planning because all the dimension and the main lines of work needs to be done here.  However, it seems to me that there may be times where you want everything works on and change the contour in essabase and have changes go through the application of EPMA, because it's maybe easier.  Is this true and if so, how do the changes so that they appear in the hyperion application that was created by EPMA.

    The flow is planning for Essbase, it cannot be reversed.

    If it's a planning request EPMA then the stream is EPMA > planning > Essbase

    See you soon

    John

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

Maybe you are looking for

  • How can I remove subfolders to my local when records are no longer needed?

    I created special subfolders for a specific purpose, but also the need for them has passed I no longer need them. Records are currently empty. I want to remove them from the list of local files to reduce clutter on the screen, but it doesn't seem to

  • Will be apple stop selling iPhone 5s?

    I am interested in buying an iPhone 5s, but wonder if it will be always on sale after the new iPhone is on sale? Also, what is the price of a 5s iPhone 16Gb? Thank you Joseph

  • Equium A200-1VO video card drama

    I have been brought recently in command and conquer 3 tiberium wars and my laptop gets so far into the game and then comes back to the desktop while saying that there is a problem and the program had to close. I tried to solve this problem with onlin

  • I have a few questions about Satellite Pro L300

    1.) how can I update my Bios? I find the zip file, but no further information how it works? 2.) I want to upgrade to more memory. 2GB are less for quick work. Where I could find information on the memory controller-p. e.g. voltage, Timings... to pass

  • Cannot access the executable .txt in 2011

    In LabVIEW 2010 or 2011, I open a .txt file in file reading program that is one level below the main routine. When I make an executable in the main routine may not find the .txt file, even when I put in the executable file and a directory above level