廣告聯播

顯示具有 Hyperion 標籤的文章。 顯示所有文章
顯示具有 Hyperion 標籤的文章。 顯示所有文章

2011年7月19日 星期二

Hyperion 9.3.1 Shared Services 無法啟動

From: Polin Wei

Recover OpenLDAP by using the following steps:

1. Stop all the services.
2. Take a backup of this folder:
Hyperion\SharedServices\9.3\openLDAP\var\openldap-data.
3. Remove/delete all files which do not have extension .bdb from:
Hyperion\SharedServices\9.3\openLDAP\var\openldap-data.
4. Copy the 'db_recover.exe' file from the following location:
Hyperion\Sharedservices\9.3.1\openLDAP\bdb
to
Hyperion\SharedServices\9.3\openLDAP\var\openldap-data

run the db_recover.bat 如下:

set OPENLDAP_DIR=D:\Hyperion\SharedServices\9.3.1\openLDAP
%OPENLDAP_DIR%\bdb\bin\db_recover -v -h %OPENLDAP_DIR%\var\openldap-data -t 04101200


5. Start the services


啟動順序為

net start "Hyperion S9 Apache 2.0"
net start "Hyperion S9 OpenLDAP"
net start "Hyperion S9 Shared Services"

ping 127.0.0.1 -n 30 -w 2000 > NUL

net start "Hyperion S9 BI+ 9.3 Core Services 1"

ping 127.0.0.1 -n 30 -w 2000 > NUL

net start "Hyperion S9 BI+ 9.3 Financial Reporting Java RMI Registry"
net start "Hyperion S9 BI+ 9.3 Financial Reporting Print Server"
net start "Hyperion S9 BI+ 9.3 Financial Reporting Report Server"
net start "Hyperion S9 BI+ 9.3 Financial Reporting Scheduler Server"
net start "Hyperion S9 BI+ 9.3 Financial Reporting Web application"
net start "Hyperion S9 BI+ 9.3 Workspace"

ping 127.0.0.1 -n 30 -w 2000 > NUL

net start "Hyperion S9 BI+ 9.3 Web Analysis"



停機的順序

net stop "Hyperion S9 BI+ 9.3 Web Analysis"

net stop "Hyperion S9 BI+ 9.3 Workspace"

net stop "Hyperion S9 BI+ 9.3 Financial Reporting Web application"
net stop "Hyperion S9 BI+ 9.3 Financial Reporting Scheduler Server"
net stop "Hyperion S9 BI+ 9.3 Financial Reporting Print Server"
net stop "Hyperion S9 BI+ 9.3 Financial Reporting Report Server"
net stop "Hyperion S9 BI+ 9.3 Financial Reporting Java RMI Registry"

net stop "Hyperion S9 BI+ 9.3 Core Services 1"

net stop "Hyperion S9 Shared Services"
net stop "Hyperion S9 OpenLDAP"
net stop "Hyperion S9 Apache 2.0"

2009年2月5日 星期四

[Hyperion] 設定 Hyperion 與 Microsoft AD 認證整合 Integrate Oracle Internet Directory With AD

From: Polin Wei

上一篇 [Hyperion] Windows Server 2k3 + Oracle XE + Hyperion 9.3.1 安裝步驟 作好後, 登入到 Essbase Server 時, 就會牽涉到權限認證的問題. 所以該如何與 AD 作好整合認證就顯得重要了.

要與 AD 的帳號作整合認證的作法如下:
環境:
OS: windows 2k3
Host Name: ad.mydomain.com
AD Domain: mydomain.com
LDAP 認證帳號為 AD 的 administrator
Hyperion Essbase 9.3.1


step 01: 進入 User Management Console 的界面
http://localhost:58080/interop/
帳號/密碼 為預設的 admin/password



step 02: Configure User Directories


加入一筆 LDAP 記錄


選擇 Microsoft Active Directory (MSAD)


依環境提供的值填入, 下圖中的 Base DN 只要填入AD伺服器中的網域(Domain Name)名即可, 如
mydomain.com , 在 AD 的識別為 cn=myadmin,cn=com



登入系統所需認證的相關資訊, 可以先輸入 cn=administrator 然後按 Go , 系統會自動帶出 AD 裡的參數值


Enable Support Group 啟動支援群組, 這樣會比較彈性


step03: 讓 AD 加入系統認證的行列中



step04: 作好以上設定後, 要重啟 HSS (Hyperion S9 Shared Services) 服務, 這樣就可以了






參考文獻
Configuring Oracle Internet Directory, MSAD, and Other LDAP-Enabled User Directories

2009年2月4日 星期三

[Hyperion] Windows Server 2k3 + Oracle XE + Hyperion 9.3.1 安裝步驟

From: Polin Wei

環境:

OS: Windows Server 2k3 + SP2
DB: Oracle XE
Hyperion : 9.3.1


step 01: 準備 Windows Server 作業平台
將 Windows Server 2k3 + SP2 依一般程序裝好

step 02: 安裝資料庫
將 Oracle XE 裝好並建立好一個帳號備用, 步驟如下:

step 02.A: Create tablespace : hyperion
CREATE TABLESPACE hyperion
LOGGING
DATAFILE 'C:\oraclexe\oradata\XE\hyperion_data1.dbf' SIZE 174080K AUTOEXTEND ON NEXT 1280K MAXSIZE 10485760K
EXTENT MANAGEMENT LOCAL
ONLINE;


step 02.B: Create User : hyperion
create user hyperion identified by password
default tablespace hyperion
temporary tablespace temp ;


step 02.C: Grant permission
grant create session,resource to hyperion;

step03: 安裝 Hyperion
注意:
1. 下列所說的設定, 即是執行 Hyperion Configuration Utility
2. 若要選擇所在地區 Location , 均選擇 Other

step03.A: 安裝並設定Shared Services

設定Shared Services


選取下列項目


Oracle 資料庫連結的設定資料如 step 02: 安裝資料庫


選擇 Apache Tomcat5 作為 HTTP Server



step03.B: 安裝Reporting and Analysis Services (BI Services)
除了下列不選取外, 其餘的均打勾.


在此先不作設定(不執行 Hyperion Configuration Utility)


step03.C: 安裝UI Services
選取 Workspace 即可, 但為了瞭解 Web Analysis 有何功能 , 在此我也勾選了 Web Analysis


step03.D: 設定Reporting and Analysis Services
BI Services & UI Services 安裝好後, 就要執行 Hyperion Configuration Utility , 將這些服務給註冊起來, 才可以使用


註冊的服務如下:




下圖所指的 Server 是 Hyperion 的伺服務名, 帳號及密碼預設為 admin/password


下圖所指的 Server 是 Oracle 資料庫的相關資訊, 如 step 02: 安裝資料庫 設定時所提供的資料


各個 Services 預設的 port


SQR & Oracle Home 依預設值留空


HTTP Server 一樣選 Apache Tomcat5


在 step03.C: 安裝UI Services , 我選了 Workspace 及 Web Analysis , 所以會有這兩個 Service 相對應的 port


這裡的語言選繁體中文, 格式選台灣


相關 Services 一覽表


Tomcat Apache 安裝的路徑


這是 workspace 所使用的 port


這樣子就可以使用 Hyperion Essbase Server 了. 預設密碼為 admin/password



2008年10月31日 星期五

[Hyperion] Interactive Reporting 資料分析與報表產生的利器

From: Polin Wei

  Hyperion Interactive Reporting 是 Oracle BI (Business Intelligence Suite Enterprise Edition Plus)系統中的模組之一,它可以輕鬆的幫你製作 Report, Pivot, Chart, Dashboard, 若只想單純查詢資料時, 也可只用它的 Query 產生的 Results就可以了. 不需要下任何的 SQL 語法.

  Hyperion Interactive Reporting 有 Server & Client 的版本,今天以 Client版本來作示範.所需要的安裝程式可以上 Oracle 的網站抓.

實作:
  新建立一個資料庫的連結 File->New ,並將此連結檔名存成 ODBCDemo.oce
  • 選擇 ODBC 連結

  • User Name :空白
  • Password: 空白
  • Host: Hyperion Client Sample


  再依下圖將所需要的 table (Periods Days, Sales Fact, Products, Regions, Stores)拉進來, 將要查的欄位放在 Request 裡.



再按 Process ,就可以自動產生 Results值了




對於製作報表也輕鬆易舉

WordPress 架站必備外掛