Viz Pilot User Guide

Version 8.7 | Published September 25, 2023 ©

Pilot Data Server Installation

Pilot Data Server gives you access to Viz Pilot’s database and other services like Crop Service, Template Tagging, Update Service, Person Search, search on Viz One, Thumbnail Generator and Timeline Editor. It's also required when using Graphic Hub as the Viz Pilot database, or for integrating with Viz Story.

Installing Pilot 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 allows the Data Server to be installed without using the installer interface.

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 is disabled by default. To install, select the Thumbnail Generator manually during the Data Server installation.

Silent Installation

Since the Thumbnail Generator will not be installed by default, INSTALLLEVEL =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

To upgrade an existing Data Server to include the Thumbnail Generator without uninstalling it, run the following command:

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 has been installed.

  • 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.