次の方法で共有


SQL スクリプトを使用して、APP-V データベースを展開する方法

次の手順に従って、Windows インストーラーではなく SQL スクリプトを使用して、次の操作を行います。

  • App-V 5.1 データベースをインストールする
  • App-V データベースを新しいバージョンにアップグレードする

App-V 5.0 SP3 データベースを既にデプロイしている場合、SQL スクリプトを App-V 5.1 にアップグレードする必要はありません。

SQL スクリプトを使用して App-V データベースをインストールする方法

  1. データベース スクリプトをインストールする前に、App-V ライセンス条項のコピーを確認して保持します。 データベース スクリプトを実行すると、ライセンス条項に同意したことになります。 同意しない場合は、このソフトウェアを使用しないでください。

  2. appv_server_setup.exeを App-V リリース メディアから一時的な場所にコピーします。

  3. コマンド プロンプトで、 を実行 appv_server_setup.exe し、データベース スクリプトを抽出するための一時的な場所を指定します。

    例: appv_server_setup.exe /layout c:\<temporary location path>

  4. 作成した一時的な場所を参照し、抽出した DatabaseScripts フォルダーを開き、適切な Readme.txt ファイルを確認して手順を確認します。

    • 管理データベース: ManagementDatabase サブフォルダー

    • レポート データベース: ReportingDatabase サブフォルダー

注意

サブフォルダー内 ManagementDatabase の readme.txt ファイルが古い。 以下の更新された readme ファイルの情報は最新であり、フォルダーで提供される readme 情報よりも優先されます DatabaseScripts

重要

InsertVersionInfo.sql スクリプトは、App-V 5.0 SP3 より後のバージョンの App-V 管理データベースでは必要ありません。

管理データベース README ファイルの内容を更新しました

******************************************************************
Before you install and use the Application Virtualization Database Scripts you must:
1.Review the Microsoft Application Virtualization Server 5.0 license terms.
2.Print and retain a copy of the license terms for your records.
By running the Microsoft Application Virtualization Database Scripts you agree to such license terms.  If you do not accept them, do not use the software.
******************************************************************


Steps to install "AppVManagement" schema in SQL SERVER.


## PREREQUISITES:

 1. Review the installation package.  The following files MUST exist:

    SQL files
    ---------
    Database.sql
    CreateTables.sql
    CreateStoredProcs.sql
    UpdateTables.sql
    Permissions.sql

 2. Ensure the target SQL Server instance and SQL Server Agent service are running.

 3. If you are not running the scripts directly on the server, ensure the
    necessary SQL Server client software is installed and available from
    the specified location.  Specifically, the "osql" command must
##     be supported for these scripts to run.



## PREPARATION:

 1. Review the database.sql file and modify as necessary.  Although the
    defaults are likely sufficient, it is suggested that the following
    settings be reviewed:

    DATABASE - ensure name is satisfactory - default is "AppVManagement".

 2. Review the Permissions.sql file and provide all the necessary account information
    for setting up read and write access on the database. Note: Default settings
##     in the file will not work.



## INSTALLATION:

 1. Run the database.sql against the "master" database.  Your user
    credential must have the ability to create databases.
    This script will create the database.

 2. Run the following scripts against the "AppVManagement" database using the
    same account as above in order.

    CreateTables.sql
    CreateStoredProcs.sql
    UpdateTables.sql
##     Permissions.sql

レポート データベース README ファイルの内容を更新しました

******************************************************************
Before you install and use the Application Virtualization Database Scripts you must:
1.Review the Microsoft Application Virtualization Server 5.0 license terms.
2.Print and retain a copy of the license terms for your records.
By running the Microsoft Application Virtualization Database Scripts you agree to such license terms.  If you do not accept them, do not use the software.
******************************************************************

Steps to install "AppVReporting" schema in SQL SERVER.


## PREREQUISITES:

 1. Review the installation package.  The following files MUST exist:

    SQL files
    ---------
    Database.sql
    UpgradeDatabase.sql
    CreateTables.sql
    CreateReportingStoredProcs.sql
    CreateStoredProcs.sql
    CreateViews.sql
    InsertVersionInfo.sql
    Permissions.sql
    ScheduleReportingJob.sql

 2. Ensure the target SQL Server instance and SQL Server Agent service are running.

 3. If you are not running the scripts directly on the server, ensure the
    necessary SQL Server client software is installed and executable from
    the location you have chosen.  Specifically, the "osql" command must
##     be supported for these scripts to run.



## PREPARATION:

 1. Review the database.sql file and modify as necessary.  Although the
    defaults are likely sufficient, it is suggested that the following
    settings be reviewed:

    DATABASE - ensure name is satisfactory - default is "AppVReporting".

 2. Review the Permissions.sql file and provide all the necessary account information
    for setting up read and write access on the database. Note: Default settings
    in the file will not work.

 3. Review the ScheduleReportingJob.sql file and make sure that the stored proc schedule
    time is acceptable. The default stored proc schedule time is at 12.01 AM (line 84).
    If this time is not suitable, you can change this to a more suitable time. The time is
##     in the format HHMMSS.



## INSTALLATION:

 1. Run the database.sql against the "master" database.  Your user
    credential must have the ability to create databases.
    This script will create the database.

 2. If upgrading the database, run UpgradeDatabase.sql This will upgrade database schema.

 2. Run the following scripts against the "AppVReporting" database using the
    same account as above in order.

    CreateTables.sql
    CreateReportingStoredProcs.sql
    CreateStoredProcs.sql
    CreateViews.sql
    InsertVersionInfo.sql
    Permissions.sql
##     ScheduleReportingJob.sql

App-V 5.1 Server の展開

App-V 5.1 Server を展開する方法