Importing a zipped model through ScfUtils (Model Explorer)
Through ScfUtils, you can import a zipped Model, that is, a Model that was exported through Model Explorer. For information about unzipping an exported model and importing that model through the inf file, see
Importing an unzipped 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 -importzippedmodel Enterprise \\SQL\<server>@<instance>\<database>" "<zip file>"
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.
• <zip file> specifies the path and name of the zip file from which you want to import the Model.
Example:
ScfUtils -importmodel Enterprise "\\SQL\MyServer@MODELER\MyDatabase" "c:\my directory"