Viz Pilot User Guide

Version 8.2 | Published July 23, 2018 ©

Pilot Data Server Installation

Viz Pilot’s Pilot Data Server acts as a server for accessing Viz Pilot’s database and other services. The Data Server must be installed in order to use features such as Crop Service, Template Tagging, Update Service, Person Search, search on Viz One, Thumbnail Generator and Timeline Editor. It is also necessary when using Graphic Hub as the Viz Pilot database, or for integrating with Viz Story.

To install the Data Server

  1. Click the Data Server installer file (*.msi) to start the Data Server Setup Wizard.

  2. In the Welcome panel, click Next.

  3. In the Destination Folder panel, define the location of the Data Server program files, and then click Next.

    Note: The default location is %ProgramFiles%\Vizrt\Pilot Data Server\

  4. In the Setup Database Connection panel, define the following settings:

    • Connect string: Connection string (<host name>/<service name>) to the Viz Pilot database.

      Note: When installing the Data Server on a new system, the default database configuration setting points to localhost/vizrtdb.

    • Username: Viz Pilot database username.

    • Password: Viz Pilot database password.

      Note: This will allow you to edit all database settings for all clients connected to the same database.

  5. Click Next.

  6. In the Ready to install panel, click Install.

  7. In the Completed Setup Wizard panel, click Finish.

Silent Installation

Using silent installation the Data Server can be installed without using the installer GUI.

In a command shell, run the following command:

msiexec /i VizrtPilotDataServer-x64-x.x.x.x-Release.msi /quiet

Thumbnail Generator

Thumbnail Generator can be installed as an optional component during the Data Server installation. The option for Thumbnail Generator installation will be disabled by default. To install it select the Thumbnail Generator manually during the Data Server installation.

Silent Installation

Since the Thumbnail Generator will not be installed by default, the INSATLLLEVEL =2 needs to be added to the command string for the Thumbnail Generator to be included during a silent Data Server installation:

msiexec /i VizrtPilotDataServer-x64-x.x.x.x-Release.msi INSTALLLEVEL=2 /quiet

If a user wants to upgrade an existing Data Server to include the Thumbnail Generator without uninstalling it, the following command needs to be run:

msiexec /i VizrtPilotDataServer-x64-x.x.x.x-Release.msi ADDLOCAL=ThumbnailGeneratorService /quiet

Notes

  • If Crop Service Installation is required, it must be installed separately, after the Data Server.

  • If support for multiple Viz Pilot database schemas is required, separate Data Servers must be installed on separate machines.

Firewall Exceptions

In order for Data Server to be accessible from other machines, Windows firewall exceptions are required.

Data Server adds the following inbound rules to the Windows firewall during installation: allow connections on port 8177, 7373, and 9876. These are removed when Data Server is uninstalled.

See Also