Importing an unzipped model through ScfUtils (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)
Note that Model Explorer exports a model as a zip file, but that zip file can optionally be unzipped and imported through the inf file. For information about importing a zipped model through ScfUtils, click here
Importing a zipped model through ScfUtils (Model Explorer)
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
For information about importing a Model through Model Explorer, click here
Importing a model (Model Explorer)
Syntax:
ScfUtils -importmodel Enterprise \\SQL\<server>@<instance>\<database>" "<directory>"
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.
• <directory> specifies the directory from which you want to import the Model.
Example:
ScfUtils -importmodel Enterprise "\\SQL\MyServer@MODELER\MyDatabase" "c:\my directory"