Previous Topic: Migrating the Database to Release 2.2.7 for RiskMinderNext Topic: Migrating the Database to Release 3.1 for Arcot Common Components


Preparing for the Upgrade to 3.1

Perform these steps if application server connection pooling was being used or if SSL has been configured for the connection with the database.

Follow these steps:

  1. If application server connection pooling was being used in your existing RiskMinder deployment, navigate to the $ARCOT_HOME/sbin 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 being used, open the $ARCOT_HOME/conf/arcotcommon.ini file. Check the value of the AppServerConnectionPoolName parameter.

  2. If SSL has been configured for the connection with the database, navigate to the $ARCOT_HOME/sbin directory and set the TrustStore password using DBUtil, as follows:
    DBUtil -pi TrustStorePath.1 <truststore-password>
    

    Note: To determine whether SSL has been configured, check the value of the TrustStorePath parameter in the arcotcommon.ini file.