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

Versions Compared

Key

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

...

プロパティ

resource.licencefile

インストーラーにパッケージ化されるYellowfinライセンスファイルリソース。このプロパティを設定した場合、インストール時にライセンスファイルを選択するプロンプトが表示されません。

詳細については、インストーラーへのファイルの追加を参照してください。

resource.licencefile=resources/licence.lic

...

プロパティ

action.hidewinservice

インストール中にWindowsサービスオプションをユーザーに表示しない場合は、trueに設定します。option.winserviceプロパティと組み合わせて使用することにより、Windowsサービスを強制的にインストールすることもできますし、インストールさせないこともできます。その他のオペレーティングシステムでは、このプロパティは無視されます。

action.hidewinservice=true
option.winservice=false

...

Windowsサービスの名前

Propertyプロパティ

installer.winservice.name

Value

The name of the Windows service. This property is ignored if the Windows service is not being installed.

Windowsサービスの名前。Windowsサービスをインストールしない場合、このプロパティは無視されます。

デフォルトDefault

Yellowfin

Example

installer.winservice.name=Report Server

...

Windowsサービスの説明

Propertyプロパティ

installer.winservice.description

Value

The description of the Windows service. This property is ignored if the Windows service is not being installed.

Windowsサービスの説明。Windowsサービスをインストールしない場合、このプロパティは無視されます。

デフォルトDefault

Yellowfin Application Server –

http://www.yellowfinbi.com/

Example

installer.winservice.desc=This service starts the Report Server

...

SQLログの有効化

Propertyプロパティ

action.debugsql

Value

Set this to true to enable logging of all SQL queries that the installer makes to the configuration database. This will create a log file under the installation directory named インストーラーが構成データベースに対して行うすべてのSQLクエリーのログを有効化する場合は、trueに設定します。このとき、インストールディレクトリの下にYellowfinInstallSQL-yyyymmdd.log which contains SQL queries run during installation.という名前のログファイルが作成されます。このファイルには、インストール中に実行されたSQLクエリーが含まれます。

Example

action.debugsql=true

...

データベースオプション

Styleclass
ClasstopLink

topページトップ

...

使用可能なデータベース

Propertyプロパティ

action.allowed.databases

Yellowfin構成データベースとしてユーザーが選択できるデータベースのカンマ区切りリスト。使用可能な値は、

Value

A comma-separated list of databases that the user may choose as the Yellowfin configuration database. The possible values are the same as for the option.db.dbtype property. This is used to limit the list of available database types.プロパティと同じです。使用可能なデータベースのタイプのリストを限定するために使用されます。

Example

action.allowed.databases=SQLServer,MySQL,Oracle

Hide All Database Options

全てのデータベースオプションの非表示

プロパティProperty

action.hidedboptions

Value

Set this to true to hide all database options from the user during installation. In combination with the インストール中にすべてのデータベースオプションをユーザーに表示しない場合は、trueに設定します。option.db.* properties, this can be used to force a specific database configuration.プロパティと組み合わせて使用することにより、特定のデータベース設定を強制できます。

Example

action.hidedboptions=true

Do Not Access the Database

データベースへのアクセス禁止

プロパティProperty

action.nodbaccess

Value

Set this to true to stop the installer from accessing the database. The installer will not set up the required schema or load initial data. Database configuration is still required via the インストーラーがデータベースにアクセスしないようにする場合は、trueに設定します。インストーラーは、必要なスキーマを設定したり、初期データをロードしたりしません。データベース設定パラメーターをYellowfin設定ファイルに挿入する必要があるため、{[option.db.*}} properties (or by the user during installation) as the database configuration parameters have to be inserted into Yellowfin configuration files.
This can be useful when installing additional nodes in a clustered environment, where there is a shared database.

Default

false

プロパティを使用した(またはインストール時にユーザーによる)データベース設定は必要なままです。
共有データベースがあるようなクラスター化環境に追加のノードをインストールするときに便利です。

デフォルト

false

Example

action.nodbaccess=true

Running Custom SQL

See Running Custom SQL for more information.

...

カスタムSQLの実行

詳細については、カスタムSQLの実行を参照してください。

インストールパス

Styleclass
ClasstopLink

topページトップ

...

インストールパスの非表示

Propertyプロパティ

action.hideinstallpath

Value

Set this to true to hide the installation path option from the user during installation. In combination with the option.installpath property, this can be used to force a specific install location.

インストール中にインストールパスオプションをユーザーに表示しない場合は、trueに設定します。option.installpathプロパティと組み合わせて使用することにより、特定のインストール場所を強制できます。

Example

action.hideinstallpath=true

...

インストールコンポーネント

Styleclass
ClasstopLink

top

Do Not Install Development Files

ページトップ

開発ファイルのインストール禁止

プロパティProperty

action.nodevelopment

Value

Set this to true to stop the installer from creating the development directory. This directory contains source code, examples and documentation that are useful for integrating Yellowfin into other systems.

インストーラーがdevelopmentディレクトリを作成しないようにする場合は、trueに設定します。このディレクトリには、Yellowfinをその他のシステムにインテグレーションする場合に役立つソースコード、例、およびドキュメントが含まれます。

デフォルトDefault

false

Example

action.nodevelopment=true

Only Write the Application .war File

アプリケーション.warファイルのみ書き込み

プロパティProperty

action.warfileonly

Value

Set this to true to stop the installer from writing any files to the filesystem except the yellowfin.war file. This may be useful when installing into an environment with an existing Application Server.

Default

false

インストーラーがファイルシステムにファイル(yellowfin.warファイルを除く)を書き込まないようにする場合は、trueに設定します。既存のアプリケーションサーバーがある環境にインストールするときに便利です。

デフォルト

false

Example

action.warfileonly=true

Include Yellowfin-branded Content

Yellowfinブランドのコンテンツの挿入

プロパティProperty

action.yellowfincontent

Value

Set this to false to stop the installer from loading any Yellowfin-branded content into the database. This includes the standard email header image and introductory Storyboards. This may be useful when installing a re-branded version of Yellowfin.

Default

true

インストーラーがYellowfinブランドのコンテンツをデータベースにロードしないようにする場合は、falseに設定します。これには、標準の電子メールヘッダーイメージや入門のストーリーボードが含まれます。再設定バージョンのYellowfinをインストールする場合に便利です。

デフォルト

true

Example

action.yellowfincontent=false

...

プログラムのショートカット

Styleclass
ClasstopLink

top

Do Not Create Start Menu Shortcuts

ページトップ

「スタート」メニューのショートカットの作成禁止

プロパティProperty

action.noshortcuts

Value

Set this to true to stop the installer from creating Start Menu shortcuts on supported Windows systems. This property is ignored on other Operating Systems.

インストーラーがサポート対象のWindowsシステムで「スタート」メニューのショートカットを作成しないようにする場合は、trueに設定します。その他のオペレーティングシステムでは、このプロパティは無視されます。

デフォルトDefault

false

Example

action.noshortcuts=true

Start Menu Program Group Name

「スタート」メニューのプログラムグループの名前

プロパティProperty

shortcut.default.programgroup

Value

Set this to the name of the program group to create when creating Start Menu shortcuts on a supported Windows system. This name must only include characters that are valid in filenames.

Default

The application name and version.

サポート対象のWindowsシステムで「スタート」メニューのショートカットを作成する場合は、プログラムグループの名前に設定します。この名前には、ファイル名で有効な文字だけを使用してください。

デフォルト

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

Example

shortcut.default.programgroup=Report Server

Start Server Shortcut Name

サーバー起動ショートカットの名前

プロパティProperty

shortcut.startserver.title

Value

The name of the “Start Server” shortcut in the Start Menu.

Default

Start Yellowfin Server

「スタート」メニューでの「サーバー起動」用のショートカットの名前。

デフォルト

Yellowfin サーバーを起動

Example

shortcut.startserver.title=Start Report Server

Start Server Shortcut Description

サーバー起動ショートカットの説明

プロパティProperty

shortcut.startserver.description

Value

The description of the “Start Server” shortcut in the Start Menu.

Default

Starts the Yellowfin application server

「スタート」メニューでの「サーバー起動」用のショートカットの説明。

デフォルト

起動Yellowfinサーバー

Example

shortcut.startserver.description=Starts the Report Server

Start Server Shortcut Icon

サーバー起動ショートカットのアイコン

プロパティProperty

resource.shortcut.startserver.icon

Value

A resource to use as the icon for the “Start Server” shortcut in the Start Menu. This should point to a Microsoft icon file.

See Adding Files to the Installer for more information.

「スタート」メニューでの「サーバー起動」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

Example

resource.shortcut.startserver.icon=resources/start.ico

Stop Server Shortcut Name

サーバー停止ショートカットの名前

プロパティProperty

shortcut.stopserver.title

Value

The name of the “Stop Server” shortcut in the Start Menu.

Default

Stop Yellowfin Server

「スタート」メニューでの「サーバー停止」用のショートカットの名前。

デフォルト

停止Yellowfinサーバー

Example

shortcut.stopserver.title=Stop Report Server

Stop Server Shortcut Description

サーバー停止ショートカットの説明

プロパティProperty

shortcut.stopserver.description

Value

The description of the “Stop Server” shortcut in the Start Menu.

Default

Stops the Yellowfin application server

「スタート」メニューでの「サーバー停止」用のショートカットの説明。

デフォルト

Yellowfin アプリケーションサーバーを停止

Example

shortcut.stopserver.description=Stops the Report Server

Stop Server Shortcut Icon

サーバー停止ショートカットのアイコン

プロパティProperty

resource.shortcut.stopserver.icon

Value

A resource to use as the icon for the “Stop Server” shortcut in the Start Menu. This should point to a Microsoft icon file.

See Adding Files to the Installer for more information.

スタート」メニューでの「サーバー停止」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

Example

resource.shortcut.stopserver.icon=resources/stop.ico

...

ホームページショートカットの名前

Propertyプロパティ

shortcut.homepage.title

Value

The name of the “Homepage” shortcut in the Start Menu.

Default

Yellowfin Homepage

「スタート」メニューでの「ホームページ」用のショートカットの名前。

デフォルト

Yellowfinホームページ

Example

shortcut.homepage.title=Login to Report Server

...

ホームページショートカットの説明

Propertyプロパティ

shortcut.homepage.description

Value

The description of the “Homepage” shortcut in the Start Menu.

Default

Open the Yellowfin homepage in your web browser.

「スタート」メニューでの「ホームページ」用のショートカットの説明。

デフォルト

ブラウザーでYellowfin ホームページを開く

Example

shortcut.stopserver.description=Open the Report Server login page

...

ホームページショートカットのアイコン

Propertyプロパティ

resource.shortcut.homepage.icon

Value

A resource to use as the icon for the “Homepage” shortcut in the Start Menu. This should point to a Microsoft icon file.

See Adding Files to the Installer for more information.

「スタート」メニューでの「ホームページ」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

Example

resource.shortcut.homepage.icon=resources/homepage.ico

Windows Service Shortcut Name

Windowsサービスショートカットの名前

プロパティProperty

shortcut.winservice.title

Value

The name of the “Service Properties” shortcut in the Start Menu. This property is ignored if the Windows Service is not installed.

Default

Yellowfin Service Properties

「スタート」メニューでの「サービスプロパティ」用のショートカットの名前。Windowsサービスをインストールしない場合、このプロパティは無視されます。

デフォルト

Yellowfinサービスプロパティ

Example

shortcut.winservice.title=Report Server Service Properties

Windows Service Shortcut Description

Windowsサービスショートカットの説明

プロパティProperty

shortcut.winservice.description

Value

The description of the “Windows Service” shortcut in the Start Menu.

Default

Opens the Service Properties editor

「スタート」メニューでの「Windowsサービス」用のショートカットの説明。

デフォルト

サービスプロパティエディタを開く

Example

shortcut.winservice.description=Open the Report Server Service Properties editor

...

Windowsサービスショートカットのアイコン

Property

resource.shortcut.winservice.icon

Value

A resource to use as the icon for the “Windows Service” shortcut in the Start Menu. This should point to a Microsoft icon file.

See Adding Files to the Installer for more information.

「スタート」メニューでの「Windowsサービス」用のショートカットのアイコンとして使用するリソース。Microsoftアイコンファイルを指す必要があります。

詳細については、インストーラーへのファイルの追加を参照してください。

Example

resource.shortcut.winservice.icon=resources/winservice.ico

...

horizontalrule
Styleclass
ClasstopLink

topページトップ