Freigeben über


Bereitstellen von App-V-Datenbanken mithilfe eines SQL-Skripts

Letzte Aktualisierung: August 2015

Betrifft: Application Virtualization 5.1

Die folgenden Anweisungen gelten für die Verwendung von SQL-Skripts anstelle des Windows-Installationsprogramms für folgende Aufgaben:

  • Installation von App-V 5.1-Datenbanken

  • Upgrade von App-V-Datenbanken auf eine höhere Version

Hinweis

Wenn Sie die Datenbank für App-V 5.0 SP3 schon bereitgestellt haben, sind für ein Upgrade auf App-V 5.1 keine SQL-Skripts erforderlich.

Installieren von App-V-Datenbanken mithilfe von SQL-Skripts

  1. Bevor Sie die Datenbankskripts installieren, lesen Sie die App-V-Lizenzbedingungen, und kopieren Sie sie. Durch Ausführen der Datenbankskripts erklären Sie sich mit den Lizenzbedingungen einverstanden. Wenn Sie nicht damit einverstanden sind, dürfen Sie diese Software nicht verwenden.

  2. Kopieren Sie die Datei appv_server_setup.exe vom App-V-Versionsdatenträger in ein temporäres Verzeichnis.

  3. Führen Sie an einer Eingabeaufforderung appv_server_setup.exe aus, und geben Sie ein temporäres Verzeichnis an, in das die Datenbankskripts extrahiert werden sollen.

    Beispiel: appv_server_setup.exe /layout C:\>temporäres Verzeichnis>.

  4. Wechseln Sie zu dem angegebenen temporären Verzeichnis. Öffnen Sie den extrahierten Ordner DatabaseScripts, und lesen Sie die entsprechenden Infodateien zu folgenden Punkten:

    Datenbank Speicherplatz der Infodatei (Readme.txt)

    Verwaltungsdatenbank

    Unterordner "ManagementDatabase"

    Berichtsdatenbank

    Unterordner "ReportingDatabase"

    Warnung

    Die Infodatei (readme.txt) im Unterordner "ManagementDatabase" ist veraltet. Die Informationen in den unten aufgeführten aktualisierten Infodateien sind aktuell und ersetzen die Information der Infodateien in den Ordnern DatabaseScripts.

    Wichtig

    Für Versionen der App-V-Verwaltungsdatenbank ab App-V 5.0 SP3 ist das Skript "InsertVersionInfo.sql" nicht erforderlich.

    Das Skript "Permissions.sql" sollte entsprechend Schritt 2 in KB-Artikel 3031340 aktualisiert werden. Für App-V-Versionen ab App-V 5.0 SP3 ist Schritt 1 nicht erforderlich.

Inhalt der aktualisierten Infodatei (README.txt) zur Verwaltungsdatenbank

**************************************************************** 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 
-------------------------------------------------------------------------------

Inhalt der aktualisierten Infodatei (README.txt) zur Berichtsdatenbank

**************************************************************** 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
-------------------------------------------------------------------------------

Haben Sie einen Vorschlag für App-V? Fügen Sie hier Vorschläge hinzu, oder stimmen Sie über Vorschläge ab.
**Haben Sie Probleme mit App-V?**Nutzen Sie das App-V-TechNet-Forum.

Siehe auch

Aufgaben

Bereitstellung des App-V 5.1-Servers

Weitere Ressourcen

Bereitstellen des App-V 5.1-Servers

-----
Sie erfahren mehr zu MDOP in der TechNet Library, können im TechNet-Wiki nach Problemlösungen suchen oder uns auf Facebook und Twitter folgen.
-----