uamdb modify

The uamdb modify command updates an existing Universal Addressing Module database.

Usage

uamdb modify --t Type --n Name --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.
Yes--b BasePathSpecifies the base subscription database path.
Note: For USA, CAN, and INTL specify the database vintage in place of database path. Example: NOV2017
No--d DPVPathSpecifies the DPV database vintage.
No--l LACSPathSpecifies the LACS database vintage.
No--s SuiteLinkPathSpecifies the SuiteLink database vintage.
No--r RDIPathSpecifies the RDI database vintage.
No--e EWSPathSpecifies the EWS database vintage.
No--p PoolsizeSpecifies the maximum number of concurrent requests you want this database to handle. The default is 4.
Note: The database vintage can be obtained using the uamdb listdatasets command. For more information see uamdb listdatasets.

Example

To create a database for UAM US, CAN, or INTL, provide input in this format:

uamdb modify --n UAM_US --t USA --b SEP2018 --d AUG2018 --r OCT2018

Example

To create any other database, provide input in this format:

uamdb modify --n Loqate_DB --t Loqate --b C:\DBs\UAM\US_JUL14 --d C:\DBs\UAM\Loqate_Q2_2018