Model, Component, and Package Management > Model management > Model Explorer > Command line interface - ScfUtils > Generating a model family report (Model Explorer)
  
Generating a model family report (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 (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:
C:\Program Files (x86)\PTC Integrity Modeler\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>" "<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.
<file path and name> specifies the directory and file name to which the report will be generated.
Example:
ScfUtils -getmodelfamilyreport Enterprise "\\SQL\MyServer@MODELER\MyDatabase" "c:\reports\model family report.txt"