Multi-User and Network Installation

OVERVIEW: This is a guide to installing and configuring VimBiz in a production environment.

SQL Server Installation Procedure

NOTE: Before installing VimBiz on an SQL server, be sure all System Requirements have been met.

  1. Copy the VimBiz setup file to the system where VimBiz is to be installed or ensure network access to the file.
  2. Open VimBizSetup****.msi.

    IMPORTANT: It is recommended to run the file with administrative rights.

  3. Select the default folder for installation.
    With administrative rights to the machine, the .msi setup will allow the installation of VimBiz for anyone using the system. By selecting the Everyone option, all users logging in to the system will have a VimBiz shortcut installed on their desktop.
  4. Follow the rest of the VimBiz on-screen installation instructions.
  5. Click the Close button after installation has completed.
  6. Launch VimBiz and select one of the following options:
    1. Install VimBiz Database on this computer (Recommended): Select this option to host the VimBiz database locally on the server. The setup will install a new instance of MS-SQL Express 2008 R2 server and the required VimBiz databases. An administrator account is required. Fill in the form appropriately to complete the setup.
    2. Install VimBiz Database on an existing MS-SQL server (Advanced): Select this option to create the required VimBiz databases on an existing MS-SQL installation. The SQL server location and credentials will need to be entered before the setup can complete the VimBiz database creation. To complete the setup, fill in the Administrator's First and Last Name and Company Name.
    3. Workstation Connectivity: See Workstation Connectivity to Server.

Users and Permissions

To use the current Active Directory users and groups in VimBiz and set permissions:

  1. Pre-SQL Configuration
    • Set up the appropriate User Group and affected Active Directory permissions.
    • Add all required Active Directory Users to the User Group.
  2. SQL Configuration
    • Create an SQL Server-level Login for the AD User Group
    • From the Security > Logins folder, right click and select New Login
  3. From the New Login screen, select Windows Authentication.
  4. Click Search to find the User Group to be added.
  5. If "Group" is not listed in the Object Types box, click the Object Types button to bring up a selection dialog.
  6. Type the name of the User Group or click Advanced for additional search options. When the group is found, click OK.

    In this example, the group is named " VimBizUserGroup"

  7. Select the User Mapping page to map login to the appropriate roles.
  8. Map to VimDev.
  9. Locate the "VimDev_XXXX" database that is paired to "VimBiz_XXXX".
  10. Check the "Map" checkbox.
    The User column should now have the name of the User Group login and the roles for the database should appear in the box below.
  11. Check the "VimDevUser" role.
  12. Mapping to VimBiz
    1. Locate the "VimBiz_XXXX" database.
    2. Check the "Map" checkbox.
      The roles for the database should appear in the box below.
    3. VimBiz has many predefined roles, ranging from Maintenance Technician to Super User. Select the appropriate roles for the User Group. In this example, Maintenance Technician and Service Coordinator are chosen.
    4. Click OK to complete the setup.
      When new group users log into VimBiz, a User profile and Employee are inserted into the VimDev system with the roles that were assigned to the group.
    5. To view VimBiz users and their respective groups, go to Start > Administer > Permissions & Usage > Users & Groups > Users.

Workstation Connectivity to Server

Once the VimBiz server has been configured and clients can connect to it, there are two workstation possibilities:

  • VimBiz installed locally:
    1. Launch VimBiz
    2. At the Login screen, click the Settings button.
      At least two Database entries are listed, VimDev_Production and VimDev_Demo.
    3. To create a new connection Right click in the list, and select New
      A new line will be added to the grid.
    4. Enter a name for the VimBiz Server under the Name column
    5. Enter a connection string to Database under the Server column
      Examples of connection strings are:
      • Data Source= Server_Name/SQL_Instance;Database=DB_Name
      • Data Source= Server_Name,Port#;Database=DB_Name
      • Data Source= Server_IP,Port#;Database=DB_Name
  • VimBiz installed for first time: Prior to VimBiz launching for the first time, three options will appear on the screen:
    1. Select option three (3); Connect to an existing VimBiz Database. (Adding Clients).
    2. Enter the VimBiz server information by search or manually type in the information.
      The server can be accessed different ways, here are a few examples:
      • “Server_Name/SQL_Instance”
      • “Server_Name,Port#”
      • “Server_IP,Port#”

All VimBiz installations have two databases: VimBiz_Vimsoft and VimDev_Vimsoft. To make sure a new database connection string is pointing to the right Database Names:

  1. Open the VimBiz application
  2. At the Login form, click on the Setting button
  3. Enter your User Name and Password
  4. Right click on a selected Application Databases in the grid and select "Connect"
  5. Ensure the right Database Names are listed under the Database Settings section