Configure SDx Integration Schema End Point from the command line - HxGN SDx - Update 64 - Administration & Configuration

HxGN SDx Server Manager Help

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

Using SDxServerManager.exe with the /configureschemaendpoint argument allows you to configure the Schema End Point so that Smart Administration uses SDx as the source for common schema objects and extensions.

This command is only available with the 3D Project As-Built database.

The following required options are used with this argument:

/sn: - provides the name of the site for which the schema end point is being configured.

/samusername: - provides the administrative Smart API Manager (SAM) user name for login when SAM authorization is used.

/sampassword: - provides the administrative Smart API Manager (SAM) user password for login when SAM authorization is used.

/applicationid: - provides the application ID when external OAuth authorization is used.

/secret: - provides the secret which is optional when external OAuth authorization is used.

/validateoauthurl: [true|false] - provides the validation URL when external OAuth authorization is used. The default is true.

The following example creates the schema end point for a site authorized using SAM:

SDxServerManager.exe /confgureschemaendpoint /sn:Server100 /samusername:systemadmin /sampassword:Application123456

The following example creates the schema end point for a site using external OAuth authorization:

SDxServerManager.exe /confgureschemaendpoint /sn:Server100 /applicationid:Application123456 /validateoauthurl:true /secret:dummy