uamdb create
The uamdb create command creates a new Spectrum Universal Addressing database.
Usage
uamdb create --t Type --n Name --c CacheSize --i Country --pl PreloadingType --dt DatabaseType --b BasePath --d DPVPath --l LACSPath --s SuiteLinkPath --r RDIPath --e EWSPath --p Poolsize --mm minimumMemorySize --mx maximumMemorySizeRequired | Argument | Description |
---|---|---|
Yes | --t Type | Specifies the type of database, where Type is one of the
following:
|
Yes | --n Name | Specifies the name of the database. |
No | --c CacheSize | Specifies the cache size of a Validate Address Global database, where
CacheSize is one of the following:
|
No | --i Country | Specifies the three-digit ISO code(s) for each country in a Validate Address Global database that you want to use, where Country is either "All" (default) or a list of codes separated by comma. |
No | --pl PreloadingType | Specifies the amount of a Validate Address Global database that is preloaded,
where PreloadingType is one of the following:
|
No | --dt DatabaseType | Specifies the processing mode for a Validate Address Global database, where
DatabaseType is one of the following:
|
Yes | --b BasePath | Specifies the base subscription database path. Note: For
USA, CAN, INTL,
Loqate, and Validate Address Global
specify the database vintage in place of database path. Example:
NOV2017 |
No | --d DPVPath | Specifies the DPV database vintage. |
No | --l LACSPath | Specifies the LACS database vintage. |
No | --s SuiteLinkPath | Specifies the SuiteLink database vintage. |
No | --r RDIPath | Specifies the RDI database vintage. |
No | --e EWSPath | Specifies the EWS database vintage. |
No | --p Poolsize | Specifies the maximum number of concurrent requests you want this database to handle. The default is 4. |
No | --mn or --minMem minimum_memory_size | Defines the minimum amount of memory allocated for this database. This value must be less than or equal to the --mx setting. |
No | --mx or --maxMem maximum_memory_size | Defines the maximum amount of memory allocated for this database. This value must be greater than zero, but cannot exceed 65536 MB. |
Example
To create a database for UAM US, CAN, INTL, Loqate, or Validate Address Global provide input in this format:
uamdb create --t USA --n UAM_US --b FEB2018 --d AUG2018 --r SEP2018 --mn 1200 --mx 65536