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

Intergraph Smart 3D and Smart 3D Admin Web API Installation and Configuration

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Installation & Upgrade
Smart 3D Version
13.1

The EnabledSites section of the file shows the machine-specific configuration for the web API. For example:

"EnabledSites": [

{

"EnabledPlants": [

{

"PlantDatabaseName": "S3DPlantDatabase_Name",

"CatalogDatabaseName": "S3DCatalogDB_Name"

}

],

"SiteAlias": "S3DSiteDatabaseName",

"Server": "DatabaseServerName",

"DatabaseName": " S3DSiteDatabaseName ",

"DatabaseProvider": "MSSQL"

}

]

Where:

  • EnabledPlants:

    • PlantDatabaseName - Smart 3D plant database name.

    • CatalogDatabaseName - Catalog name to which this plant belongs.

  • SiteAlias - Unique name for your Smart 3D site that appears in URLs and is specific to the Web API that you are configuring. This alias:

    • Can be the same as your site database name or any other string, but must be a unique site alias name within your configuration

    • Must start with a character or an underscore ( _ )

    • Cannot be longer than 127 characters

  • Server - Database server for Smart 3D.

  • DatabaseName - Smart 3D site database name.

  • DatabaseProvider - database provider for Smart 3D.