Setting the comment of 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 set the comment of a model version.
If you have installed Modeler to the default locations, ScfUtils resides in the following location:
<<INSTALLDIR>>\Modeler\Exe\SCFUtils.exe
Syntax:
ScfUtils -setmodelcomment Enterprise \\SQL\<server>@<instance>\<database>\<model>\<version>" "<text>"
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 for which you want to set the comment. The case of the name must be correct.
• <model> specifies the name of the Model you want for which you want to set the comment. The case of the name must be correct.
• <version> specifies the version of the Model for which you want to set the comment.
• <text> specifies the text you want to use for the comment.
Example:
ScfUtils -setmodelcomment Enterprise "\\SQL\MyServer@MODELER\MyDatabase\MyModel\0.0.1" "My comment"