installutil setmasterproperty
Use the installutil setmasterproperty subcommand
to set the master properties values for a database set.
Applicability
Platform: Windows.
Command type: installutil subcommand
Synopsis
- installutil setmasterproperty dbsetName [-user_db_name userDBname] cqLogin cqPassword masterProperty masterPropertyValue
Description
The installutil setmasterproperty subcommand sets 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
- Rational® ClearQuest® login name of the administrative user. This user must have Super User privileges and be marked for Rational ClearQuest authentication.
- cqPassword
- Rational 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 set.
- masterPropertyValue
- Value to which to set the master property.
Examples
- Disable the REMEMBER_PASSWORD master property for the mydbset database
set.
installutil setmasterproperty mydbset admin secret REMEMBER_PASSWORD FALSE
After you disable the remember-password feature, the Connect dialog for client Logins to the database set hides the option to save the user password across sessions.
- Re-enable the REMEMBER_PASSWORD master property for mydbset.
installutil setmasterproperty mydbset admin secret REMEMBER_PASSWORD TRUE
- Clear the OSLC_PROJECTAREALINKS master property value:
installutil setmasterproperty mydbset admin secret OSLC_PROJECTAREALINKS ""