You are browsing the archive for FR.

Financial Reporting Tuning

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

  • JVM,修改下面Java参数的值,这是起点,可以适当增大
    • HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Reports\HyS9FRReport

      -Xms1024m

      -Xmx1024m

    • HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Reports\HyS9FRPrint

      -Xms256m

      -Xmx512m

  • 调整打印机的个数,最少调整到10个
    • 停止FR所有服务
    • HYPERION_HOME\products\biplus\lib\fr_printserver.properties

      PrinterPool=10

    • 删除打印机HRPrinter1~HRPrinter5
    • HYPERION_HOME\products\biplus\bin\HRCreatePrinters.ini

      StopNum=10

    • HYPERION_HOME\products\biplus\bin\HRCreatePrinters.exe
  • 调整每个打印机的最大线程

    HYPERION_HOME\products\biplus\lib\fr_repserver.properties

    ReportServerMaxThreads=10(每个CPU为5个线程,依次累加,不要设置为0)

Financial Reporting Studio 中文成员乱码

九月 28, 2009 in Oracle企业绩效管理

Financial Reporting Studio 设计报表时,会出现下面两种乱码问题:

  1. 中文成员名称乱码
  2. 中文成员显示正常,运行报表时出现不能读取成员(乱码)
    这一配置问题,可以按照下面办法解决: Read the rest of this entry →