Create the Roles Needed for Administrators - Intergraph Smart 3D - Installation & Upgrade - Hexagon

Intergraph Smart 3D Installation

Language
English
Product
Intergraph Smart 3D
Search by Category
Installation & Upgrade
Smart 3D Version
13.1
  1. Log on to the Microsoft SQL database server computer using the local administrative account.

  2. Open a command prompt window.

  3. If you are using Windows authentication, type the following command at the command prompt:

    sqlcmd -S <ComputerName>\<ServerName> -i <FileLocation>\S3DProjectAdministrator_ROLES.SQL

    -OR-

    If you are using SQL authentication, type the following command at the command prompt:

    sqlcmd -S <ComputerName>\<ServerName> -U <username> -P <password> -i <FileLocation>\S3DProjectAdministrator_ROLES.SQL

  4. Press ENTER.

  5. After the script finishes, close the command window.