Restore Database

Restores the database from the specified directory on disk, i.e. reads the associated EXPRESS files and STEP files.
Arguments:

Directory path:

Specify the path to the directory where the were dumped. The <Directory path> must be specified as an absolute path.
The <Directory path> argument can be specified with or without the directory delimiter character as the last character in the directory path. The directory delimiter character is '\' on the Windows platforms and '/' on the Unix platforms.
When activating the Select button, a window is opened to allow browsing the directory structure and select the desired directory.

Options:

Only check existence

The database will not be restored. The system will only check if the models exist in the database, and report this through the DumpRestore callback function.

Make revision

Revisions will be made for data models if they exist. If the model mymodel exists, a model called mymodel_v1 will be created. Dictionary models will be replaced.

Replace

Existing models will be overwritten.

Ignore Dictionary Data

The dictionary repository will not be restored.

Ignore Data

No data repositories will be restored.