Reconfigure a database with the Administration Utility - global_geocoding - enterprise_geocoding - Spectrum_Routing_for_Big_Data - Latest

Enterprise Routing Module Data Release Notes

Product type
Data
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial Routing
Spatial Big Data > Routing for Big Data
Version
Latest
ft:locale
en-US
Product name
Enterprise Routing Module Data
ft:title
Enterprise Routing Module Data Release Notes
Copyright
2026
First publish date
2007
ft:lastEdition
2026-03-31
ft:lastPublication
2026-03-31T12:12:19.991000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial Routing
Spectrum Routing for Big Data

Spectrum's Administration Utility provides commands to reconfigure an existing database from the command line. For example, you may need to deploy the data to many places in a clustered environment. The process involves exporting the database properties to a file, then importing the properties file to configure the database.

To reconfigure an already configured SPD database:

  1. At the Administration Utility command line run the ermdb export command. This writes out a file that has the properties of the database and paths for the new location. For example:

    ermdb export --o outputpath/ermDbResource.txt.

    The output file can be any name. It will be a JSON formatted file. If an output path isn't provided, the file saves to the current folder.

  2. To configure the database, use the ermdb import command to import the database properties and configure the database. The JSON file from the export is the input for the import operation. For example:
    ermdb import --f ermDbResource.txt.
For more information about these commands and the Administration Utility in general, see the Spectrum Technology Platform Spectrum Administration Guide.