You are browsing the archive for EPM.

Essbase如何在Unix/Linux下使用ODBC数据源

十二月 16, 2009 in Oracle企业绩效管理

  1. 设置环境变量

    在用户所在Home下,找到文件set_hyphome_<HOSTNAME>2_1.sh,增加下面内容

    SHLIB_PATH=/u01/hyperion/common/ODBC/Merant/5.2/lib; export SHLIB_PATH

    ODBCINI=/u01/hyperion/common/ODBC/Merant/5.2/odbc.ini; export ODBCINI
    Read the rest of this entry →

Planning Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. Planning应用级别启用压缩
    1. 打开文件HYPERION_HOME\deployments\Weblogic9\servers\HyperionPlanning\webapps\HyperionPlanning\WEB-INF\web.xml
      Read the rest of this entry →

HFM Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. 设置注册表参数[HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Financial Management\Server]

    MaxNumDataRecordsinRAM 1000000

    MinDataCacheSizeinMB 130

    MaxDataCacheSizeinMB 260

    NumMinutesBeforeCheckingLRU 15

    NumCubesLoadedBeforeCheckingLRU 100

    NumMaxDBConnections 120(Default 40)

    Read the rest of this entry →

Workspace/Core Services Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. 设置CMC
    1. 启动CMC服务
    2. 打开链接http://localhost:55000/cmc/index.jsp,进入CMC控制台
      Read the rest of this entry →

Hyperion Apache Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. 修改Apache配置文件:HYPERION_HOME\common\httpServers\Apache\2.0.59\conf\httpd.conf
    1. MaxKeepAliveRequests 0
    2. LogLevel crit
      Read the rest of this entry →