Hyperion Planning 9.3 BPMA vs classic

Hello

We are on Hyperion Planning 9.3 (including all the latest patches). We are building a new planning application. Currently we donot have an ETL tool and it does not appear we will get for each other a few months up to what our new planning application is deployed into production. So in summary we will not have an ETL to solve the below problem.

I used classical planning as an ETL tool to build my meta - data in recent implementations and have not had the chance to use BPMA. Recently, I started to get aquinted with BPMA and understand some of its benefits. However, I have a few specific questions;

1. I know classical planning allows a manual creation of members, BPMA allows the same? BPMA should have flat file or table interface to create or add members? Our business users would be manual creation of some members, or for example to change the month of beginning or end of a "scenario". Thus, BPMA allows manual editing and push metadata?

2. If an application is created using BPMA, they would have to interface via BPMA not classical planning and more. Is this true?

3. I understand that it is possible to convert a classic application of planning in BPMA but 'NO' to vice versa. Is this true?

4. Finally, a more difficult question, a more specific question that a little, dictates the choice for us.

My customer wants to each Department to make their respective budgets (noting unusual there). However, most of these departments 'Project' and more specifically budget for budget based on 'Project name' (which are unique and not generic) as opposed to "Project numbers" (is not a standardization project number as yet). The challenge will be "project names" in Hyperion Planning (unfortunately it does exist not in the ERP/GL because these are new projects).

Thus, although the finance team approves the budget of each Department, ultimately they like each Department would be able to create their respective names 'project' in Hyperion planning. And planning of such capabilities that support retail, etc. wouldn't work because they love resulting variance of "Names of project" and slice-n-dice from "project names.

Now if we had an ETL tool above would have been simple, that I would have just created an automatism to say pickup a file with "Project Names" from a folder location is pre-determined. However, because we donot have an ETL, I was wondering if BPMA could do the same thing, i.e., in way automatic pick-up a file to a folder and create members and refresh Hyperion Planning? Could the "batch processing" in BPMA handle this?

Appreciate all your answers...

If you go down the road of the use of an ETL tool to integrate as a result of the EMP, so, my suggestion is ODI (Oracle Data Integrator)
I wouldn't go too EPMA up to version 11, otherwise you'll be on here post error messages

See you soon

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

Tags: Business Intelligence

Similar Questions

  • ODI to load dimensions in the Application classic Hyperion Planning 11.1.2.1

    Hello

    I tried to load some dimensions in Hyperion Planning 11.1.2.1 Classic Application using ODI 11 g.

    The problem, just the other side is

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (most recent call changed):
    File "< string >", line 23, < module >
    at com.hyperion.odi.planning.ODIPlanningWriter.validateColumns (unknown Source)

    at com.hyperion.odi.planning.ODIPlanningWriter.loadData (unknown Source)

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

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

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

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


    com.hyperion.odi.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: the source result set contains the column [C1_ACCOUNT] that has no corresponding column on the side of planning.

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2458)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
    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:2906)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:540)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:338)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:83)
    at java.lang.Thread.run(Thread.java:662)

    This is the code that returns the error

    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.connection import HypAppConnectionFactory
    import java.lang class
    import java.lang Boolean
    import java.sql *.
    from java.util import HashMap
    #
    # Get the select statement in the meeting area:
    #
    SQL = "" "select C1_ACCOUNT 'Account', 'Parent' C2_PARENT, C3_ALIAS__DEFAULT ' Alias: Default ', 'Memory' C4_DATA_STORAGE, C5_AGGREGATION__PLAN1_"(Plan1) aggregation"of" C$ _0Account "where (1 = 1) '"

    srcCx = odiRef.getJDBCConnection ("SRC")

    stmt = srcCx.createStatement)

    srcFetchSize = 30

    stmt.setFetchSize (srcFetchSize)

    RS = stmt.executeQuery (sql)

    #load data
    stats = pWriter.loadData (rs)

    #close the database result set, connection
    RS. Close()
    stmt. Close()

    I created 2 models in my designer:

    HYPERION_MODEL_TEST and ORACLE_SQL_SOURCE, the first has the reverse engineering dimensions ranging from planning and the other is to get the table that contains the members of my size. For the staging area, the synopsis in memory DB is used.

    LKM SQL for SQL and SQL IKM in Hyperion Planning is used.

    In the interface, I take the source table and the dimension of planning as a target I map the Parent, Alias account: by default, the data storage and ownership of aggregation (Plan1) of the target of the GBA in my dimension table.

    All be saved well and when I run it I get the error, clues?

    Cheers, Sandi

    First of all there is no interest in using the memory storage engine as the staging area if Oracle is your source, you can also use Oracle as the transit area, the staging area probably will not be used as usual a straight SQL query will be generated.
    In your target mappings have also tried setting "run on the staging.

    See you soon

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

  • How to remove a classic hyperion, planning an application?

    Hi, I'm totally new for hyperion planning

    I tried to delete a classic planning application, but it gives an error of 'remove the application failed.

    the application was not there and there SSP too, I saw in the essbase.

    pls tell me a solution to do the removal.

    Hello

    You need RDBMS tables. I'm referring you to an old post - planning 11.1.1.3 - manually remove a classic Application

    Thank you

    (Please check this post useful or appropriate if this can help you)

  • Hyperion Planning Dimension building techniques


    Hello

    I am currently working on Hyperion Planning 11.1.2.1.

    I am interested to know the size of construction planning.

    1. What size technical construction available for Hyperion Planning 11 other than DRM, FDM and technical manual?

    2. I read in a blog this load utility contour doesnot work with Hyperion 11 x for dimesion building and "Hyperion Dimesion Library" is available in its place. Is this true?

    But we use the contour load utility to load exchange rates in our 11 version application.

    3. I worked on the ODI 10 g and 11 g with Hyperion 9 x

    Hyperion provides 11 compatible x in dimensions of building using ODI from scratch and also adding members to an existing hierarchy according to the evolution of the business?

    Thank you!!

    Methods - outlineload utility, ODI, Interface Tables, file of ADS.

    the outlineload utility is for Classic applications for metadata loading.

    Yes, ODI is compatible.

    See you soon

    John

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

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

  • Hyperion Planning Security to calc scripts

    Hello

    Please let me know how to assign security to Hyperion Planning calc scripts.

    Thank you

    Aroune

    I agree you must guide far using scripts calc for the planning of apps, well, if you have a night or more processes not requiring variables, then they can be useful.
    You have the choice of the classic original way of the rules by EAS and calc Manager to version 11, both you can assign a user/group level security.

    See you soon

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

  • Construction of dimension with a rules file for Hyperion Planning

    Hello Experts!

    I'm on version 11.1.1.3. I created a classic with 3 Hyperion Planning application plan types, and in EA I have successfully downloaded the same members of dimension entity with the same rules file in each of the 3 contours under my application from HP. Then I've also updated database in the Planning, but I don't see any new dimension member in HP. - could someone help me with what is wrong? Hyperion Planning of work with files of rules for dimension is not build? Thanks in advance!

    No planning does not work with the rule files, you must load dimensions information directly in the planning, and then push it to essbase.

    See you soon

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

  • Unable to copy link option hyperion planning in IE 11

    We are currently in Hyperion planning 11.1.2.4.003 version.

    When we open Hyperion planning application in IE 9, we are able to see the option copy the link in the tools, but when we opened the same application in IE 11 us is not able to copy the link, we are witnessing only option from the custom links.

    one faces this problem.

    Oracle has been able to reproduce the issue and filed a bug

    We were able to replicate - a bug was filed: Bug 22757371 - COPY LINK NOT VISIBLE IN IE 11 11.1.2.4.003.

  • Application settings for all users in Hyperion Planning

    Hi, I work in Hyperion Planning 11.1.2.3.500.17, is it possible to configure the application for all users settings in Hyperion Planning with the application owner user? I want that all users consider the alias of a members of the workflow.

    LCM exports using the user preferences located under Configuration, that generate an xml file, update the xml file and then import them into.

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

  • 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

  • Valid intersection is available in SEEP but not Hyperion Planning 11.1.2.4

    We want to use the new function valid Intersections in Hyperion Planning 11.1.2.4. Based on the simplified "Hyperion Planning 11.1.2.4 Interface Administrator's Guide" document, valid Intersections can be created using the simplified-> Console Interface. But we can't find the feature in the Console screen.

    Is there anyone know how to activate the function valid Intersections?

    Or

    This new feature is only available in SEEP?

    It is available in SEEP only at the present time, should be in the planning of all the times that 11.1.2.4.100 patch is released.

    See you soon

    John

  • Hyperion Planning 11.1.2.4 - quick installation

    People,

    I am doing a quick installation of 11.1.2.4. I got the URL below for Oracle installation guide. Just a small problem. I am unable to find 11g Release 2 database. Instead of this version can I use the personal edition available for download (12 c)?

    PS: I tried to download Oracle 11 g Release 2 directly from Oracle's Web site and tried to install it. He failed.

    Fast deployment of Oracle Hyperion Planning in Development Environments

    Kind regards

    For quick installation, you really need to stick to the version in the documentation as it installs and configures the database.

    Delivery of Oracle software, select Oracle database standard edition, then you can select Exit 12 c as alternative

    See you soon

    John

  • Hyperion planning and EAS console is unable to connect Server Essbase

    Hyperion 11.1.2.3.502

    We had essbaae in active/passive cluster and the environment was ssl is activated.

    Recently, we removed the ssl configuration

    Now, we are not able to connect to the planning and the Regional service console essbase Server

    Have no problem connecting to essbase maxl or view smart server. We were also able to import into fdmee essbase.

    Check the data source planning and validation of all the

    I am getting following error when you use the Regional service console

    Essbase Server: servername:1423 com.essbase.eas.essbase.defs.ServerCommands.Connect 16 December 2015 17:57:15 EST

    Error: 103: unexpected error Essbase 1030818

    Error: 1040142: NZERROR: nzos_Handshake failed (28864)

    Error: 1042006: error network [0]: unable to connect to [cs2chypebp01:1423]

    Error: 1030818: failed to connect. Please check if the server and port are correct. If you receive timeout or handshake failure, please check if you have tried to connect to secure the port without keyword secure or disable the port with the secure key word.

    When you go to the planning, I get following errors in the log files

    [2015 12-16 T 19: 20:10.616 - 05:00] [Planning0] [ERROR] [HSP-09012] [oracle. EPMHSP.olap] [tid: 4] [username: < anonymous >] [ecid: 000003wIIy ^ Bp2l5ovH7iY009W4a0000OQ, 0:1] [APP: PLANNING #11.1.2.0]]
    [URI: / HyperionPlanning/faces/PlanningCentral] [SRC_CLASS: com.hyperion.planning.olap.HspEssbasePool] [SRC_METHOD: createObject] Impossible to establish the OLAP connection: {0}. []
    com.hyperion.planning.olap.EssbaseException (1030818)


    [2015 12-16 T 19: 20:10.618 - 05:00] [Planning0] [ERROR] [HSP-09012] [oracle. EPMHSP.olap] [tid: 4] [username: < anonymous >] [ecid: 000003wIIy ^ Bp2l5ovH7iY009W4a0000OQ, 0:1] [APP: PLANNING #11.1.2.0]]
    [URI: / HyperionPlanning/faces/PlanningCentral] [SRC_CLASS: com.hyperion.planning.olap.HspEssbasePool] [SRC_METHOD: getConnectionInternal] could not establish the OLAP connection: {0}. []
    java.lang.Exception: no object was created successfully. This may be caused by the following: the OLAP server is not running, the DBMS does not run, the DBMS is running on a different
    Rental machine as specified, the name and the password provided was incorrect.


    [2015 12-16 T 19: 20:10.192 - 05:00] [Planning0] [ERROR] [HSP-09012] [oracle. EPMHSP.olap] [tid: 4] [username: < anonymous >] [ecid: 000003wIIy ^ Bp2l5ovH7iY009W4a0000OQ, 0:1] [APP: PLANNING #11.1.2.0]]
    [URI: / HyperionPlanning/faces/PlanningCentral] [SRC_CLASS: com.hyperion.planning.olap.HspEssbasePool] [SRC_METHOD: createObject] Impossible to establish the OLAP connection: {0}. []
    com.hyperion.planning.olap.EssbaseException (1030818)

    So far, we have made

    We have removed the ssl configuration by running the Configurator

    Reconfigure the web server

    Reconfigure the web server to the logical address

    Without success. Can someone help and advise you on what we should consider now

    Hello

    If you are able to connect to the server of Maxl Essbase.

    1. I suggest you to take a look at the Source of data for planning application. Since it is an Active/Passive with SSL configuration URL would now

    http://host: port/aps/Essbase? NOMCLUSTER = cluster_name

    Note: ssl = true is removed at the end

    2.

    Change of the APS resolve URLS in the file essbase.cfg. Delete "https" and replace it with 'http' (Ref: https://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/frameset.htm?apsresolver.html )

    3. Regional service Console problem

    You may need to cancel some things

    a. download jnlp and change the URL, remove port 443 and https. Change it accordingly to http and the port of SST (def 19000). Save and open again.

    b. in the Weblogic administration Console, you must disable "Enable the Plugin" some option like this that allow us once the SSL configuration for Regional service

    Thank you

    Anjum Ara

  • 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

Maybe you are looking for

  • How can I restore the function of carrier on my iPad 2?

    Since the last update, I've lost the function of carrier on my ipad2, I completed several resets hard.  A new SiM card makes a temporal difference, but the function of carrier went, once again.  I read that Apple messed up many iPhones but it seems I

  • Ranger 3D

    Hello! Is there someone else who has already developed application for storing 3D (used Ranger Toolkit for Labview?)

  • preference outbound Dial-peer, how to set

    Hi all I have a case where a customer wants all calls except 34xx having LTD onlyand 34xx be masked to 3400. It's a 200 range 34xx and 35xx voice POTS dial-peer 1destination-model 0 tDisable fax speedrestrict LTDdirect line to insideport 0/2/0:15 Dia

  • What is the serial number on HP psc 2210?

    I'm trying to download the manual for my 2210 all in one. We must enter the model and serial number. What is the serial number?

  • Cannot export PDF files

    Everytime I try to export a PDF to excel/word etc I get the error message ' forbidden: the operation could not be performed. Please try again later. K