Creating a model through ScfUtils (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions.
Through ScfUtils, you can create a model.
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 Model through Model Explorer refer to Creating a model (Model Explorer).
Syntax:
ScfUtils -addmodel Enterprise \\SQL\<server>@<instance>\<database>" "<new model name>"
Where:
<server> specifies the name of the server instance on which the Database resides. The case of the name must be correct.
<database> specifies the name of the Database in which you want to create the Model. The case of the name must be correct.
<new model name> specifies the name of the Model you want to create.
The following characters cannot be used in a Model's name: ¦ ! " & * : \ < > ?
Example:
ScfUtils -addmodel Enterprise "\\SQL\MyServer@MODELER\MyDatabase" "MyModel"