uamdb create

The uamdb create command creates a new Universal Addressing Module 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
RequiredArgumentDescription
Yes--t TypeSpecifies the type of database, where Type is one of the following:
USA
United States database
CAN
Canadian Database
INTL
International Database
Loqate
Loqate Database
Global
Validate Address Global Database
Amas
Australian Database
Yes--n NameSpecifies the name of the database.
No--c CacheSizeSpecifies the cache size of a Validate Address Global database, where CacheSize is one of the following:
None
No cache
Small
Small cache
Large
Large cache (default)
No--i CountrySpecifies 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 PreloadingTypeSpecifies the amount of a Validate Address Global database that is preloaded, where PreloadingType is one of the following:
None
No data is preloaded (default).
Partial

Loads the metadata and indexing structures into memory. The reference data itself will remain on the hard drive. Offers some performance enhancements and is an alternative when not enough memory is available to fully load the desired databases.

Full

Moves the entire reference database into memory. This may need a significant amount of memory for countries with large databases such as the USA or the United Kingdom, but it will significantly increase the processing speed.

No--dt DatabaseTypeSpecifies the processing mode for a Validate Address Global database, where DatabaseType is one of the following:
Batch_Interactive
Used in batch processing or interactive environments. It is optimized for speed and will terminate attempts to correct an address when ambiguous data is encountered that cannot be corrected automatically (default).
Certified
Used in batch processing environments for Australian mail to standardize and validate mail against the Postal Address File.
FastCompletion
Used to enter truncated data in address fields and have Validate Address Global generate suggestions.
Yes--b BasePathSpecifies the base subscription database path.
No--d DPVPathSpecifies the DPV database path.
No--l LACSPathSpecifies the LACS database path.
No--s SuiteLinkPathSpecifies the SuiteLink database path.
No--r RDIPathSpecifies the RDI database path.
No--e EWSPathSpecifies the EWS database path.
No--p PoolsizeSpecifies the maximum number of concurrent requests you want this database to handle. The default is 4.

Example

This example creates a United States database named "UAM_US" found in C:\DBs\UAM\US_JUL14 with a DPV database found in the same location.

uamdb create --t USA --n UAM_US --b C:\DBs\UAM\US_JUL14 --d C:\DBs\UAM\US_JUL14