Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go to the "bin" directory of your the existing Gateway and make sure it is not running:

...

If the script complete successfully, a file named "uncrypted-assoc.sql" is created in the current directory with the ECtrans Associations in clear text.

Just copy move this file to the "bin" directory of the new Gateway.

Step 2

On the new Gateway, make sure 

Then go Go to the "bin" directory of the new Gateway :

#cd gateway/bin

Make and make sure it is not running:

#./gateway stop

Then start the encryption of the ECtrans Associations:

#./encrypt.sh

Once If the script has completed the file complete successfully, a file named "ecaccess.script" has been created is created in the current directory with the encrypted ECtrans Associations.

...

Copy this file to the "gateway/db" directory:

#cp ./ecaccess.script ../db/.

And start the Gateway:

#./gateway start