Unprotecting a model through ScfUtils (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions. For a complete list of ScfUtils functions, click here Overview of command line interface for Model Explorer functions
Through ScfUtils, you can unprotect the tip 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
For information about unprotecting a Model through Model Explorer, click here Unprotecting a model .
Syntax:
ScfUtils -unprotectmodel 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 unprotect. The case of the name must be correct.
<model> specifies the name of the Model you want to unprotect. The case of the name must be correct.
<version> specifies the version of the Model you want to unprotect. Note that you can only unprotect the tip version of a Model. If the Model has not been versioned, the version is 0.
Example:
ScfUtils -unprotectmodel Enterprise "\\SQL\MyServer@MODELER\MyDatabase\MyModel\0"