installutil getmasterproperty

Use the installutil getmasterproperty subcommand to retrieve the master properties values for a database set.

Applicability

Platform: Windows

Command type: installutil subcommand

Synopsis

installutil getmasterproperty
dbsetName [ -user_db_name userDBname] cqLogin cqPassword masterProperty | -all

Description

The installutil getmasterproperty subcommand retrieves the master properties values for the database set. Use this subcommand with the master properties described in Modifiable master properties.

Options and Arguments

dbsetName
Name of the database set or connection.
-user_db_name userDBname
User database to which the master property applies. By default, the master property applies to all user databases in the database set.
cqLogin
ClearQuest login name of the administrative user. This user must have Super User privileges and be marked for ClearQuest authentication.
cqPassword
ClearQuest password for the administrative user cq_login. To specify a null password, enter an empty set of double quotation marks ("").
masterProperty
Name of the master property to get.
-all
Get all master property values.

Example


Feedback