Previous Topic: Perform Pre-Upgrade TasksNext Topic: Migrate the Common Components Database


Prepare for the Upgrade

If application server connection pooling is used, or if SSL is configured for the connection with the database, perform the following steps.

Follow these steps:

  1. If application server connection pooling is used in your existing CA Risk Authentication deployment, navigate to the %ARCOT_HOME%\tools\win directory and update the securestore.enc file by running the following command for the primary database:
    DBUtil -pi <DB_username> <DB_password>
    

    Note: To determine whether database connection pooling is used, open the %ARCOT_HOME%\conf\arcotcommon.ini file. Check the value of the AppServerConnectionPoolName parameter.

  2. If SSL is configured for the connection with the database, navigate to the %ARCOT_HOME%\tools\win directory and set the following TrustStore password using DBUtil:
    DBUtil -pi TrustStorePath.1 <truststore-password>
    

    Note: To determine whether SSL is configured, rify the value of the TrustStorePath parameter in the arcotcommon.ini file.