Generating a model branch report (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions. For a complete list of ScfUtils functions, click here Command line interface for models neighborhood
Through ScfUtils, you can generate a model branch 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 branch report through Model Explorer, click here Generating a model branch report
Syntax:
ScfUtils -getmodelbranchreport 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 -getmodelbranchreport Enterprise "\\SQL\MyServer@MODELER\MyDatabase" "c:\reports\model branch report.txt"