geotaxdb export
The geotaxdb export command exports all of the Spectrum Enterprise Tax database resource information to a database property file, GeotaxDbResource.txt, at the specified location. If the location for the output file is not provided, the GeotaxDbResource.txt file is written to the current folder. The database property file can subsequently be used with the geotaxdb import command to configure the databases on another system.
Usage
geotaxdb export --o directoryRequired | Argument | Description |
---|---|---|
No | --o directory | Specifies the output directory to store the JSON-formatted output file, GeotaxDbResource.txt, which contains the database properties information. |
Example
This example exports the database information to the designated location.
geotaxdb export --o C:\Data\The GeotaxDbResource.txt output file contains database property information similar to the following:
[ {
"product" : "Spectrum Enterprise Tax",
"module" : "gtx",
"name" : "ETM_DB",
"maxActive" : 4,
"properties" : {
"BASE_DB_PATH" : "C:/Datasets/DVDGTX",
"POINTS_DB_PATH" : "C:/Datasets/DVDMLD"
}
} ]