Enable Sites Configuration - Intergraph Smart 3D Web API - Installation & Upgrade - Hexagon PPM

Intergraph Smart 3D Web API Installation and Configuration

Language
English
Product
Intergraph Smart 3D Web API
Search by Category
Installation & Upgrade
Smart 3D Version
12.1 (2019)

Smart 3D Web API needs Smart 3D site and plant information. This section of the file manages Smart 3D Web API enabled site and plant information. Smart 3D Web API can work with multiple sites regardless of the database type. Each site can have multiple plants. You must define the hierarchy in this section of configuration.

  • "Enabled Sites": Enabled Site has following properties.

    • SiteAlias - Unique name for your Smart 3D site that appears in URLs and is specific to Smart 3D Web API. This alias can be the same as your site database name or any other string, but it must be a unique site alias name within your configuration.

    • Server - Database server for Smart 3D

    • DatabaseName - Smart 3D site database name

    • DatabaseProvider - Database provider for Smart 3D

  • "EnabledPlants" represents plant information for Smart 3D Web API. Each site has this section.

    • PlantDatabaseName - Smart 3D plant database name

    • CatalogDatabaseName - Catalog name to which this plant belongs

Example:

"EnabledSites": [

{

"EnabledPlants":

{

"PlantDatabaseName": "S3DPlantDatabase_Name",

"CatalogDatabaseName": "S3DCatalogDB_Name"
}

],

"SiteAlias": "S3DSiteDatabaseName",

"Server": "DatabaseServerName",

"DatabaseName": " S3DSiteDatabaseName ",

"DatabaseProvider": "MSSQL"

}