Create and Grant Privileges to Standard 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
  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_S3DStandardUser.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>\S3DStandardUser.SQL

    Replace [Database_Name] with your Site database name in Windows_S3DStandarduser.SQL or S3DStandardUser.SQL.

  4. Press ENTER.

  5. Rerun the Windows_S3DStandardUser.SQL or S3DStandardUser.SQL script six more times providing the Site Schema, Catalog, Catalog Schema, Model, Report, and Report Schema database names as you did for the Site database.

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