Versions Compared

Key

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

...

Table of Contents
classcontents

Overview

Properties in this section are used to provide initial values for the user entry options in the installer. When using the graphical and command-line installers, these will be used as defaults that the user can override at installation time. Certain user options can be hidden from the user, in which case they cannot override the values provided for these properties.

When using the silent installer, these options must be used to specify the installation parameters.

Out-Of-The-Box Content

Tutorial Pack Installation

...

概要

このセクションのプロパティは、インストーラーのユーザー入力オプションの初期値を指定するために使用されます。グラフィカルおよびコマンドラインインストーラーを使用するときは、これらの値がデフォルトとして使用されますが、インストール時にユーザーが上書きできます。一部のユーザーオプションは、ユーザーに表示されません。こうすることで、ユーザーがこれらのプロパティに指定されている値を上書きできないようにしています。

サイレントインストーラーを使用するときは、インストールパラメーターを指定するためにこれらのオプションを使用する必要があります。

標準のコンテンツ

チュートリアルパックのインストール

プロパティ

option.pack.tutorial

Value

Set this to true or false to determine whether to install the Ski Team tutorial database and sample content.

Default

Ski Teamチュートリアルデータベースおよびサンプルコンテンツをインストールするかどうかを指定するために、trueまたはfalseに設定します。

デフォルト

true

Example

option.pack.tutorial=true

...

世界各国ジオパックのインストール

Default

Propertyプロパティ

option.pack.geopack.world

Value

Set this to 世界各国ジオパックをインストールするかどうかを指定するために、true or false to determine whether to install the World Countries GeoPack.

またはfalseに設定します。

デフォルト

false

Example

option.pack.geopack.world=true

...

米国ジオパックのインストール

Default

Propertyプロパティ

option.pack.geopack.us

Value

Set this to 米国ジオパックをインストールするかどうかを指定するために、true or false to determine whether to install the US GeoPack.

またはfalseに設定します。

デフォルト

false

Example

option.pack.geopack.us=true

...

ライセンス

...

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

Propertyプロパティ

option.licencefile

Value

The path to the Yellowfin licence file. This value should be the full path to the licence file which should exist on the installation target computer at install time.

Example

Yellowfinライセンスファイルのパス。この値は、インストール時にインストール対象コンピューター上に存在するライセンスファイルのフルパスにしてください。

option.licencefile=/usr/local/yellowfin.lic

...

全般オプション

...

サーバーポート

Propertyプロパティ

option.serverport

Value

The server port that Yellowfin will use. This value should be a valid port number between 1 and 65535. At installation time, the installer checks if the port is available. If not, a warning is displayed to the user.

Default

Selects an available port starting with 8080

Example

Yellowfinが使用するサーバーポート。この値は、1~65535の有効なポート番号にしてください。インストール時に、このポートが使用可能かどうかがチェックされます。使用可能でない場合は、警告が表示されます。

デフォルト

8080で始まる使用可能なポートを選択します。

option.serverport=8080

...

Windowsサービス

Default

Propertyプロパティ

option.winservice

Value

Set to true to install a Windows Service. This property is ignored on other Operating Systems.

Windowsサービスをインストールする場合は、trueに設定します。その他のオペレーティングシステムでは、このプロパティは無視されます。

デフォルト

false

Example

option.winservice=true

...

データベースの選択

...

データベースタイプ

The database type to use for the Yellowfin configuration database. The available values are:
AS400 - (AS/400 DB2)Example

Propertyプロパティ

option.db.dbtype

Value

Yellowfin構成データベースに使用するデータベースタイプ。使用可能な値は以下のとおりです:
AS400 - (AS/400 DB2)
CacheDB
DB2
HSQLDB - (Embedded database) - (組み込みデータベース)
Ingres
MySQL
Oracle
PostgreSQL
Progress - (Progress 9) - (Progress 9)
SQLServer - (Microsoft SQL Server) (Microsoft SQL Server)
SQLServerAzure -(Microsoft  (Microsoft SQL Server Azure)Azure)
SybaseASA -(Sybase  (Sybase SQL Anywhere / IQ)IQ)
SybaseASE - (Sybase ASE)

 - (Sybase ASE)

option.db.dbtype=PostgreSQL

Progress JDBC

...

ドライバー

Example

Propertyプロパティ

option.db.progressdriver

Value

The location of the Progress JDBC driver file. This file should exist on the installation target computer (not the computer where the installer is built). This is ignored for other database types.

Progress JDBCドライバーファイルの場所。このファイルは、(インストーラーがビルドされるコンピューターではなく)インストール対象コンピューター上に存在する必要があります。その他のデータベースタイプでは無視されます。

option.db.progressdriver=/usr/local/dlc/java/jdbc.jar

...

データベースホスト名

Propertyプロパティ

option.db.hostname

Value

The Yellowfin configuration database server hostname.

Example

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

option.db.hostname=localhost

...

データベースポート

Propertyプロパティ

option.db.port

Value

The Yellowfin configuration database server port. If this value is omitted, the default port for the selected database type will be used.

Example

Yellowfin構成データベースサーバーのポート。この値を省略した場合、選択したデータベースタイプのデフォルトポートが使用されます。

option.db.port=5432

...

データベース名

Propertyプロパティ

option.db.dbname

Value

The Yellowfin configuration database name.

Example

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

option.db.dbname=yellowfin

...

データベースの新規作成

Example

Propertyプロパティ

option.db.createdb

Value

Set to true to create a new database to use as the Yellowfin configuration database. This property is ignored if the selected database type does not support creating databases.

Yellowfin構成データベースとして新しいデータベースを作成する場合は、trueに設定します。選択したデータベースタイプがデータベースの作成をサポートしない場合は無視されます。

option.db.createdb=true

SQL

...

Serverインスタンス名

Propertyプロパティ

option.db.sqlinstance

Value

The instance name to use when connecting to SQL Server. This property is ignored for other database types. If this value is omitted, the default instance will be used.

Example

SQL Serverに接続するときに使用するインスタンス名。ほかのデータベースタイプでは無視されます。この値を省略した場合、デフォルトインスタンスが使用されます。

option.db.sqlinstance=MyInstance

SQL

...

Server認証タイプ

Propertyプロパティ

option.db.sqlauthtype

Value

The authentication type to use when connecting to SQL Server. This property is ignored for other database types. This should be set to windows or sqlserver.

Default

sqlserver

Example

SQL Serverに接続するときに使用する認証タイプ。ほかのデータベースタイプでは無視されます。windowsまたはsqlserverに設定してください。

デフォルト

sqlserver

option.db.sqlauthtype=windows

SQL

...

Serverログオンドメイン

Propertyプロパティ

option.db.sqldomain

Value

The logon domain to use when connecting to SQL Server with authentication type set to windows.

Example

認証タイプがwindowsに設定されていてSQL Serverに接続するときに使用するログオンドメイン。

option.db.sqldomain=MyDomain

...

Databaseユーザー名

Propertyプロパティ

option.db.username

Value

The username used to connect to the Yellowfin configuration database.

Example

Yellowfin構成データベースに接続するときに使用するユーザー名。

option.db.username=myuser

...

データベースパスワード

Propertyプロパティ

option.db.userpassword

Value

The user password used to connect to the Yellowfin configuration database.

Example

Yellowfin構成データベースに接続するときに使用するユーザーパスワード。

option.db.userpassword=password

Create New Database User

...

データベースユーザーの新規作成

Example

プロパティ

option.db.createuser

Value

Set to true to create a new database user to use when connecting to the Yellowfin configuration database. This property is ignored if the selected database type does not support creating database users.

Yellowfin構成データベースに接続するときに新しいデータベースユーザーを作成する場合は、trueに設定します。選択したデータベースタイプがデータベースユーザーの作成をサポートしない場合は無視されます。

option.db.createuser=true

...

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

Propertyプロパティ

option.db.dbausername

Value

The database administrator username, used to connect to the database to create the database or database user. If neither of the Create New Database and Create New Database User options are set to true, this property is ignored.

Example

データベースまたはデータベースユーザーを作成するためにデータベースに接続するときに使用するデータベース管理者のユーザー名。データベースの新規作成オプションとデータベースユーザーの新規作成オプションのどちらもtrueに設定されていない場合は無視されます。

option.db.dbausername=admin

...

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

Propertyプロパティ

option.db.dbapassword

Value

The database administrator user password, used to connect to the database to create the database or database user. If neither of the Create New Database and Create New Database User options are set to true, this property is ignored.

Example

データベースまたはデータベースユーザーを作成するためにデータベースに接続するときに使用するデータベース管理者のユーザーパスワード。データベースの新規作成オプションとデータベースユーザーの新規作成オプションのどちらもtrueに設定されていない場合は無視されます。

option.db.dbapassword=password

...

インストールパス

...

インストールパス

Propertyプロパティ

option.installpath

Value

The path to install Yellowfin into. This value should be the full path name to install Yellowfin into. The directory will be created if it does not already exist.

Example

Yellowfinのインストール先パス。この値は、Yellowfinをインストールするフルパス名にしてください。このディレクトリが存在しない場合は作成されます。

option.installpath=/usr/local/Yellowfin

...

インストールフォルダー名

Propertyプロパティ

installer.installfolder

Value

This property sets the default name for the installation folder. In the graphical installer, the installation folder will be defaulted to a folder with this name, in an Operating System-specific location.

Default

The application name and version.

Example

このプロパティは、インストールフォルダーのデフォルト名を設定します。グラフィカルインストーラーの場合、インストールフォルダーのデフォルトは、オペレーティングシステム固有の場所にこの名前で作成されるフォルダーです。

デフォルト

アプリケーションの名前とバージョン。

installer.installfolder=Report Server 7.1

...