ermdb export

Note: For instructions on installing and running the Administration Utility, see Getting Started with the Administration Utility.
The ermdb export command allows you to export the routing databases configured on the server to a file. This file can then be used to import into another instance using the ermdb import command, either as a backup, or for migration from one instance to another. You must have Spectrum Spatial installed to use this command.
Note: The ermdb export command will always create an export file name ermDbResource.txt

Usage

ermdb export --directory directory_name
Note: To see a list of parameters, type help ermdb export.
RequiredArgumentDescription
No--directory or --o directory_name

Specifies the name of the directory on the file system where to export the database file. The export command will always create an export file name ermDbResource.txt. If this parameter is not specified, the export file will be created in the directory where the export command is run.

Example

This example creates an export database file in the E:/ERM-US/export directory.

ermdb export --directory E:/ERM-US/export

Log File Contents

Exporting a database that was added using the Spectrum Management Console generates a log file. The logfile is named ermDbResource.txt and it is created in the same folder where the CLI export command is run. If the exported database had CLI ermdb modify options applied to it, then the log file includes the settings for the CLI options. The following is an example from a log file that included CLI option settings information.

[{"product":"Spatial",
"module":"routing",
"minimumMemory":2096,
"maximumMemory":4096,
"name":"US",
"override":true,
"replyTimeout":0,
"vmargs":"",
"properties":{"DatasetPaths":"D:/USA_092018/US_Driving/northeast"},
"maxActive":10}]