Generating a model family report (using ScfUtils command)
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)\Windchill Modeler\Modeler\Exe\SCFUtils.exe
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"