The DBConfig tool allows users to change the user account, password, and the database name for the Control Manager database.
The tool offers the following options:
DBName: Database name
DBAccount: Database account
DBPassword: Database password
Mode: Database's authentication mode (SQL or Windows authentication)
The default mode is SQL authentication mode, however Windows authentication mode is necessary when configuring for Windows authentication.
The command prompt screen appears.
The DBConfig tool interface appears.
Example 1: DBConfig -DBName="db_your_database>" -DBAccount="sqlAct" -DBPassword="sqlPwd" -Mode="SQL"
Example 2: DBConfig -DBName="db_your_database>" -DBAccount="winAct" -DBPassword="winPwd" -Mode="WA"
Example 3: DBConfig -DBName="db_your_database>" - DBPassword="sqlPwd"