Importing an unzipped model through ScfUtils (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
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"