Generating a model family report (using ScfUtils command)
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 (Model Explorer)
Through ScfUtils, you can generate a model family report to a text file.
If you have installed Modeler to the default locations, ScfUtils resides in the following location:
<<INSTALLDIR>>\Modeler\Exe\SCFUtils.exe
For information about generating a model family report through Model Explorer, click here
Generating a model family report (Model Explorer)
Syntax:
scfUtils -getmodelfamilyreport Enterprise \\SQL\<server>@<instance>\<database>\model name" "<file path and name>"
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 to which you want to import the model. The case of the name must be correct.
• <model name> specifies the name of the model for which you want to generate the family report.
• <file path and name> specifies the directory and file name to which the report will be generated and saved.
Example:
scfUtils -getmodelfamilyreport Enterprise "\\SQL\MyServer@MODELER\MyDatabase\HSUV" "c:\reports\model family report.txt"