Branching a model through ScfUtils (Model Explorer)
Through ScfUtils, you can branch a trunk version of 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
|
To branch a model you require a Modeler license and a CM Integration license.
|
Syntax:
ScfUtils -sandboxmodel Enterprise \\SQL\<server>@<instance>\<database>\<model>\<version>"
Where:
• <server> specifies the name of the server on which the Database resides. The case of the name must be correct.
• <database> specifies the name of the Database that owns the Model you want to branch. The case of the name must be correct.
• <model> specifies the name of the Model you want to branch. The case of the name must be correct.
• <version> specifies the version of the Model you want to branch. Note that you can only branch a trunk version of a Model.
Example:
ScfUtils -sandboxmodel Enterprise
"\\SQL\MyServer@MODELER\MyDatabase\MyModel\0"