If you are using RSA token server: before performing migration download the server certificate from the RSA token server. Add this certificate to 9.4 keystore before running the restore script.

Procedure

  1. Create the RSA.cer by downloading the certificate from
    https:\\<RSA token server>:< port>
    
    1. Run the following command in the 9.4 Application Server:
      source /etc/voyence.conf
      $JAVA_HOME/bin/keytool -keystore $JAVA_HOME/jre/lib/security/cacerts -import -file /RSA.cer -alias VCRSA
      
  2. Restart vcmaster service.

    Before attempting to run Data Migration, Java must be installed on the box where the Data Migration script will be run.

    In a distributed setup, stop the vcmaster services in the remote server before starting the migration.