FDM and Hyperion Planning Mapping options

Hi, Good Day
My team has an implementation of FDM and Hyperion Planning ver 11.1.2. We are basically using FMD because we need a place to maintain (user friendly) different mapping tables for the accounts dimensions, to be able to load data.
My questions are; when loading data, do we need to always map all the dimensions? Is there a way to avoid it?
For example in the model we have 300 accounts, 20 entities and 400 products. We need to map the accounts since they are different for all the entities (in the source data), however not the products. Therefore I want to avoid mapping the products (and maintaining this mapping) when loading the data. Is this feasible? Any ideas?
Kind Regars

Any dimension you have active in FDM i.e. constitutes part of the target reference for data you want to load has to be mapped. If your products don't need any transformation during the mapping process i.e. they are one to one simply use a 'pass-thru map' i.e a wildcard Like map with * as the source and * as the target.

Similar Messages

  • FDM with Hyperion Planning

    Hi,
    We are new to FDM. Apologies in advance if the questions below are not appropriate for this forum.
    Environment: Oracle eBS, Hyperion Planning. Currently have a bespoke system for world wide finance consolidation - data from Oracle eBS (both Actuals / Budgets) are pumped into Finance consolidation system through CSV files generated in Oracle eBS. Not using HFM.
    Questions:
    1) Can Hyperion Planning data be pumped into FDM? How?
    2) Can FDM be used for performing validation on Planning data? (e.g. some dimension combination not valid etc)?
    3) How common is FDM in Planning environment? Are there many customers using FDM with Hyperion Planning?
    4) Is there any customer live with FDM Adapter for Oracle eBS?
    Thanks.

    Nick,
    Sorry if I am causing confusion here but allow me to clarify:
    1) HFM is not in use. Global consolidation engine is outside regional system - data needs to be sent to Global consolidation engine which is a non-HFM target.
    2) Before sending the data, validation needs to be performed on both Actual as well as Budget if data combination is valid.
    3) Oracle eBS does the validation for Acutals - so we are fine there.
    4) How do we ensure that Budget data (captured in Planning) is also valid before uploading to global consolidation engine?
    If Planning can not be a source to FDM, I can not perform validation on Budget data using FDM, right?
    So - what alternative do we have to perform validation on Budget data before it gets transmitted to global consolidation engine (non-HFM and outside our control)?
    Goal is - prior to transmitting data (both budget and actual), validation should be performed locally and only clean data should be transmitted for global consolidation engine.
    Hope this explains the situation.
    Once again many thanks for your response.

  • Unable to drill back to the FDM from Hyperion Planning

    Hello,
    We are using FDM version 11.1.2.2.00 for integration with Oracle E-Business Suite. We have configured FDM to load the data in three cubes in Hyperion Planning i.e. Opex, Capex and Manpower. When we drill back to the source system after loading the data, The drill through to the source system sucessfully runs for opex and capex. But when we click on 'Drill to the Source'  from web form in Hyperion planning, it gives below error.
    Error: No Locations were found matching the passed intersection values. Please verify:
    1) that the target system (originating the drillback) is properly configured;
    2) that the FDM POVs have not been retroactively modified or compromised.
    In FDM error log, the error is as below.
    ERROR:
    Code............................................. 7123
    Description...................................... INSERSECTION SQL DEBUG
    Procedure........................................ SELECT vDataFact.PartitionKey, PartName, CatName, CatTarget, PeriodKey, PeriodDesc, DataView, AccountX, EntityX, ICPX, UD1X, UD2X, UD3X, UD4X, UD5X, UD6X, UD7X, UD8X, UD9X, UD10X, UD11X, UD12X, UD13X, UD14X, UD15X, UD16X, UD17X, UD18X, UD19X, UD20X, SUM(DECODE(ChangeSign, 0, (Amount), 1, (Amount *-1), (Amount))) AS Amt From vDataFact Where (((CatTarget) = N'ACTUAL') And ((PeriodTargetM) = N'4/1/2013 12:00:00 AM') And ((YearTarget) = N'FY13') And ((CalcAcctType) > 0) And ((AccountX) = N'71104-011-AC') And ((EntityX) = N'00E') And ((ICPX IS NULL) or (ICPX = N'') or (upper(ICPX) = N'[ICP NONE]')) And ((upper(UD1X)) = N'APPROVAL-WIP') And ((UD2X IS NULL) or (UD2X = N'') or (upper(UD2X) = N'[NONE]')) And ((upper(UD3X)) = N'NO CUSTOM DIM1') And ((upper(UD4X)) = N'NO CUSTOM DIM2') And ((upper(UD5X)) = N'00-00000-CC') And ((UD6X IS NULL) or (UD6X = N'') or (upper(UD6X) = N'[NONE]')) And ((UD7X IS NULL) or (UD7X = N'') or (upper(UD7X) = N'[NONE]')) And ((UD8X IS NULL) or (UD8X = N'') or (upper(UD8X) = N'[NONE]')) And ((UD9X IS NULL) or (UD9X = N'') or (upper(UD9X) = N'[NONE]')) And ((upper(UD10X)) = N'REGULAR BUDGET') And ((UD11X IS NULL) or (UD11X = N'') or (upper(UD11X) = N'[NONE]')) And ((UD12X IS NULL) or (UD12X = N'') or (upper(UD12X) = N'[NONE]')) And ((UD13X IS NULL) or (UD13X = N'') or (upper(UD13X) = N'[NONE]')) And ((UD14X IS NULL) or (UD14X = N'') or (upper(UD14X) = N'[NONE]')) And ((UD15X IS NULL) or (UD15X = N'') or (upper(UD15X) = N'[NONE]')) And ((UD16X IS NULL) or (UD16X = N'') or (upper(UD16X) = N'[NONE]')) And ((UD17X IS NULL) or (UD17X = N'') or (upper(UD17X) = N'[NONE]')) And ((UD18X IS NULL) or (UD18X = N'') or (upper(UD18X) = N'[NONE]')) And ((UD19X IS NULL) or (UD19X = N'') or (upper(UD19X) = N'[NONE]')) And ((UD20X IS NULL) or (UD20X = N'') or (upper(UD20X) = N'[NONE]')) ) GROUP BY vDataFact.PartitionKey, PartName, CatName, CatTarget, PeriodKey, PeriodDesc, Dataview, AccountX, EntityX, ICPX, UD1X, UD2X, UD3X, UD4X, UD5X, UD6X, UD7X, UD8X, UD9X, UD10X, UD11X, UD12X, UD13X, UD14X, UD15X, UD16X, UD17X, UD18X, UD19X, UD20X ORDER BY PartName
    Note: The above error is not able to capture the value for  UD6 which is  'Employee' Dimension , UD7 which is 'Jobtitle' Dimension and UD9 which is 'Nationality' Dimension in ERPi.
    Can you suggest how these values can be correctly captured while drill through to the source system?
    Thanks in advance
    Faizan Memon

    Hi,
    In that case can you pls confirm the location is correct or not. Try to check the location from where it is drilling back the data. Compare the location with Opex/Capex scenario. It is not an integration issue, something you are missing, otherwise you will face issues with Opex & Capex also.
    Soumya

  • Integration between HPCM and Hyperion Planning 11

    Dear All,
    How to integrate HPCM and Planning? Any adapter is availiable or Using BRs rules we have to integrate with HPCM.
    Please guide me in this situation.
    Thanks,
    PC

    Dear user756331/John/All,
    Thanks a lot for the up to date information. I shall definitely go through the new feature and user guide.
    I still have some queries as Iam a new bee in Integration as well:
    1. The creation of relational tables (during application creation) - does that mean the integration to any ERP source is easier because now ERP tables and Hyperion tables can talk to each other rather than integrating it via Essbase outline load structure?
    2. ERPI tool will automate the integration process with less dependency on ODI Expert?
    3. Will the account dimension outline load members will be stored as a relational table to integrate with ERP CoA?
    4. Do we have any visionary enhancements in HFM as well?
    Thanks
    Swami

  • ODI and Hyperion Planning help

    Hi,
    I have 2 Hyperion Planning 9.3.1 servers setup for Finance and HR applications. I want to copy data from the HR application to the finance one.
    I have ODI 10.3.5 setup on a separate machine with Hyperion Planning adapter installed. In the topology manager when I try to create a new data server under Hyperion Planning, I don't see the Application (catalog) and Application (work catalog) drop downs filled.
    I have checked the RMI registry service running on the hyperion server and port 11333 is also free.
    I am new to ODI and I'm trying to configure it using Oracle's guides.
    Imran.

    Hi,
    I was following instructions on John's blog and now I'm stuck at a new error. While trying to start the agent I get the following error.
    E:\OraHome_1\oracledi\bin>E:
    E:\OraHome_1\oracledi\bin>CD OraHome_1\oracledi\bin
    The system cannot find the path specified.
    E:\OraHome_1\oracledi\bin>agentscheduler "-port=20300" "-name=odi_demo_agent"
    A JDK is required to execute Web Services with OracleDI. You are currently using
    a JRE.
    OracleDI: Starting Scheduler Agent ...
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.5 - 10/11/2008
    com.sunopsis.tools.core.exception.SnpsRuntimeException: com.sunopsis.core.Securi
    tyAccessException: Unable to establish a connection to the work repository, plea
    se check the connection parameters.
    at com.sunopsis.dwg.cmd.n.a(n.java)
    at com.sunopsis.a.f.run(f.java)
    at com.sunopsis.dwg.cmd.i.y(i.java)
    at com.sunopsis.dwg.cmd.i.run(i.java)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.sunopsis.core.SecurityAccessException: Unable to establish a conn
    ection to the work repository, please check the connection parameters.
    ... 5 more
    Caused by:
    com.sunopsis.core.SecurityAccessException: Unable to establish a connection to t
    he work repository, please check the connection parameters.
    at com.sunopsis.dwg.cmd.n.a(n.java)
    at com.sunopsis.a.f.run(f.java)
    at com.sunopsis.dwg.cmd.i.y(i.java)
    at com.sunopsis.dwg.cmd.i.run(i.java)
    at java.lang.Thread.run(Unknown Source)
    I got the solution to this problem at this link Error while starting agent in ODI but its not working for me. I have done everything the way its described on the blog.
    Imran.

  • DIfference between on Workforce and Hyperion Planning

    Hi All,
    Could some one help me with Couple of points on basic difference between a normal Hyperion Planning and WorkForce Planning (Fusion Edition).
    Thanks,
    Venky

    Have a read of :- http://www.oracle.com/appserver/business-intelligence/hyperion-financial-performance-management/docs/hyperion-workforce-planning-datasheet.pdf
    or :- http://www.oracle.com/appserver/business-intelligence/hyperion-financial-performance-management/docs/hyperion-planning-datasheet.pdf
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hyperion Planning JVM options

    Hi All,
    When I am opening a planning webform it is giving a message like
    The data form xxxx is very large and could take considerable time to load. Do you wish to continue? Yes or No
    my current jvmoption 7 and 8 are:
    jvmoption7 = -Dsun.net.inetaddr.ttl=0
    jvmoption8 = -jrockit
    Can I make those to
    jvmoption7 = 1024m
    jvmoption8 = 1024m
    Thanks in Advance,

    The link I provided should provide the correct details to update the jvm details.
    I understand that form design is important and i don't believe increasing the jvm is the answer to everything though I wouldn't totally rule it out, I have seen forms max out the jvm at lower settings but worked perfectly well with a higher setting.
    It is worth having a read of the following article on oracle support - Hyperion Planning Data Form Design Considerations (Doc ID 779502.1)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • JD Edwards E1 9.0 and  Hyperion Planning 11.1.2.2 Integration

    Hi All,
    As we all know with the release 11.1.2.2 ERPi adaptor support JDEdwards integration as wel.
    In our current project we have the requirement to integrate these two system.We have the experience of integrating Ebusiness suite and Hyperion but completely new to JDEdwars.
    Incase some one has worked on this, please help us with your inputs and suggestions.
    Regards
    Anand Gobbur

    The setup in ERPi will be the same as the other source system types, (EBS, Peoplesoft). I would recommend following the ERPi administrator guide and the KM's that are available for configuration of ERPi.

  • FDM and Hyperion Financial Reporting

             Hi all,
    Is it possible to build Financial Reporting reports for FDM application? If it's possible, how to connect to FDM via FinRep?
    Thank you in advance.

    You can build custom reports to use custom SQL query.
    You could configure one report such as:
    Location     AccountA     AccountB     AccountC
    Location1     10000          12311          32423
    Location2     21311          50000          20000
    I would suggest you start with your SQL query (SQL Developer, MSSQL Studio, Toad...) and try to get data in your format.
    Then you can create a report and test this query in SQL Preview to see if it is working (sometimes SQL queries have some restrictions when being used in reports)
    Once you have your data in the SQL preview you can build your report to show it.
    HTH

  • Adobe Reader 9 and Hyperion Planning Financial Reports - bug?

    Our company is starting a rollout of Adobe Reader 9 (currently we are on Adobe Reader 8). For those users that have upgraded to Adobe Reader 9, when the select a report (via explore in workspace) and choose 'Preview as PDF'
    the actions differ between Reader versions.
    Version 8 - The report would preview within workspace
    Version 9 - Reader application is launched and displays in preview mode
    The users Reader 9 (edit / preferences) is set to 'Display PDF within browser'
    Curious if others have come across this problem and what they did to resolve it. (I also have a SR with oracle)
    JTS

    Never mind on this again...
    The problem appears to be workstation related to one user only. After doing tests on 10 different users, no user had problems with Preview as PDF with Adobe Reader 9 and Planning 9.3.1 on IE 6

  • ODI and Hyperion Planning Module

    Hi, is anyone using the planning module with odi? I'd like to know how to delete a dimension.
    Thanks in advance,
    Roberta

    Hi Roberta,
    You can use the ODI IKM to delete members by setting the operation column to delete but Planing does not allow a dimension to be deleted. At least as far as I know. If you need to delete a Planning dimension you might post or search the Planning forum.
    Thanks,
    Denis

  • Hyperion Planning and eBusiness Suite ODI integration

    Hi,
    I have to integrate eBusiness Suite and Hyperion Planning, mostly exporting data from eBusiness Suite to load into Hyperion Planning. I'm allready using eBusiness Suite connectors.
    I'd like to know if there is some start point to understand eBS model besides http://etrm.oracle.com. I found that the technical reference is not of much help to understand where I can find the proper info that I need or what kind of info provides each column/table.
    Thanks!

    Hi Pratik, thank you for your comment. Both links are very helpful. Although I think I wasn't precise enough on my initial post. Im trying to extract info from several modules of eBS (GL, PA, PO, INV, AP and others) to a single table and my approach for the extract is using one source set for each eBS module on ODI interface (with the corresponding tables from each module on each source set).
    The main info I need on this approach is how to avoid exporting duplicate info, because I know that some info is present on several modules.
    I hope I was clear on my explanation, do you have any advice on where can I get that info?. Thank you

  • Cache memory usage of Hyperion Planning, Workspace and Financial Reporting

    We have installed Hyperion Planning, Workspace and Financial Reporting in one single server and we would like to know is there any cache memory setting can be fine tuned to improved the overall online performance of the system.
    How can we control the memory usage of individual user logged into Workspace and Hyperion Planning? And if users generate a large size report in Financial Reporting, should more memory be allocated to the user so as to speed up the report generation speed?
    Thanks in advance!

    Our onsite consultants told us that as we have many web forms and some web forms contains lot of cells, the compiled Hyperion Planning application is quite large (> 1GB) and sometimes may have "out of memory" problem. We just wonder we are using 64bit version of Windows 2003 we should have a much larger memory address space. How can we improve the "out of memory" issue?
    Or Hyperion Planning is still a 32 bit application?

  • Confused How to push Data from Oracle DB Tables into Hyperion Planning?

    HI
    I m Newbie to ODI. My DataSource is Oracle 11g Database (HR Tables) and my Target is Hyperion Planning.
    I successful imported Oracle DB HR tables into ODI and Hyperion Planning Dimensions Like(Employee) but i dont understand in " ODI Interface" how i am going to do Mapping between Oracle tables and Planning application Dimension, am i doing wrong way?
    I am confused if i have to push Data from Oracle 10g HR Tables into Hyperion Planning am i following right approach ?
    Looking for your guideline...
    Regards
    Sher

    Hi John
    Well i have working knowledge in ODI, i did whole complete cycle and i did customization project for Oracle EBS to Data warehouse though ODI.
    What, I am NOT able to figure out How to LINK Hyperion Planning Outline to Oracle EBS HR Tables. cause in Hyperion Outline i m able to view Dimensions Not particular Column to map with EBS HR Table (column).
    Eample:
    In EBS HR we have Employee Number in Per_all_people_f but in Hyperion Planning Dimension is ONLY Employee.
    Your response highly appreciated.
    Chreeez
    Sher

  • ODI Integration - Hyperion Planning inbound to GL

    ODImates,
    I am designing a full integration (2 way-sided) from EBS-GL to Hyperion Planning and Hyperion Planning back to EBS-GL.
    The first side is almost finished, I extract the information from GL and create the specific format used by OTL Loader to update both metadata and data.
    But my problem is when I want to reverse Planning application data and return it to update GL... I had no information of how ODI can do such thing. Or maybe anyone can give me some idea of how create Open interfaces to accomplish that task in an automated way.
    Hope to know about you soon

    You will need to extract the data from essbase and load into a staging area where it can be transformed for going back into EBS.
    I wrote an article on extracting essbase data with ODI in the past - http://john-goodwin.blogspot.com/2008/12/odi-series-extracting-data-from-essbase.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Updated to iTunes 7.6 and now i can't connect to the store

    I getting an error message saying it timed out. This happened when i first downloaded iTunes 7.5 on my new Vista running computer a month ago but i fixed it by going into Norton and putting iTunes to allow. I went to go do the same thign because mayb

  • Web.xml problem ????

    This is my web.xml file :==> <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> <web-app> <servlet> <servlet-name>chatAdmin</s

  • Phone turned off on its own

    Hi, my Iphone 4s turned off on its own and I can't turn it on, even charging doesn't work. it just stopped working. I just found in the forum an answer: press for a while on and top buton. even this does not help Connected it to my mac not ditected b

  • Itunes Library Loaded on My Old HD

    I just installed my old HD which contains my 100's of Itunes songs on my new home PC next my new HD. I want to go back to having my Ipod automatically synchronize with my Nano, rather than running in Manual Mode. When I click on Edit/Preferences/Adva

  • User name on report

    Hi list! How to display user name (user login) on Oracle BI Publisher generated reports (in page footer for example)? Problem is how to get this information (login). Thank you in advance for answer Karol