Create the Administrative User - 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. 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>\Windows_S3DAdminUser.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>\S3DAdminUser.SQL

  4. Press ENTER.

  5. Optionally and only if you want to grant the db_owner role to the new login user on already existing databases, run this script:

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

    sqlcmd -S <ComputerName>\<ServerName> -i <FileLocation>\Windows_S3DGrantAdminOwnership.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>\S3DGrantAdminOwnership.SQL

    Replace [Site_Database_name] in the script with your Site database name and likewise for Site Schema, Catalog, Catalog Schema, Model, Report, and Report Schema database in Windows_S3DGrantAdminOwnership.SQL or S3DGrantAdminOwnership.SQL.

  6. Press ENTER.

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