Extracting Dimension from Planning Application through EPMA File Generator

Hi,
I have a EPMA planning application (in version 11.1.1.2) and I want to extract its dimensions in to a ads file. I am using EPMA File Generator 9.3.1 for the purpose.
I am selecting the "From Planning Application" tab and entering all the required details, but when I execute... I get error "Unable to get metadata. Please check the web URL, application name, and application server."
I checked the web URL which is:
http://<server name>:8300/HyperionPlanning
and my application name & server are also correct...
Please help me to find out what exactly is going wrong here...
Thanks & Regards,
AK

Why are you using 9.3.1 version, is there not a newer version in \Hyperion\products\Foundation\BPMA\EPMAFileGenerator\
Also if it an EPMA application you can use the EPMA tab to generate the ADS.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Smartlist extraction from Planning application

    Hi,
    Is it possible to extract the smart list items along with other dimensions from planning application either using ODI or other menthod?
    If yes, how?
    Thanks,
    Naveen Suram

    Hi John,
    Thanks for quick reply.
    I am browsing through the RDBMS tables, I didn't find the smart list items in HSP_OBJECT table. Which tables contains the smart list items?
    Thanks,
    Naveen Suram

  • Any utility or tool which extracts/exports security from planning application

    <p>Hi Everyone,<br><br>Would like to know if there is any utility or tool whichextracts/exports security from planning application.<br>By security i mean dimensional level security plus users andgroups.<br>Or SQL queries to fire on planning repository.<br>Or any workaround.<br><br>Thanks,</p>

    I'm not 100% certain, but you can try the ESD tool on the hyperion community portal (www.hyped.biz). It was designed for Essbase, but it's possible that it will work properly on a planning cube. Besides dumping security, it captures server, app, and db settings, flags user and group exceptions, validates filters, and generally gives some nice feedback.<BR><BR>-Doug.

  • Loading metadata into HFM application through EPMA - Beginner

    Hello,
    I have an HFM application which was created in a classic format and then later on converted to EPMA. I would like add more metadata in it now either manually or any other way. I tried to create a few members manually through dimension library but when I see it in the actual application, the members are not seen. Is there anything else to do like deploying it or anything? It would be great help if anybody could tell me how to add members manually and in bulk.
    Thanks

    Yes. You'll need to deploy the application to see the changes outside of EPMA. Since EPMA is your metadata management tool now, you'll make the changes there, and then deploy (or load) it to the application. There are several ways to make metadata changes in EPMA:
    1) Directly in the Dimension Library as you have done
    2) Using the Grid Editor functionality in the Dimension Library (right-click any dimension label and you'll see the option)
    3) Using the EPMA File Generator (this is best for building new apps and regularly occurring changes)
    4) Using LCM (this is my preference for bulk changes)
    Shoot an email to the address in my profile and I'd be happy to get you some further info.

  • Extracting explanations from planning app and loading into Oracle table

    Hi All,
    I had a requirement where I had to extract data from a planning application through ODI 11g and load it into Oracle RDBMS.
    I used essbase as my source in technology (since planning data is stored on essbase side) and oracle as my target.
    Now the data is getting extracted from essbase side and is getting loaded into Oracle table through ODI.
    Now the client requires that they want to extract the explanations or text values also from planning application and load them into Oracle table.
    How this can be achieved?Is there a table on the sql side(since sql database is being used at back end for planning app) which stores the explanations,if yes please let me know which table it is.
    Kindly help me with this requirement.

    Hi,
    IKM SQL Control Append is perfect if you don't need incremental updates. If you need it, go for IKM Oracle Incremental Update (MERGE) or something like that.
    Regards,
    JeromeFr

  • Unable to open Planning application  through Workspace

    Hi All,
    I have Installed and configured the Hyperion products in the following Order
    ->Foundation services
    ->Essbase server
    ->Essbase Administration service
    ->Planning
    ->Reporting and Analysis
    ->Workspace
    We know that workspace is a single user interface.
    After configuring, I tried to open the Planning Application through workspace but I could not able to find "*Classic Application Administration*" under Administer option of Navigate menu Kindly guide me.
    Thanks and Regards
    chiDam

    You don't need to start downloading weblogic.
    Usually the issue is that either the web server has not been configured (this is not weblogic) or the permissions are not correct in shared services e.g. the hss roles of application creator, dimension editor.
    You can always try going to create a planning application directly first http://<planningmachine>:8300/HyperionPlanning/AppWizard.jsp
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ICP dimension in Planning Application

    Hi All!
    Did you ever have requirement to use intercompany in planning?
    Whether there is a possibility to use ICP dimension in Planning application?

    Hi!
    I have had it in some applications. It just has to be added as a custom dimension. Calculations concerning eliminations and so on has to be done through Business rules or essbase calcluation scripts. So far I have not found any support in Planning for icp requirements.
    kind regards,
    user637777

  • How to extract data from planning book

    nu t apo. need help regarding how to extract data from planning book givn the planning book name , view name & some key figures.
    Total Demand (Key Figure DMDTO):
    o     Forecast
    o     Sales Order
    o     Distribution Demand (Planned)
    o     Distribution Demand (Confirmed)
    o     Distribution Demand (TLB-Confirmed)
    o     Dependent Demand
    Total Receipts (Key Figure RECTO):
    o     Distribution Receipt (Planned)
    o     Distribution Receipt (Confirmed)
    o     Distribution Receipt (TLB-Confirmed)
    o     In-Transit
    o     Production (Planned)
    o     Production (Confirmed)
    o     Manufacture of Co-Products
    Stock on Hand (Key Figure STOCK):
    o     Stock on Hand (Excluding Blocked stock)
    o     Stock on Hand (Including Blocked stock)
    In-Transit Inventory (Cross-company stock transfers)
    Work-in-progress (Planned orders / Process orders with start date in one period and finish date in another period)
    Production (Planned), Production (Confirmed) and Distribution Receipt elements need to be converted based on Goods Receipt date for projected inventory calculation.

    Hello Debadrita,
    Function Module BAPI_PBSRVAPS_GETDETAIL2 or BAPI_PBSRVAPS_GETDETAIL can help you.
    For BAPI BAPI_PBSRVAPS_GETDETAIL, the parameters are:
    1) PLANNINGBOOK - the name of your planning book
    2) DATA_VIEW - name of your data view
    3) KEY_FIGURE_SELECTION - list of key figures you want to read
    4)  SELECTION - selection parameters which describe the attributes of the data you want to read (e.g. the category or brand). This is basically a list of characteristics and characteristic values.
    BAPI_PBSRVAPS_GETDETAIL2 is very similar to BAPI_PBSRVAPS_GETDETAI but is only available from SCM 4.1 onwards.
    For the complete list of parameters, you can go to transaction SE37, enter the function module names above and check out the documentation.
    Please post again if you have questions.
    Hope this helps.

  • Error while creating planning application through workspace

    Hi,
    I am getting the following error when i am trying to create the classic planning application through workspace.
    Invalid or could not find module configuration.
    Required application module HyperionPlanning.AppWizard is not configured. Please contact your administrator.
    Communication Error.
    http://localhost:45000/HyperionPlanning/conf/HspJSConfig.xml?LOCALE_LANGUAGE=en
    Please suggest me how to resolve this error. Also please share the order in which services to start.
    Thanks in Advance,
    Naveen Suram

    Hi John,
    I am facing the same issue. Reconfiguring Web server did not help. It is still not coming up and the link to planning that you have shared here is also not working. I am doing it on RHEL and facing issue with the same. Any help will be greatly appreciated. I checked the mod_jk log which has the following:
    *[Tue Jan 31 20:17:01 2012] [info] ajp_send_request::jk_ajp_common.c (1186): Error connecting to the Tomcat process.*
    *[Tue Jan 31 20:17:01 2012] [info] ajp_service::jk_ajp_common.c (1665): Sending request to tomcat failed, recoverable operation attempt=2*
    *[Tue Jan 31 20:17:01 2012] [error] ajp_service::jk_ajp_common.c (1673): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=Workspace failed errno = 111*
    *[Tue Jan 31 20:17:01 2012] [info] jk_handler::mod_jk.c (1875): Service error=0 for worker=Workspace*
    I don't know what to do now.
    Thanks in advance.
    Saurabh

  • Can I extract metadata from planning or only from essbase?

    Hi!
    Can I extract metadata from planning or only for essbase? If I can from planning, how can I do it? And why when I extract metadata from essbase, it extract the members that are never share in Store? It always put S (Stored) .
    Thanks in advance.
    Bye

    Hi,
    You can only extract metadata from essbase, if you want to have a look at some examples of how to do it then have a read here
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can i extract data from oracle table  to flat file or excel spread shee

    Hello,
    DB Version is 10.1.0.3.0
    How can i extract data from oracle table to flat file or excel spread sheet by using sub programs?
    Regards,
    D

    Here what I did
    SET NEWPAGE 0
    SET SPACE 0
    SET LINESIZE 80
    SET PAGESIZE 0
    SET ECHO OFF
    SET FEEDBACK OFF
    SET VERIFY OFF
    SET HEADING OFF
    SET MARKUP HTML OFF SPOOL OFF
    Sql> SPOOL bing
    select * from -------;
    SPOOL OFF;
    I do not see file.
    I also tried
    Sql> SPOOL /tmp/bing
    select * from -------;
    SPOOL OFF;
    But still not seeing the fie,

  • How to extract data From Hyperion Essbase to Flat Files

    Hi ,
    Can anyone tell me how to extract data from Hyperion essbase to Flat file(e.g. .csv , .txt ,...) or Oracle Table using ODI.
    Regards,
    Avneet

    Hi sutirtha,
    I have make one column as key column now i am getting this error,
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 1, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: The number of columns returned by script [10] is less than the source data columns exposed [12]
    at com.hyperion.odi.essbase.ODIEssbaseDataReader.getAppData(Unknown Source)
    at com.hyperion.odi.essbase.AbstractEssbaseReader.extract(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx7.f$0(<string>:1)
    at org.python.pycode._pyx7.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    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.k(e.java)
    at com.sunopsis.dwg.cmd.g.A(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.hyperion.odi.essbase.ODIEssbaseException: The number of columns returned by script [10] is less than the source data columns exposed [12]
    at com.hyperion.odi.essbase.wrapper.EssbaseReportDataIterator.validateColumns(Unknown Source)
    at com.hyperion.odi.essbase.wrapper.EssbaseReportDataIterator.init(Unknown Source)
    ... 33 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: The number of columns returned by script [10] is less than the source data columns exposed [12]
    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.k(e.java)
    at com.sunopsis.dwg.cmd.g.A(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)

  • Removing admin user from planning application

    Hi,
    i have a small question that possibly u can answer easily.
    in workflow process when users click "change status", at promote and approve "admin" user comes up with in combo-box.
    we are sharing shared services with another project team so i dont wanna show "admin" to my users in that list cos i have "plnadmin" as application owner.
    by the way "admin" was deprovisioned from planning applications on HSS such that he cannot log-in to planning application. (user doesnot exists for this application message.)
    but he still exists in workflow process combo-boxes and "Administration->Application Settings->Assign application Owner" combo-box.
    how can i remove him ?
    thx,
    Version: 11.1.1.2

    Hi,
    In theory it should remove the admin user if they have been deprovisioned and the application owner assigned to another user. I did a quick check on 11.1.1.3 and it removed the admin user from the workflow and tables.
    Maybe it has not removed the user because a workflow was already in progress even though it worked for me.
    There are probably a number of ways to try and removing the user e.g. try restart planning service and log into the application to see if it syncs up with shared services (it should do if the property SYNC_USER_ON_LOGON is set to true, which is default for planning)
    Try stopping the workflow process and run a refresh, or go to access permissions for a member and click migrate identities to see if it clears the table.
    Final stage would be to manually remove from the repository tables.
    (sorry if I have not covered all areas, I sure somebody will give you different ideas or repeat what I say)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • EPMA File Generator Plug In for Excel

    Does anyone know if there are plans to make the EPMA File Generator more of a client side application that would run potentially as in conjunction with the Smart-View Excel Add-In? Right now, it appears it the file generator is restricted to those who have access to the foundation server.
    This would make Finance a lot happier and less reliable on ETL groups.

    This is installed from the EPMA system installer. This can be installed on the client, but it isn't as easy as providing them an EXE that they can simply double click.
    You could use LCM utility to automate the extracts to xml files of the hierarchies. These files can easily be opened in Excel as tables. The automation could copy the xml files to a common directory or send emails. Details on using this can be found at http://docs.oracle.com/cd/E17236_01/epm.1112/epma_batch_user/launch.html.
    You could also download the Essbase Outline Extractor, which would basically do the same thing. It would read from Essbase rather than EPMA. That can be downloaded at http://www.appliedolap.com/free-tools/outline-extractor.
    Hope that helps.
    Kyle Goodfriend
    http://www.in2hyperion.com
    Please make sure to assign helpful/answered to responses if applicable - it rewards those who help and benefits the user community.

  • Installing EPMA File Generator on User Machine

    Greetings all -
    I have a user who wants to be able to extract her metadata from EPMA-enabled HFM applications at her discretion. My first thought was EPMA file generator, but she does not (and will not) have access to the servers in any capacity. Is there a way to install the EPMA file generator on a user's machine? I am also open to metadata extraction options that she could do without EPMA file generator, but nothing immediately came to mind.
    Any help is appreciated, as always.
    Thank you,
    Sarah
    Edited by: user12224374 on May 17, 2011 7:56 AM

    The EPMA file generator can be installed on a user desktop. That bad part is on the 11.x line you have to use the installer which requires a large set of files (installer, foundation 1 - n, EPMA) to install that one little piece of software rather than a specific installer for the EPMA File Generator. Make sure only the file generator is selected for install and no other components.
    Once it's installed no configuration is required using the configuration tool -- all parameters are inputs when you run the file generator itself.
    Regards,
    John A. Booth
    http://www.metavero.com

Maybe you are looking for

  • Dynamic INSERT from associative array

    Ok, this would be an one-liner in python or perl, but as a newbie in PL/SQL, it feels like swimming in molasses. So before going on and reinvent the wheel, is there any builtin or sample code that generates dynamically an insert statement from a hash

  • How to copy a value from one Frame to another Frame.

    Hi, I am new to Swing and AWT prgramming . I have created a menu called " Test window " and it contains toplevel menu item "File" and File Menu contains subitems "Product Evaluation", "ProcessEvaluation", "ResourceEvalation", "TotalEvaluation" and "E

  • Is there a size limit when importing videos?

    Is there a size limit when importing videos into iTunes (8)? I have a 4+ gig video file I'm trying to import, but when I drag/drop it into the movies, nothing happens. It works fine with smaller files. thanks Scott

  • ATI Driver vanishing?

    It seems at random times, my ATI driver vanishes.  Anyone had this issue? To correct, I downloaded driver cleaner, removed and reinstalled the driver with the same problems.  Seems bizarre. It becomes apparent when I try to open my ATI Control Center

  • Profile not working in C# project

    It works in a C# website made with ALUI template, but some of our portlets are not (they are c# web applications, not using template but do extend the aliuportletpage) and the ALUI Profile is not recognized. Web.configs in both are identical. Both ex