importutil importlist
Imports a dynamic list to a user database.
Applicability
Platform: Windows
Command type: importutil subcommand
Synopsis
- importutil importlist
- [ -dbset name ] login password dbname listname "output_file_name"
Description
The importlist subcommand imports a dynamic list to a user database. The dynamic list import appends the values specified in the new list to the content of the existing dynamic list with the same name.
Options and arguments
- –dbset name
- Specifies the schema connection name. Required if there are multiple schema repositories in the system.
- login
- The login name of the user. This user must have Super User privileges.
- password
- The password for the user. If there is no password, enter an empty set of double quotes.
- db_name
- The logical name of the user database.
- list_name
- The name of the dynamic list for the user database db_name.
- input_file_name
- The path and name of the imported file. Enclose the path name in double quotes.
Example
- Import the contents of the file C:\temp\dynalist.txt and
use it to create a dynamic list named domains in the PUSER database.
importutil importlist -dbset 2013.01.00 admin secret PUSER domains "C:\temp\dynalist.txt"