installutil setmasterpropertyfromfile

Use the installutil setmasterpropertyfromfile subcommand to set the master properties values for a database set by using the values that are stored in a file.

Applicability

Platform: Windows™.

Command type: installutil subcommand

Synopsis

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

Description

The installutil setmasterpropertyfromfile subcommand sets the master properties values for a database set by using the values that are stored in 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
HCL Compass login name of the administrative user. This user must have Super User privileges and be marked for HCL Compass authentication.
cqPassword
HCL Compass password for the administrative user cqLogin. To specify a null password, enter an empty set of double quotation marks ().
masterProperty
Name of the master property to set.
fileName
The path specification and file name of the master property value that you are writing to the database set.

Example

  • Set the OSLC_MAPPINGS master property value for the mydbset database set by using the value in the c:\dev\oslc-mappings.xml file.

    installutil setmasterpropertyfromfile mydbset admin secret OSLC_MAPPINGS c:\dev\oslc-mappings.xml


    Starting test setmasterpropertyfromfile
    OSLC_MAPPINGS="<?xml version ...
         .
         .
         .
         ...    </oslc-mapping>
    Exit code 0 for test setmasterpropertyfromfile