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

Tags: Business Intelligence

Similar Questions

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

  • 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

  • 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

  • Failed to initialize the Application example in Hyperion Planning

    Hello

    I'm new on Essbase and Hyperion EPM system 11.1.1.1.0 and I'm trying to test the functionality of planning. I have installed and configured the EPM system, and when I run the Diagnostics of the EPM system, everything is successful unless connecting to Essbase Studio Server (which is a separate issue from another thread).

    I'm working with the example of planning application included with the installation. I followed the instructions given here from the blog of John Goodwin, but I encounter an error when I try to initialize the sample application. I also tried creating the application through the workspace, which is documented here. I get the same error during initialization of the sample application.

    I get the error message said: "failed to initialize the sample Application. See the log for more details. "Where this journal of planning? I'm running on Tomcat.

    When I try to create the database, following the blog of John, through the Administration > manage the database > Create, I also am getting an error on step 18 of 21: [console] verification of member formulas. The error reads as follows:

    com.hyperion.planning.olap.HspVerifyOutlineException: check the plan failed with the following errors:
    Error [1200497] discovered in the formula of Member for "411100" members
    Error [1200497] discovered in the formula of Member for "412100" members
    Error [1200497] discovered in the formula of Member for members "412200."
    Error [1200497] discovered in the formula of Member for "451000" members
    Error [1200497] discovered in the formula of Member to Member "501111".
    Error [1200497] discovered in the formula of Member to Member "501112".
    Error [1200497] discovered in the formula of Member to Member '501130.
    Error [1200497] discovered in the formula of Member to Member "501240".
    Error [1200497] discovered in the formula of Member to Member "501250".
    Error [1200497] discovered in the formula of Member to Member '511200.
    Error [1200497] discovered in the formula of Member to Member '511300.
    Error [1200497] discovered in the formula of Member to Member '511400.
    Error [1200497] discovered in the formula of Member to Member "511500".
    Error [1200497] discovered in the formula of Member to Member "511600".
    Error [1200497] discovered in the formula of Member to Member '511700.
    Error [1200497] discovered in the formula of Member to Member '511800.

    What should I do to get this application example upwards and running so I can see what he does?
    How to initialize the sample application?
    Why can't create a database correctly (without the above error), so I can then load data into the database of the Consol via the Essbase Administration Services Console? Currently, the outline in environmental assessments do not check (it gives me the same list of members of the above error messages), and so I can't load the sampleapp_data into the database. If someone saw, please help. Thank you.

    -Scott

    Hello

    If you remove the application, back, restart schedule, create the sample application again and initialize you should be fine, then you can return the clock to its normal state.

    You always make the changes on the side planning and when you refresh these changes will be pushed to essbase (which you can see with EAS).

    See you soon

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

  • The database connection failed while creating DataSource in Hyperion planning.

    Hi all

    I installed it and configured Hyperion Planning 11.1.2.4 and also apply the planning Patch 20937926 (Hyperion Planning 11.1.2.4.002) successfully.  When I'm creating the Source of data for planning its getting failed with reason "the connection failed" here is the screenshot of the same thing.

    Database connection Failed -Error.PNG

    Here is what is is connected in the logfile (C:\Oracle\Middleware\user_projects\epmsystem5\diagnostics\logs\services\HyS9Planning_epmsystem5-DD)


    < 18 January 2016 5:56:53 PM PST > < WARNING > < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lrJCEoFw00Fzzw0w00000pC00028j, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4. The request is the following: request URI:
    /HyperionPlanning/ADFAppWizard.jsp
    The request URL:
    http://agiph1epma.aagc.corp:19000/HyperionPlanning/ADFAppWizard.jsp
    (No query string)
    All header names:
    Accept, Accept-Language, Referer, User Agent, Content-Type, accept-encoding, host, Content-Length, connection, Cache-Control, Cookie, ECID-context, X-Forwarded-For, Proxy-Client-IP, X-WebLogic-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lrJCEoFw00Fzzw0w00000pC00028j; kXjE0ZDLIPHMj8HUkLQSdVQRGSPOiUPQiNRB1KIH1GSSNPQUXISPiARSkG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Content-Length: 584
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.aagc.corp:19000/workspace/cache/2016-01-18_02-40-31/bpmstatic/thirdparty/bindows/html/blank.html?X-ORACLE-BPMUI-CSRF=D94524A8AA7DC623860541EBDDA20EAFBD99F3126088E3B74518546FFD5A84CF2EFCFDDE8C389BD9ED9232B31164972ECEBD6AE33B625120F6FAD7E40E7D3C98
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Content-Type: application/x-www-formulaires-urlencoded
    Accept: text/html, application/xhtml + xml, * / *.
    >


    < 18 January 2016 5:56:55 PM PST > < error > < oracle.jbo.uicli.mom.JUApplicationDefImpl > < BEA-000000 > < views. DataBindings.cpx and view. MemberSelectorDataBindings.cpx use the same usageId: view_MemberSelectorViewPageDef
    FIX: Use view_view_MemberSelectorViewPageDef as the usageId in sight. DataBindings.cpx >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 1.9.2 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 532 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 1.9.2 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 532 >


    < 18 January 2016 5:57:03 PM PST > < warning> < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lrjnIKFw00Fzzw0w00000pC00028m, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4:3. The request is the following: request URI:
    / HyperionPlanning/faces/AppWizardMain
    The request URL:
    Http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardMain
    Query string:
    _afrLoop = 514090508592 & _afrWindowMode = 0 & app = & _adf.ctrl - State = gsvzi1859_4
    All header names:
    Accept, Referer, Accept-Language, User-Agent, accept-encoding, host, Cookie, ECID-context, connection, Proxy-Client-IP, X-Forwarded-For, WebLogic-X-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lrjnIKFw00Fzzw0w00000pC00028m; kXjE0ZDLIPJNj8HUkLQSdVQRGSPOiUPQiNRBaHRO_JVB1GSSNPQUXISPDHPQiG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardMain? Application =
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Accept: text/html, application/xhtml + xml, * / *.
    >


    < 18 January 2016 5:57:11 pm PST > < WARNING > < oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer > < ADF_FACES-60099 > < component in the region with the id: plnTmpl:awRgn found a page with several components of root fragment. More fragments of a root element may not display properly in a region and can have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root element. >

    < 18 January 2016 5:57:13 PM PST > < WARNING > < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lsg08ZFw00Fzzw0w00000pC00028q, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4:3. The request is the following: request URI:
    / HyperionPlanning/faces/AppWizardTF/AppWizardMain
    The request URL:
    Http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardTF/AppWizardMain
    Query string:
    _adf. CTRL-State = gsvzi1859_11 & Adf-Rich-Message = true & unique = 1453168633033 & oracle.adf.view.rich.STREAM = plnTmpl:awRgn:0:pc1:appTbl & javax.faces.ViewState =! hf4m74xtc
    All header names:
    Accept, Referer, Accept-Language, User-Agent, accept-encoding, host, Cookie, ECID-context, connection, Proxy-Client-IP, X-Forwarded-For, WebLogic-X-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lsg08ZFw00Fzzw0w00000pC00028q; kXjE0ZDLIPGRj8HUkLQSdVQRGSPOiUPQiNRBaHRO_JVB1GSSNPQUXISPKMJB1GSSNPQUXISPDHPQiG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.AAGC.Corp:19000/HyperionPlanning/faces/AppWizardMain?_adf.CTRL-State=gsvzi1859_4
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Accept: text/html, application/xhtml + xml, * / *.
    >

    Can someone help me how to solve this problem.

    Kind regards

    VJ

    If it is an Oracle database, you connect to so be, you must enable the custom URL and change the url to server connection: port: sid to the server: port / servicename

    Also you can get better Planning_WebApp.log that is located in the directory the plannning managed server logs the log information.

    See you soon

    John

  • ODI - Java error when you try to reverse engineer - Hyperion Planning

    Hello

    I receive the below error when I try bone members of show on the models tab in the designer of the ODI. In the topology manager get connection successful in the two memory Synopsis table engine and technology files and I checked all my settings and everything looks OK compared to the test environment. In fact, we test the installation of Production with a very simple construction of dimension Hyperion Planning. Does anyone have any ideas why I get the below error.

    Thanks in advance for the help!


    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):

    "< String >" file, line 1, in there?

    ImportError: no module named java



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

    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)

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

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt (SnpSessTaskSqlC.java)

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

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

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

    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)

    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)

    at com.sunopsis.dwg.cmd.e.i (e.java)

    at com.sunopsis.dwg.cmd.g.y (g.java)

    at com.sunopsis.dwg.cmd.e.run (e.java)

    at java.lang.Thread.run (unknown Source)

    Hello

    Odiparams.bat sets the jar files to all the classpath, if called not properly then he may not have set the classpath appropriately.

    If you look in the bat file it uses % ODI_HOME % and if there is no environment variable for it, and then uses the previous directory, it also calls setpath to define another variable. Then maybe, he has not been called as it should.

    If you start the designer in the menu start there usually a start in the C:\OraHome_1\oracledi\bin directory for example
    Perhaps, that is not defined?

    Here are a few ideas for why it does not pick up pots, it's probably around the odiparams.bat like I said that several parameters setting up.

    See you soon

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

  • Hyperion Planning calco - FIX and IF condition script.

    Gurus

    I'm new to Hyperion Planning and have a question:

    I'm writing the script of followgin and he looks up and as the listed error.

    SCRIPT:

    / * STARTCOMPONENT:SCRIPT * /.

    COPYMISSINGBLOCK OFF SET;

    DIFFICULTY ('AC_91100', 'AC_91380', 'AC_92105', 'AC_93100', 'AC_94105', 'AC_95100', 'AC_96100', 'BegBalance',

    ('Current Service level', 'FU_0', 'FN_00000', 'LO_000000', 'FD_100', 'FD_200' and ProposedYear,"Baseline",@Relative ("project", 0), @Relative("Total Entity", 0))

    ("AC_91100"

    IF ("Start Date"->"projected" is #MISSING AND 'End Date'-> 'projected' == #MISSING)

    DATACOPY 'Start Date'-> 'Budget' to 'Start Date '->' projected ';

    DATACOPY 'End Date'-> 'Budget' to 'end '->' Date projected. "

    ELSEIF ("Start Date"->"projected" == #MISSING AND 'End Date'-> 'projected'! = #MISSING)

    DATACOPY 'Start Date'-> 'Budget' to 'Start Date '->' projected ';

    ElSEIF ("Start Date"->"projected"! = #MISSING AND 'End Date'-> 'projected' is #MISSING)

    DATACOPY 'End Date'-> 'Budget' to 'end '->' Date projected. "

    )

    ENDFIX;

    / * ENDCOMPONENT * /.

    Error message when I validate the script:

    An error occurred while parsing the script.

    Please check the script between the column in the row: 9: 71 and column: C9: 78.

    Found token '#MISSING'- expected tokens: <EOF>,<DIGIT>,<LETTER>,"/*STARTCOMPONENT:SCRIPT*/","/*ENDCOMPONENT*/","/*STARTCOMPONENT:FORMULA*/","/*STARTRULE*/","/*ENDRULE*/","/*STARTTEMPLATE*/","/*ENDTEMPLATE*/","\"File\"","\"Binfile\"","\"DSN\"","DataExportLevel","LEVEL0","\"LEVEL0\"","INPUT","\"INPUT\"","DataExportDynamicCalc","DataExportNonExistingBlocks","ON","\"ON\"","OFF","\"OFF\"","HIGH","LOW","DEFAULT","ONLY","AFTER","SUMMARY","DETAIL","ERROR","WARNS","INFO","NONE","DEBUG","WARNING","DataExportDecimal","DataExportPrecision","DataExportColFormat","DataExportColHeader","DataExportDimHeader","DataExportRelationalFile","DataExportOverwriteFile","DataExportDryRun","@_false","@_true","NUMBER" , 'MEMBER', 'BOOLEAN', 'STRING', < COMMENT_CPP_STYLE >, < SPACE >, "/ * ',' ' * / ', '\n', < token of type 56 > '\"","\"","\n', < token of type 60, > '[[',']]', '\n', < token of type 64 >, < SUBST_VARIABLE >, < hfm_VARIABLE >, < MACRO >, < REAL_NUMBER >, < INTEGER_NUMBER >, ' Tot ', 'ALL',"\ 'ALL\' ", 'AND', 'TABLE', < CALC >, 'CCONV', 'CLEARBLOCK'" ,"CLEARDATA","DATACOPY","DATAEXPORT","DATAEXPORTCOND","DATAIMPORTBIN","DIM","DYNAMIC","ELSE","ELSEIF","ENDFIX","ENDEXCLUDE","ENDIF","ENDLOOP","EXCEPT","FOR","ENDFOR","FIX","EXCLUDE","IF","LOOP","MBR","NONINPUT","EMPTY","NOT","OR","REFERENCE_TO_PARAMETER","RUNJAVA","SET","TO","TOLOCALRATE","UPPER","VAR","DATAEXPORTOPTIONS","AGGMISSG","CACHE","CALCPARALLEL","CALCTASKDIMS","CCTRACKCALC","COPYMISSINGBLOCK","CLEARUPDATESTATUS","CREATENONMISSINGBLK","CREATEBLOCKONEQ","DATAIMPORTIGNORETIMESTAMP","EMPTYMEMBERSETS","FRMLBOTTOMUP","FRMLRTDYNAMIC","LOCKBLOCK","MSG","NOTICE","REVERSE","REMOTECALC","UPDATECALC","UPTOLOCAL","::","#MISSING","=","->",<EQOP>,<MULOP> , < MDXMbr >, < SHORTQUAL >, < ID >, < INTEGER >, < CHAR >, < RELOP >, '@Loopback', < FUNCTION > "(", ";", ",", "[","]", "{","}", "-",") ReplaceAll ',' ','. ',' + ',': = ','": ' "

    *****************************

    Let me know what mistake I am doing here. Any help is greatly appreciated. Thanks in advance.

    Thank you

    SR

    A few errors in this script:

    1 DATACOPY is not allowed inside the IF block. You can use the assignment ('=') instead of datacopy

    2 ENDIF is missing. You should have ENDIF before hook closing.

  • Hyperion Planning book?

    Hello

    Can you please suggest me a book for Hyperion planning... I am looking for a book that will help me during the project implementation planning and help me find out what tool...

    is Getting Started with Oracle Hyperion Planning 11 or Look smarter than you are with Hyperion Planning?

    What is the best...

    Thank you!

    I highly recommend you look smarter than you are with Hyperion Planning: create Hyperion Planning Applications. The authors are humorous and do a great job of you browsing through the process without treat you like a fool. However, the book is definitely a step by step guide that is based on himself. It teaches you concepts, but relatively linearly. So if you are looking for a reference book that you can open and find examples of 'abstract', then this is not the book for you. If you are looking for a good tutorial to start, as you might find in a classroom, then certainly give it a try.

    The book is definitely aimed at developers but. Depending on your interaction with the system you may benefit more from guide to the administrator, or the two guides on the Oracle's Web site - particularly if your use of the system is less technical.

  • Hyperion Planning 9.3.1 to 11.1.2.2 applications Migration

    Nice day

    We need to migrate a Hyperion Planning 9.3.1 to a 'classic' Hyperion Planning 11.1.2.2 application application. Why classic? Because we don't see the need to have an application of EPMA.

    We are not quite sure of the procedure. Can you please help me check the steps?

    1 save the relational tables of demand in the 9.3.1
    2 backup essbase objects (rul, otl, CSC, rep)
    3. install EPMA 11.1.2.2 in a new server, including a new instance of sql server.
    4. create a new application database name and connection and apply a 'create', ' create a new request of planning on version 11 ensure that the admin is the same name as your old 9.3 planning app.
    If the admin of your 9.3 planning takes a native user and not the system default hyperion (account = admin) admin then
    'Go into the database for the planning tables app and HSP_USERS table, store the value of the user 50001 SID' JohnGoodwin:
    Re: upgrade planning 9.3.1 to 11.3

    5. stop services to stop the application.
    6 restore all relational tables of the 9.3.1 application (step 1) in the application only (step 5).
    7. change in the application of database XXXXXXXXXXXXXXXX
    8. start services, applies to create in the application.
    9. copy of objects (step 2) except otl.
    10. export the data of the 9.3.1 and import data from 11.1.2.2 application.

    So I guess this we will have a new Hyperion Planning application in 11.1.2.2 with contour, web forms, to-do lists, etc.
    Other questions:
    • Is it feasible? Or I need to first import a 11.1.1.3 planning application instance? And then from there move to a 11.1.2.2 instance?
    How can • what business rules, I import them at calc Manager, which is simple operations?
    • What security? What do I need to create security groups and users to the SSP before step 6.
    • All of the warnings?

    Sincerely, thank you for your help

    Published by: Pavel Moreno on March 4, 2013 05:54

    Published by: Pavel Moreno on March 4, 2013 05:55

    Pavel Moreno wrote:
    Hi John,.

    Thank you for you answer. Do you mean that the process should be as follows (I have add step 4 and remove step 7)? What is a migration of business rules and GestionnaireCalc, how can I move it?

    Have a read of http://john-goodwin.blogspot.co.uk/2013/01/alternative-methods-for-migrating.html

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

  • Error 'nmapp.exe.unable to locate the component. This application has failed to start because MSVCP 70 .dll is not found"when you connect to the computer.

    Original title:

    Problem: I use DeLL Desktop.When I connect, these messages appear on my screen: nmapp.exe.unable to locate the component. This application has failed to start because MSVCP 70 .dll not found. Re-installing the application may fix the problem. Pls help. Thank you.

    Hello
    1. what version of Windows is installed on the computer?
    2. are you aware of any changes made to the computer, before the show?
    Assuming you have Windows Vista or Windows 7, follow the steps mentioned below.

    Method 1:

    Step 1: Perform a boot minimum troubleshooting and check which application reports this error
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: once you have determined the problem by using a clean boot procedure, follow step 7 in the article to restore your computer to normal startup.

    Step 2: reinstall the application.
    Uninstall or change a program
    http://Windows.Microsoft.com/en-us/Windows7/uninstall-or-change-a-program

    Method 2:
    Run an analysis of auditor of system files on your computer and check for the issue.
    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833

    I hope this helps.

  • Error - the application failed to start because its configuration side by side is not correct when you use Microsoft Safety Scanner

    Original title: microsoft security scanner is Guy accounts.

    It shows the following error - the application has failed to start because its side by side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe for more details. can u please help?

    Hello

    You can uninstall all existing Microsoft Visual C++ Redistributable Package and install the latest Microsoft Visual C++ 2010 Redistributable Package and check if it helps.

    Method 1:

    Step 1: To uninstall the package:

    a. open programs and features.

    b. in the list, find the Package redistributable Microsoft Visual C++ and click on it.

    c. click on uninstall at the top of the list.

    Step 2: Download and install the latest package and see if it helps.

    Before you download, you can check am I running the 32-bit version or 64-bit Windows?

    For 32 bit: Download Details: Package redistributable Microsoft Visual C++ 2010 (x 86)

    For 64-bit: Download Details: Package redistributable Microsoft Visual C++ 2010 (x 64)

    Method 2:

    You can try to perform a clean boot and check if it helps.

    A clean boot to check if startup item or services to third-party application is causing this issue.

    You can read the following article to put the computer in a clean boot:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    In addition, after you fix the problem, you can see step 7 above to restore your computer to a Normal startup mode.

  • Failed to start service Windows Firewall/Internet Connection Sharing (ICS) on the local computer. Error 5: access is denied. »

    original title: error 5 access denied firewall

    Failed to start service Windows Firewall/Internet Connection Sharing (ICS) on the local computer. Error 5: access is denied. »

    Hi vipin sharmavg,.

    1. did you of recent changes on the computer?

    2. do you have security software installed on the computer?

    See the below Microsoft article and try the steps mentioned, check if it helps.

    You cannot start the Windows Firewall service in Windows XP SP2

    http://support.Microsoft.com/kb/920074

  • This application has failed to start because uncdms.dll was not found. Reinstalling the application may fix this problem. How can I fix it? Kathy

    This application has failed to start because uncdms.dll was not found.  Reinstalling the application may fix this problem.  How can I fix it?  Kathy

    The above explains the problem, my problem is I don't know what it's etymology comes.  Is this windows software, or software from Microsoft or both?  What is the name of the Application?  Help, please!  Thank you, Kathy

    Hi Kathy,

    1 have you made changes to your computer recently?

    2. When you get this error message?

    The uncdms.dll file is associated with the Application of desktop search in Windows that is used to find and view an overview of the different types of files, such as documents, e-mail, photos and music files on a computer.

    I suggest you to follow the steps and check if it helps.

    Method 1: Uninstall and reinstall Windows Desktop Search

    The uncdms.dll file is installed on your PC when you download the Windows Desktop Search application. Problems with this application's files can cause a missing uncdms.dll of error appears on your system.

    To uninstall the Windows Desktop Search from your computer, you must complete the following two tasks:

    Step 1: Remove Windows Desktop Search from the boot sequence

    To do this, follow the steps below:

    a. click on the start menu, click Run.

    (b) in the Open box, type msconfig and press ENTER.

    c. in the System Configuration Utility dialog box, click the Startup tab.

    d. search and clear the check box for any option that is related to Windows Desktop Search or uncdms.dll.

    e. restart your computer.

    Step 2: Uninstall Windows Desktop Search applications

    To uninstall the Windows Desktop Search using the Add / Remove Programs, perform the following steps:

    a. click the start menu and select Control Panel utility.

    b. double-click the icon Add / Remove programs.

    c. in the Add / Remove Programs, locate and select the Windows Desktop Search.

    d. press the button Delete.

    e. restart your computer.

    Method 2: I suggest do you an online scan and check.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

Maybe you are looking for