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>
    
  2. Run the following commands in the 9.4 Application server:
    %JAVA_HOME%\bin\keytool -keystore %JAVA_HOME%\jre\lib\security\cacerts -import -file RSA.cer -alias VCRSA
    
  3. Restart vcmaster service.

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

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