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 > Geo Addressing > Global Geocoding
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
2024
First publish date
2007
ft:lastEdition
2024-12-31
ft:lastPublication
2024-12-31T08:54:50.100000

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.