Previous Topic: Using MDB Admin ConsoleNext Topic: MDB Admin Console CLI


Command Line Arguments

The following command line arguments are common to all or most of the MDB Admin Console commands:

user

Specifies the user name for connecting to the database. The default user name is ca_itrm for Microsoft SQL Server MDB and mdbadmin for Oracle MDB.

pwd

Specifies the password for connecting to the database.

wallet

Specifies the path to the wallet file that contains the user name and password for connecting to the database. Use this argument as an alternate to the user and pwd arguments. Before passing the wallet argument to the MDB Admin Console CLI, you must create the file that contains the credentials using the createwallet method.

Work_folder

Specifies the relative or absolute path to a folder for storing data such as, exported xml data files. You need to verify that the folder exists in the specified path.

Connection name

Specifies the connection name that you defined while configuring the database connections in the mdbac.properties file.

More information:

createwallet method—Create a Wallet