ermdb export
Usage
ermdb export --directory directory_nameRequired | Argument | Description |
---|---|---|
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/exportLog 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}]