Configuration Database Information - 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)

The S3DWebAPI configuration is stored in a MS-SQL or ORACLE database. S3DWebAPI database information is represented in the format below.

  • "DatabaseProvider":Database provider information. S3DWebAPI accepts MSSQL or Oracle as a valid input.

    Example: "DatabaseProvider": "MSSQL"

  • "DbConnectionString": S3DWebAPI configuration database connection string. The format is not standard SQL/ORACLE connection string format.

    • Server - Database server name

    • Database - Database to write S3DWebAPI configuration.

    • UseIntergratedWindowsAuthorization - Set it to TRUE if use currently logged in has write access to the database.

    • ProviderUser - If the above value is set to false, provide a user information for writing the configuration to the database.

    • ProviderPasswd - User password.

Example:

Server=DatabaseServer,Database=S3Dwebapidb,
UseIntergratedWindowsAuthorization=True,ProviderUser=,Password=

Example:

Server=DatabaseServer,Database=S3Dwebapidb,
UseIntergratedWindowsAuthorization=False,
ProviderUser=user,Password=*****