Adding a profile through ScfUtils (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions.
You can add a profile through ScfUtils.
If you have installed Modeler to the default location, ScfUtils resides in the following location:
C:\Program Files (x86)\PTC Integrity Modeler\Modeler\Exe\SCFUtils.exe
Syntax
ScfUtils -addprofile Enterprise "\\SQL\<server>@<instance>\<database>\<model>" "<profile-id>"
Where:
<model> specifies the name of the model for which you want to get the comment. The case of the name must be correct.
<profile-id> specifies the key value (or the package name if there is no key) from the profile’s XML file. The case of the name must be correct.
Example
ScfUtils -addprofile Enterprise "\\SQL\MyServer@MODELER\MyDatabase\MyModel" "MyPackage"