Importing a zipped model through ScfUtils (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions. For a complete list of ScfUtils functions, see
Overview of command line interface for Model Explorer functions (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:
<<INSTALLDIR>>\Modeler\Exe\SCFUtils.exe
For information about importing a Model through Model Explorer, see
Importing a model (Model Explorer).
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"