Migration > Migrating Electronic Signature

Migrating from Electronic Signature 2.8.0 SP1 to Electronic Signature 2.9

Introduction

This topic explains how to migrate from Electronic Signature 2.8.0 SP1 to Electronic Signature 2.9.

Migration procedure

  1. Stop Electronic Signature.
  2. Back up the existing installation folder.
  3. Back up the database.
  4. Enter one of the following commands to run Axway Installer in Update mode:
  5. GUI mode
  6. Console mode
  7. In the Updates management screen, select the Electronic Signature product to update and click on the Add Updates button.
  8. The Open dialog is displayed.
  9. Select the downloaded upgrade pack and click Open.
  10. The selected update is added to the list in green.
  11. Click Next and review the upgrade pack you want to install and then click Update to begin installing.
  12. Review and click OK to exit the installer.
  13. Update the properties in the configuration.properties file (as described below).
  14. Update the config script located in <ES 290 directory>\ElectronicSignature\bin\ (as described below in "Updating the config script").
  15. If the reject or signature exit is activated, update the configuration.properties file to reference the new fex-es-exit-sample.jar delivered in <ES 290 directory>\ElectronicSignature\devKit\exit\.
  16. At the end of the update, restore the following files (from your backup) to the 2.9.0 installation:
  17. <backup directory>\ElectronicSignature\apps\ui\config.cfg to <ES 290 directory>\ElectronicSignature\apps\ui\
  18. Restart Electronic Signature. It has now been updated to 2.9.
Note   If the product was installed with the option "Generate scripts only" instead of "Generate and lauch scripts" then the upgrade pack will not update the database. The migration script will be copied in <ES 290 directory>\ElectronicSignature\database\[oracle or mysql]\scripts\1\table_migrate_2.9.0.sql and it will have to be executed manually.

Updating the configuration.properties file

This section describes some new properties in the Electronic Signature configuration.properties file. After migrating you should check, and if necessary update, the following properties.

ebics.signatureList

# List of allowed Signature protocols separated by comma.

# Supported Signature protocols are:

sentinel.trackedObjectName

# Sentinel object to be tracked

sentinel.trackedObjectName=XFBTransfer

sentinel.trackedObjectVersion

# Sentinel object to be tracked

sentinel.trackedObjectVersion=3.9

Updating the config script

Windows:

In the config.bat file add the following line under the TRACKINGOBJECT declaration:

set TRACKINGOBJECTVERSION=3.9

UNIX:

In the config file add the following line under the TRACKINGOBJECT declaration:

TRACKINGOBJECTVERSION=3.9

Related topics

Migrating from EBICS Client to Electronic Signature 2.9