30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

プロパティキーcustom.propertiesファイル内で対応するキー

JavaHome

Yellowfin実行時に使用するJavaインストールパス

option.javahome

InstallPath

Yellowfinをインストールするパス

option.installpath

InstallTutorialDatabase

チュートリアルデータベースや、サンプルコンテンツをインストールするかどうか

option.pack.tutorial

LicenceFilePath

Yellowfinライセンスファイルの場所

option.licencefile

ServicePort

Webサーバーのポート番号

option.serverport

InstallService

Windowsサービスをインストールするかどうか

option.winservice

DatabaseType

Yellowfin構成データベースのデータベースタイプ

option.db.dbtype

Authentication

データベースタイプがSQL Serverの場合に使用する認証タイプ

option.db.sqlauthtype

LogonDomain

データベースタイプがSQL Serverであり、認証タイプがWindowsのときに使用するログオンドメイン

option.db.sqldomain

SQLServerNamedInstance

データベースタイプがSQL Serverの場合に使用するインスタンス名。デフォルトインスタンスを使用するためには、こちらのプロパティを省略します。

option.db.sqlinstance

ProgressDriver

データベースタイプがProgressの場合のJDBCドライバーの場所

option.db.progressdriver

CreateYellowfinDB

Yellowfin構成データベースのために、新規データベースを作成するかどうか

option.db.createdb

CreateYellowfinDBUser

新規データベースユーザーを作成するかどうか

option.db.createuser

DatabaseHostname

Yellowfin構成データベースのサーバーホスト名

option.db.hostname

DatabasePort

Yellowfin構成データベースのサーバーポート

option.db.port

DatabaseName

Yellowfin構成データベースのデータベース名

注意:Oracleをインストールする場合は、こちらのキーを使用してSIDを指定するか、選択したOracle接続モードに基づくサービス名を使用します。

option.db.dbname

DatabaseDBAUser

データベースの管理者ユーザー名

option.db.dbausername

DatabaseDBAPassword

データベースの管理者ユーザーパスワード

option.db.dbapassword

DatabaseUser

Yellowfin構成データベースのデータベースユーザー名

option.db.username

DatabasePassword

Yellowfin構成データベースのデータベースユーザーパスワード

option.db.userpassword

ORACLEMODE

Oracleデータベースに接続する接続方法です。オプションは、SIDまたはサービスを含みます。選択した方法の値は、DatabaseNameキーを使用して指定しなくてはいけません。

注意:サイレントインストーラーを使用してOracleデータベースをインストールする場合は、こちらのプロパティキーを指定する必要があります。以下の、Oracleの例を参照してください。

option.db.oracleconnectionmode

以下の例を考慮します。

Code Block
none
none
InstallPath=/applications/yellowfin
InstallTutorialDatabase=true
ServicePort=8080
InstallService=false
DatabaseType=MySQL
CreateYellowfinDB=true
CreateYellowfinDBUser=talse
DatabaseHostname=localhost
DatabaseName=yellowfin
DatabaseDBAUser=root
DatabaseDBAPassword=secret
DatabaseUser=yf
DatabasePassword=

 

以下は、Oracleデータベースのインストールに要求されるプロパティキーの例です。

Code Block
DatabaseType=Oracle
DatabasePort=1521
ORACLEMODE=service
DatabaseName=ORCL

 

horizontalrule
Styleclass
ClasstopLink

ページトップ