Define database settings - Intergraph Smart Completions - Intergraph Smart Completions Update 17 - Installation & Upgrade

Intergraph Smart Completions Installation (5.3.17)

Language
English
Product
Intergraph Smart Completions
Search by Category
Installation & Upgrade
Smart Completions Version
5.3.17
  1. Open the web.config file for the Smart Completions Smart API.

  2. Define your database connection information in the appsettings.json file for the Smart API. For example:

    "ConnectionStrings:"

    {

    "Database":"Server=<DB_SERVER_NAME>";
    "Database"="<DB_NAME>";

    "MultipleActiveResultSets"="true";

    "User ID"="<DB_USERID>";

    "Password"="<DB_Password>"

    }