importutil exportlist

Exports a dynamic list to a text file.

Applicability

Platform: Windows™

Command type: importutil subcommand

Synopsis

importutil exportlist
[-dbset name] login password dbname listname output_file_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.
output_file_name
The path and name of the exported file. Enclose the path name in double quotes.

Example

  • Export the contents of the domains dynamic list from the database PUSER and store them in the file C:\temp\dynalist.txt.

    importutil exportlist -dbset 2013.01.00 admin secret PUSER domains "C:\temp\dynalist.txt"