HFM Performance

Hi all,
Does anyone have any recommendations/best practice type information for improving HFM S9 performance?
Version 9.2.0.3
Windows 2003 SP2
1 server - Core Services / Shared Services / License Server
3 servers - HFM/FDM web behind a load balancer
5 servers - HFM app cluster
2 servers - FDM/MDM/HAL
3 servers - BI+ webapp (weblogic 8.14) behind load balancer
3 servers - BI+ reporting/print/web analysis
DB: SQL 2000 SP4 2 node active/passive cluster (MSCS)
2000+ users
400-500 concurrent
Some of the things that we currently do are
-making sure that the HFM error log files aren't too large
-truncate the HFM error log table from the database when it gets large
-reboot our environment on a weekly basis
One of our major issues is HFM becoming sluggish while performing our application maintenance. While multiple consolidations are running all HFM App server CPUs are at 100% (20 cpus) though when consolidations begin to stop and CPU utilization falls off it appears that the HFM app servers are still sluggish until they are rebooted. Also during quarter close when system usage is heavy there are general complaints that the system is slow/sluggish.
Something I'd like more information on is the task audit and data audit database tables. Ours are quite large (10 million+ rows) I know that these should be cleared out periodically from within HFM but we are trying to figure out the best way to do that and still keep the historical data.
Any other suggestions would be greatly appreciated.
Thanks,
Eugene

Eugene,
I suggest two elements...
1/ get a review of your infratstructure - this, with very detailed information on your network, application, utilizasion and more has been done by many Hyperion clients using Triometric.
2/ think about your processes. Should you automate standard routines (ie consolidate/translate; process management; log management; 'dead' sessions) and more. Have a look at http://www.epmmaestro.com and see a tool that is helping many HFM clients resolve issues just like you are experiencing, while at the same time creating efficiency and saving hours of admin time.
Let me know if you want more info.
noel.gorvett at amosca dot co dot uk

Similar Messages

  • HFM performance is dead, help pl.

    Guys, I need some help in HFM. I want to know the database model of HFM. Is there any document explains about it?
    If HFM stores all data in oracle relational database then we need to plan oracle database performance options / stat gathering and indexing stuff... i believe HFM doesn't do all performance related corrective actions... does it???
    it would be great help.
    thanks
    puneet vats

    Try posting in the Financial Consolidation forum which covers HFM, hopefully you will get a quicker response.
    Financial Consolidation
    Cheers

  • HFM performance in VM environment

    Guys,
    We are in the process of tuning HFM application as consolidation were taking more than an hour.
    These servers are running with 8 processors with 48GB ram on Windows Server 2008 R2 Enterprise.
    I have followed the oracle documentation in setting registry settings as below.
    NumConsolidationThreads - 8
    MaxNumConcurrentConsolidations - 8
    NumMaxDBConnections - 8
    MaxNumCubesInRAM - 1000000
    MinDataCacheSizeInMB - 8 GB
    MaxDataCacheSizeInMB - 12 GB
    MaxNumDataRecordsInRAMForConsol - 90000000
    MaxNumDataRecordsInRAM - 90000000
    Database settings
    Cursors - 5000
    Redo/archive logs are enabled at this time. We are debating on disable these.
    Still it's not performing well. i know it's relative. we are looking to get below 30 mins.
    I have looked at DCN, DCE tables - these have 12 million records for a year.
    With all these settings, still CPU are not taking more than 25%. I think there a room to improve the consolidation by taking more cpu usage. let me know your thoughts.
    Any suggestions, greatly appreciated.

    Hi,
    Yeah Data Audit for metadata specifically do not affect but if it tracks data changes as well then it might to an extent but am not sure on this as we had it disabled since then i was working on it.
    Regarding HFM queries, You could below queries
    Below Query would give you the times taken by individual consolidations
    select g.servername,g.appname,to_char((to_date('01/1900','MM/YYYY')+g.starttime-2),'DD/MM/YYYY hh24:mi:ss') starttime,to_char((to_date('01/1900','MM/YYYY')+g.endtime-2),'DD/MM/YYYY hh24:mi:ss') endtime,g.strdescription,s.susername,(endtime-starttime)*24*60 TimeTaken
    from AppName_task_audit g,hsv_activity_users s
    where g.activityuserid in s.luserid and g.strdescription is not null
    order by 3 desc
    Below Query would give you number of entries created in Data Audit table which implies the frequency of updates.
    select to_char(to_date('01/1900', 'MM/YYYY')+DTIMESTAMP-2,'MM/YYYY') as "MMYYYY", count(*) as "Number of entries"
    from AppName_DATA_AUDIT
    group by to_char(to_date('01/1900', 'MM/YYYY')+DTIMESTAMP-2,'MM/YYYY');
    Below query would help in understanding the activity done by users.
    SELECT H.SSERVERNAME,s.susername,TO_CHAR((TO_DATE('01/1900','MM/YYYY')+H.DSTARTTIME-2),'DD/MM/YYYY hh24:mi:ss'),H.LACTIVITYCODE,H.SACTIVITYDESC FROM HSV_USERS_ON_SYSTEM H,HSV_ACTIVITY_USERS S
    WHERE H.LUSERID IN S.LUSERID and H.LACTIVITYCODE<>0
    order by sservername
    Activity code would mean like below
    ActivityID
    ActivityName
    0
    Idle
    1
    Rules Load
    2
    Rules Scan
    3
    Rules Extract
    4
    Consolidation
    5
    Chart Logic
    6
    Translation
    7
    Custom Logic
    8
    Allocate
    9
    Data Load
    And also over a course of time would take to analyze this kind of issues as to pin point exactly the has been caused  by so & so...
    Also you could probably check the database size before and after actuals load or periodic submissions.
    SELECT SUM(BYTES )/1024/1024/1024 GB FROM  USER_SEGMENTS
    Also do you have same metadata in another environment where you can test the timings to see if there is any hardware glitch is causing this, ideally no as its a good amount of configuration.But that would help as there might be multiple applications in this environment and just a single one in other environment. And Also i think HSVDataSource  process cannot increase beyond 2GB on a 32 bit based Operating System , not sure enough though on this.
    Also do check with your DBA incase your DB is fragmented and defragmentation would help to increase the performance. And also database analysis would help identify the issue if exists at DB end.
    Thanks
    Amith

  • HFM Performance and Number of JV Line Items

    How much of consolidation time and SmartView response time is tied to number of
    JV line items?
    For example, one year we had 1,200 total JVs with 164,000 line items. If we
    could cut this by 25% or so, would there be great benefit in performance?
    Thanks

    Please reply...

  • HFM Performance Issue

    I have a client experiencing slow performance when running consolidation. It has approx. 200 entites and has wuite a flat structure.
    I read somewhere that MaxNumCubesInRAM and MaxNumDataRecordsInRAM will affect performance and they can be tunned. May I knw where can I find these 2 information for my application?
    Any other idea for performance tuning, eg number of cpu recommended?
    Thanks!

    use windows 64 bit
    from DBAG :
    HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Financial Management\Server.
    •     NumMinutesBeforeCheckingLRU - This parameter determines how long in minutes the system waits before checking RAM utilization.
    •     NumCubesLoadedBeforeCheckingLRU 500 - This parameter determines how many sub-cubes should be loaded before checking RAM utilization.
    •     MaxNumCubesInRAM - This parameter determines the maximum number of sub-cubes allowed in RAM. Applications with very sparse data sets (i.e. small sub-cubes) may benefit from higher settings.
    •     MaxNumDataRecordsInRAM - This parameter determines the maximum number of data records allowed in RAM. Applications with very sparse data sets (i.e. small sub-cubes) may benefit from higher settings.
    •     MultiThreadCalcStatus – Hyperion does not recommend changing this setting.
    •     NumConsolidationThreads - This setting controls the multi-threading of consolidations. Lowering the value limits the system’s utilization of system resources resulting in slower consolidation performance. The minimum value is 1 and the maximum is 8.
    •     NumVBScriptEngines - See NumConsolidationThreads description. Same limits apply.
    •     MaxNumConcurrentConsolidations – This setting can be used to limit the number of allowed concurrent consolidations. Any consolidations executed above the value are queued. The minimum value is 1 and the maximum is 8.
    •     EnableRulesCaching – Hyperion does not recommend changing this setting.

  • Zero Analysis in HFM

    Hi All HFM Experts,
    As you All know, How HFM Performance could be impacted because of Zeroes.
    I would like to get ideas, How best we could track/analyze the Zero in System from FRONT End (Workspace/Thick Client) or at Database Tier
    Regards,
    Dilip Jain

    I have used extracts to analyze the zeros in the system.  You can leverage them in 11.1.2.2 you would want to make sure to do some comparisons on zero's that are loaded and zeros that are calculated and/or consolidated so you would want to take several different extracts and compare them.  If you are pre 11.1.2.2 you would need to leverage Extended Analytics to be able to extract calculated or consolidated zeros.
    Rules leveraging a write to file can also support this process as you may have zero's that don't actually get stored but calculations are still triggered on zeros depending on how the calc's are set up, and unnecessary steps get triggered.
    Zero's may not be the only item either, if you have ratios that are stored or other calculations in the rules you can watch out for very small numbers that are close to zero, if there are loops on those it can really kill performance.  I have had some excellent success in adding some rounding in various parts of the rules to ensure that iterative calculations stop after some number of iterations, or stop once it gets a few places to the right of the decimal.
    Regards
    JTF

  • Splitting applications between HFM servers/Cluster

    We have 12 HFM applications in our HFM cluster. There is one big application out of 12. During busy time of the month the HFM performance gets pretty bad and all the applications are affected.
    I am thinking to split applications in different HFM servers. Has anyone done this before ?

    Hi ,
    I have the below recommendations for you to improve the performance:
    Tuning:
    Please kill the following process and re-try.
    1. HsvDataSource.exe
    2. HsxService.exe
    3. HsxServer.exe
    4. CASSecurity.exe
    1.The size of the hsveventlog file should not be more than 25 mb and if it grows beyond 25MB we would rename the existing hsveventlog file when no users are logged in and the HFM application/web servers are down so that a new file gets created on the re-start of the server.Perform the same to the hfm.odl.log as well
    2.Check out the number of records in the HFM database tables <Applicationname>_DATA_AUDIT,<Applicationname>_TASK_AUDIT and HFM_ERROR_LOG table.
    If the number of records is gone beyond 500,000 records in the above mentioned tables, please take a back up of the existing HFM Database and Truncate the records in it which would increase performance.
    3.Ensure that the HFM management service on all the HFM application servers are kept in the stopped status.
    4.Cross check the number of records in the HSV_ACTIVITY_SESSIONS table, let me know how much it returns
    Also consider following the KB article Hyperion Financial Management (HFM) Performance Tuning Guide, Fusion Edition (Doc ID 1083460.1)
    http://www.oracle.com/technetwork/middleware/financial-management/overview/hfmperformancetuning-1934817.pdf
    Regards,
    Madhu.

  • HFM and IIS

    what are the steps required to enable HFM with IIS.
    when I browse the URL "http://servername:19000/hfm" I get that The website is under maintenance. or The website has a programming error.
    maybe IIS is not the reason for that error but i was guessing it might be.
    Thanks,
    foksh

    Hi foksh,
    Looks like your runnning HFM 9.3.1.
    Is this a new installation of HFM?
    What version of IE are you using?
    Are you able to logon onto HFM using the desktop client?
    What version of IIS is running on the Web/Report server?
    What platform/version of OS are you running on the Web/Report server?
    Was this working before and then suddenly stopped working?
    Why do you believe this is an issue with IIS?
    What errors are recorded in the HsvEventLog.log? (Found on the HFM application server. Hsveventlog.log. is the main log that is used to track most HFM activities. They include messages, warnings and errors)
    There are several troubleshooting suggestions in the HFM Installation Guide for 'Connectivity Issues'.
    Given the errors you posted I came accross two articles published by Oracle.
    It 's a shot in the dark without haveing more inoformation.
    Please read below 2 possible causes for the Event errors your posted.
    Possible Cause #1
    Error %0 When Creating A Financial Management Application [ID 784121.1]
    Modified 13-APR-2010 Type PROBLEM Status PUBLISHED
    Applies to:
    Hyperion Financial Management - Version: 4.1.0.0.00 to 11.1.1.1.00 - Release: 4.1 to 11.1
    Information in this document applies to any platform.
    Symptoms:
    Users are receiving error %0 when creating a Financial Management application.
    Users can see the Financial Management project from the Win-32 client but only fails during the application creation.
    Despite the application failing to be created in Financial Management the application does get added to Shared Services and listed in the Financial Manamgement project.
    The application is created in the following Wedav path ..../interop/content/files/products/HFM 9.x/Published but NOT in ..../interop/content/files/AdminProjects/HFM 9.x.
    Nothing is created in the Financial Management database (HSX_DATASOURCES table).
    The following is reported in the Windows EventViewer:
    1. "An unknown error has occurred in the HsxServer object."
    2. Error related to CHFMCASSecurity.cpp, CHsxServerImpl.cpp and CHsxServer.cpp in windows event viewer application log.
    The HsvEventLog.log of HFM reports the error below:
    "Error in SetDataBrokerURL()".
    Cause:
    Financial Management is not communicating properly with HSS. The %0 error is related to security.
    Possible causes are:
    1. The version of Financial Management is not compatible with the version of Shared Services.
    2. The css_version.jar file used by Financial Management is not compatible with the css_version.jar file of Shared Services.
    Solution:
    1. Make sure that the versions of Financial Management and Shared Services are compatible refering to Hyperion Support Matrix for more information.
    http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
    2. The version of the CSS file used by the Financial Management and Shared Services can change through patch or service fix updates. Make sure that the css_version.jar file used by Financial Management is the same as the css_version.jar of Shared Services.
    The css_version used on each server is found under %HYPERION_HOME%/common/CSS/version/lib.
    Note that the css_version used by HFM is referenced by ClassPath registry key under "HKLM\Software\Hyperion Solutions\Hyperion Financial Management\Server\Authentication" on the Financial Management Application Server.
    3. Re-register Financial Management with Shared Services to ensure connectivity and correct registration.
    Products
    Middleware > Enterprise Performance Management > Financial Management > Hyperion Financial Management
    Possible Cause #2
    Creation of Classic Application in Workspace Fails with Error 'An Unknown Error Has Occurred in the HsxServerImpl Object' [ID 1077529.1]
    Modified 03-SEP-2010 Type PROBLEM Status PUBLISHED
    Applies to:
    Hyperion Financial Management - Version: 11.1.1.3.00 and later [Release: 11.1 and later ]
    Information in this document applies to any platform.
    Symptoms:
    Creation of classic application in workspace fails with following error message
    An unknown error has occurred in the HsxServerImpl object
    Additionally following errors may appear in HsvEventlog.log during start, creation or deletion of a Financial Management application
    ORA-12537: TNS:connection closed
    20:1092:Failed to initialize EPM System registry.
    File: HfmADOConnection.cpp Version: 11.1.1.3.0.2413 Line: 268 Error: (-2147467259)(0x80004005)(Unspecified error)
    File: CHsxSQLConnectionPool.cpp Version: 11.1.1.3.0.2413 Line: 375 Error: (-2147467259)(0x80004005)(Unspecified error)
    File: CHsxServerImpl.cpp Version: 11.1.1.3.0.2413 Line: 86 Error: (-2147467259)(0x80004005)(Unspecified error)
    Cause:
    Number of operating system user processes that can simultaneously connect to Oracle database is too low.
    PROCESSES setting specifies the maximum number of operating system user processes that can simultaneously connect to Oracle database. Because HFM only works with dedicated servers, each connection requires a process. Each HFM application requires a minimum of 20 database connections in addition to the number specified by the HFM database connection pool setting. For example, if the HFM database connection pool setting is 40, then each HFM application on each application server requires at least 60 Oracle database connections.
    Solution:
    Database administrator has to increase maximum number of operating system user processes that can simultaneously connect to Oracle database.
    For information on how to calculate the number of processes for Oracle database see
    Doc ID 1083460.1 - Hyperion Financial Management (HFM) Performance Tuning Guide, Fusion Edition
    References
    NOTE:1083460.1 - Hyperion Financial Management (HFM) Performance Tuning Guide, Fusion Edition
    Related
    Products
    Middleware > Enterprise Performance Management > Financial Management > Hyperion Financial Management
    Keywords
    TNS; WORKSPACE; INITIALIZING; CONFIGURATION; CONNECT TO DATABASE; OBJECT DATABASE; TNS CONNECTION CLOSED
    Errors
    ORA-12537; 86 ERROR; 375 ERROR; 268 ERROR
    Cheers,
    David
    -David
    A good place to start for Hyperion documentation is:
    http://www.oracle.com/technetwork/middleware/epm/documentation/epm-096302.html
    A good place for learning about the Hyperion products and their features is:
    http://www.oracle.com/technetwork/tutorials/index.html
    Hyperion specific tutorials:
    http://apex.oracle.com/pls/apex/f?p=9830:hyperion:1797489450022582::NO:::
    A good place to read about best practices and find white papers is:
    http://www.oracle.com/technetwork/middleware/bi-foundation/resource-library-090986.html
    A great place to get an excel macro that tells you what new product features have been added since the last version is:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1092114.1
    My Oracle Support - Knowledge Base is a collection of articles, examples, illustrations, solutions, resources, and services.
    My Oracle Support is a service provided by Oracle
    My Oracle Support is available as part of your Oracle Premier Support subscription. To get started, visit oracle.com/support, click on My Oracle Support, and begin reaping the benefits of this exclusive Web support portal:
    https://support.oracle.com/

  • Elimination Issue for same plug account

    Hello
    I am having an issue with elimination, let me start with basic question, I believe HFM does allow that Account can have it self Plug Account , ( i.e If A#123 its Plug is also 123), if that is true then, according to bu req, for A#456 and A#557 out of balance debit/credit is A#557 ( It means Plug Account is 557 ) so in metadata i have defined properties for A#456 and A#557 Plug = 557, we have two custom dim, according to rule based on ICP parent decendants at very 1st common parent it will eliminate an entry, after running rule i can see for A#456 its value has been assigned in "Elimination" bucket however for 557 i see zero eventhough 557 has $100 in its "Entity Currency"
    i checked following thing for my issue does account has IsICP = 'Y' ( checked ), Entity tree has ICP ( Checked ), i also checked entity details using grid and this is what it says, credit column is empty and debit column does have $100 for A#557 in destination ID , in Source ID it is empty in debit/credit and calculated value it shows zero.
    Any help will be greatly appreciated.

    I can't say I've ever tried this approach, but I don't think it makes any logical sense to make an intercompany account act as it's own plug account. I recommend creating a second account for the plug. When HFM performs the elimination, it will write the negative value back to each side of the intercompany pair, and write the offsetting positive values to the plug. In your case I suspect you will only get the same values, meaning that the account will not actually eliminate. The behavior here is true for all versions of HFM, not specific to any release.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help Required::::Simple queries from a beginner's prespective for certi

    Hi All,
    I was preparing for the HFM certi.
    While, going through the bootcamp exercises, i have come across some problems which I have formulated as questions.
    PFB my queries for HFM .
    · There is a property called “Consolidation Rules” in Appsettings—It has values “y” or “N” or “R”…What is the significance of each of these.We have a Sub-Consolidate subrountine in the rules file..if we choose “Y” in Consolidation Rules ,does it pick up the subroutine written by us in rules file or does HFM perform its own default Consolidation?
    · Meaning of ICP Entities Aggregation Weight.Its usage.
    · Node Security is an option at App Settings level—how is it used to define access at user/group level?
    · Concept of the “IsConsolidated” Property with Accounts
    · In Scenario, Property called “Zero View for Adj/Non Adj”
    Thanks,
    ColDFirE

    hi
    You are right about Consolidation rules.This option specifies whether consolidation rules are supported. Specify one of these values:
    Y to use the rules written in the Consolidate()routine in a user-defined rule.
    R to derive the proportional value in the Value dimension. Note that the proportional data is not stored.
    N to use the default consolidation and eliminations.
    IsConsolidated
    Determines if the current Account dimension member or a specified account member is a
    consolidated account. This function can be used in these types of rules:
    ● Calculation
    ● Translation
    ● Consolidation
    ● Allocation
    Ex:HS.Account.IsConsolidated("Account")
    ZeroViewForAdj
    Specifies how to interpret missing, adjusted data values for the period.This attribute is required. Specify YTD or Periodic.
    i guess admin guide can cover all your question
    read http://download.oracle.com/docs/cd/E12825_01/epm.111/hfm_admin.pdf
    regards
    alexander

  • Restricting one consolidation at a time

    Hello
    Is it possible to restirct running one consolidation at a time?
    We had an instance when one person ran a consolidation, and during the consolidation, another person ran it.
    Usually consolidation takes 5 hours, but due to the disturbance, it took 16 hours!!!!
    Thanks a lot
    Lilach

    Hi there,
    Depending on the version you are HFM has a variable that allows you to define the number of the concurrent consolidations. In version 11.1.2.3, the variable is MaxNumConcurrentConsolidations. Try to download and read the document: Oracle® Hyperion Financial Management, Fusion Edition, April 2013, Performance Tuning Guide.
    If you are not familiar with these attributes, it would be better to discuss the issue with a person that has experience in HFM performance tuning.
    Regards,
    Thanos

  • OS selection for Hyperion suite installation

    Hi all,
       As hyperion is available in different OS support like: windows, Linux and Solaris?
    In my experince I have seen clients with mixed flavours like windows and solaris or Windows & Linux. Except few hyperion componets major softwares can be installed either on on linux or solaris?
    I felt that high ushage products like:Shared services, reports,  essbase, HFM, FDM and Planning if installed on linux or solaris, it will be easy to maintain and less costly for clients?
    WHAT ARE YOUR THOUGHTS ON THIS? Hoping that this dicussion will add value to our infra experts..
    Thanks
    Raja.

    Hi there,
    As John said it depends on your policies, the existing hardware and the budget that you have available.
    In the following url http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html you will find Oracle's certification matrix.
    I would just say that my understanding is that most of the "Non-Windows" OS will not support: DRM, FDM, HFM, Performance Management Architect Dimension Server and File Generator, Production Reporting Teradata Engine, and Strategic Finance. Additionally, Financial Reporting, Web Analysis, FDMEE, Account Reconciliation, Financial Close Management, Disclosure Management, and SOA do not support these platforms when used with Financial Management.
    As a result, if you need to create an environment that will include/ support HFM, you will end up with a "windows" environment. Please correct me, if I am wrong,
    Regards,
    Thanos

  • Use block processor to perform lookups in alternate HFM app

    Hi All,
    I would like to use the block processor to perform attribute lookups (using functions such as GetCustomTopMember, etc) on an alternate application (ie: not the one that is connected to the FDM app in the adapter). We are pulling data out of one HFM application and pushing it into another HFM application. I need to look up attributes of the metadata in the SOURCE application. Any way to do it? Maybe set up the source app in a seperate adapter - but then how do I invoke it for the block processor?
    Any thoughts most appreciated!
    Thanks!

    Hi Chris,
    Thanks for posting and the detailed background on the project! To answer some of your questions:
    1. The FFT Express VI does use a significant amount of space. The FPGA on the myRIO is somewhat limited space-wise. Your best option may to implement the FFT for 1 channel on the FPGA and the other two on the RT side.
    2. I converted the FFT Express VI to a subVI and I am not sure if you can trim too much code from it. The subVI is also very complex so re-working it would be a significant amount of work. I could not find much documentation on M-interval input indexes / Continuous output indexes Input/Output Index Pattern mode timing. 
    I hope that this helps!
    Thanks,
    Frank
    Application Engineer
    National Instruments

  • Functional and Performance Testing in HFM, FDM, HFR

    Does anyone know how to write test scripts relating to functional testing of HFM, FDM, Hyperion Financial Reporting applications including testing of HFM Business Rules.
    I would very much appreciate if you give me step-by-step on how to go about achieving the project goal and how to write these scripts including any recommendation you may have.

    Hi..
    Following is the information that you need to know about how rules are used in Financial
    Management. You use rules to automate the calculations of data within an application. You can
    use rules for these purposes:
    ● Calculate data entry level amounts for a specific entity, scenario, and period.
    ● Prevent data entry for a specific cell in a specific entity, scenario, and period.
    ● Allow input at the Parent entity level.
    ● Calculate data that cannot be calculated through a hierarchical aggregation, such as ratios
    or variance analysis.
    ● Perform allocations from a parent entity to a list of base entities.
    ● Perform complex currency conversions, calculate exchange rate differences, or perform
    other calculations necessary for your consolidation.
    ● Define formulas to dynamically calculate accounts.
    ● Specify the accounts in the application that support intercompany transactions.
    You can write rules in a text editor, or you can use the Financial Management Rules Editor to
    create rules.
    For more information on rules pls refer hfm_admin.pdf
    Best Regards
    Edited by: Naveen Vasa on Jul 9, 2010 10:10 AM

  • What are performance limits for HFM 11.1 64-bit?

    Hello All,
    Does anybody tried subj or have any Oracle/Hyperion materials about 64-bit version?
    How much RAM can HFM 64-bit take? (32-bit one could eat 2GB only)
    What it recommended limit for base records number in sub-cubes?
    Thank you in advance.

    Hi Mike,
    In version 11.1.2.3.500, the performance of the GUI has been decreased comparing to previous versions due to the use of the ADF. However, there are parameters in the system that you can change in order to improve the situation. The best approach is to contact an infrastructure consultant who will review the system and edit the OHS/IIS parameters.
    Additionally, there is a rumor that version 11.1.2.4 has solved these issues and hopefully a few more.
    I am sure that you will find more info on EPM System Infrastructure
    Regards,
    Thanos

Maybe you are looking for

  • Page break issue with subform AddInstance

    I would like the table on page 4 of this form --- http://www.tahc.state.tx.us/10-09_TrichomoniasisEpiInvestigation.pdf --- to be allowed to break across a page if necessary. I want the button on that page to add another instance of the table at the t

  • What causes a managed server to start or not to start

    Hi, I'm investigating a problem we have with an environment where a managed server was not running after the machine was restarted. Now I am testing it on a standalone testing environment and I can boot the machine and everything is starting automati

  • Open page in browser in same window?

    I remember a few versions ago I could hit f12 and it would open my page in the same window - instead of creating a new window every time. Now, I'll have 20 open browser windows in a matter of minutes. Is there any way to get that feature working agai

  • Can't find Adobe reader plug in to delete

    I'm all up to date with OS X software updates and the new Adobe Acrobat Pro 10.1.3 but the Safari plug is being invoked, which I don't want. can't find it in Internet plug ins in the library - any hints please?

  • Mail icon bounces out of the blue

    Hi there. I've noiticed the Mail icon bounces out of the blue in the dock. I'm working with other programs or browsign the internet and Mail is calling for attention. I open the progam, it opens properly, I close it after, and it starts to bounce aga