Model, Component, and Package Management > Model management > Model Explorer > Command line interface - ScfUtils > Removing a bookmark from a database through ScfUtils (Model Explorer)
Removing a bookmark from a database 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
Through ScfUtils, you can remove a bookmark from 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)\PTC Integrity Modeler\Modeler\Exe\SCFUtils.exe
For information about removing a bookmark from a database through Model Explorer, click here Unmapping a mapped database
Syntax:
ScfUtils -unmap 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 from which you want to remove a bookmark in Model Explorer. The case of the name must be correct.
Example:
ScfUtils -unmap Enterprise "\\SQL\MyServer@MODELER\MyDatabase"