Creating a database through ScfUtils (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions.
You can create a database through ScfUtils.
If you have installed Modeler to the default locations, ScfUtils resides in the following location:
C:\Program Files (x86)\PTC Integrity Modeler\Modeler\Exe\SCFUtils.exe
For information about creating a database through Model Explorer refer to Creating a database (Model Explorer).
Syntax:
ScfUtils -createdb Enterprise "<instance-name>" "<db-name>"
Where:
<instance-name> specifies the SQL Server instance on which the database will be created.
Enter the instance name in the following format: Server[@Instance]
<db-name> specifies a name for the database.
Example:
ScfUtils -createdb Enterprise "Server1@MODELER" "ModelsDB"