Generating a model family report (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
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"