Bookmarking a database through ScfUtils (Model Explorer)
Through ScfUtils, you can bookmark a database in the local 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 -map Enterprise \\SQL\<server>@<instance>\<database>"
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 you want to bookmark in Model Explorer. The case of the name must be correct.
Example:
ScfUtils -map Enterprise "\\SQL\MyServer@MODELER\MyDatabase"