Skip to main content

Shared Fabric Database Setup

This topic includes information about setting up a shared fabric database. For details, expand the following: Overview This diagra...

Updated over 2 weeks ago

This topic includes information about setting up a shared fabric database. For details, expand the following:

Overview

This diagram gives an overview of how the shared fabric database is distributed to the client workstations.

Shared_Fabric_Database_configuration.png

Database Setup Notes

Typically, a database administrator creates the database, configures it, and sets up the user accounts. The administrator, in accordance with the company policy, should set up a either a separate account for each user, or a single account for all users.

  • Users (of DB Admin, Lotta, and VStitcher) all need read/write access.

  • Our applications use standard SQL server ports. There are no special port requirements.

  • No special database tools are required.

  • Database size growth is linear relative to the number of fabrics.

Setting Up the MS SQL Server

  1. Download the script to populate the database.

  2. Run the script in the MS SQL server.

Setting Up a Windows Client Workstation

To set up a Windows client workstation:

  1. Open whichever application - VStitcher or Lotta - you want to set up.

  2. On the Main menu, click Edit, then Database Connection. The Database Connection dialog box is displayed.

    db-conn.PNG
  3. Select SQL Server.

  4. In Server Name, click

    dis-drpdown.png

    , then click Browse for more.

    db-conn-2.PNG

    The drop-down is populated with database server locations.

  5. In Server Name, click

    dis-drpdown.png

    , then click the server.

    db-conn-3x.PNG
  6. In Database, type in the name of the database.

  7. If not already selected, select Trusted Connection if you are using Windows authentication. Otherwise, type in the User Name and Password.

  8. Click Test Connection.

  9. If the test is successful, click OK.

Setting Up a Mac Client Workstation

To set up a Mac client workstation:

  1. Open whichever application - VStitcher or Lotta - you want to set up.

  2. On the Main menu, click Lotta/VStitcher, then Database Connection. The Database Connection dialog box is displayed.

    db-conn-mac.PNG
  3. In Server Name, type in <server IP address>,<port number>.

  4. In Database, type in the name of the database.

  5. Clear Trusted Connection.

    mac-trusted-cleared.PNG
  6. Type in the User Name and Password.

  7. Click Test Connection.

  8. If the test is successful, click OK.

Did this answer your question?