Create a site from the command line (modified in an update) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

This functionality was removed in Update 36. Beginning with Update 36, the PDFTron view control is used for View and Markup of certain file formats, mostly non-Hexagon.

/bravaserver:[Brava Server URL] - identifies the address of the the Brava! Enterprise Server, as in the example: /bravaserver:http://bravaserver.com:8080/

This functionality was removed in Update 47. Beginning with Update 47, External Host Name is introduced as a field entry. For the latest information, see Create a site from the command line.

/externalhostname:[External Host Name] – uses the external host name for the site (Optional).

This example creates a site called SDx that connects to a SQL Server data source named SDx1\MSSQL with an initial catalog named SDxData, an external host name MyExternalHostName.com, and port number 455 using HTTPS:

SDxServermanager.exe /create /sn:SDx /db:SQL /dsn:SDx1\MSSQL /ic:SDxData /u:SDx /p:password /sambaseurl:"https://localhost/sam" /samusername:sysadmin /sampassword:123456

/externalhostname:MyExternalHostName.com /port:455 /se:true