installutil getmasterpropertytofile

Use the installutil getmasterpropertytofile subcommand to retrieve the master properties values for a database set and save these values to a file.

Applicability

Platform: Windows

Command type: installutil subcommand

Synopsis

installutil getmasterpropertytofile
dbsetName [-user_db_name userDBname] cqLogin cqPassword masterProperty fileName

Description

The installutil getmasterpropertytofile subcommand retrieves master properties values for the database set and saves these values to a file. 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.
fileName
The path specification and file name where the master property value will be written.

Example


Feedback