Recovering the Enterprise Connector database

Apply this procedure to recover the Enterprise Connector including its configuration.

Ensure you have a backup of these components:

  • ION Enterprise Connector Grid database
  • These files in c:\programdata\Infor\ION Enterprise Connector\GridInstaller:
    • grid.install.properties
    • installer-<version>.jar
Note: Create a new backup if you have upgraded the Enterprise Connector.

To perform the recovery, complete these steps at a fresh host with the same name as the original host:

  1. Recover the database.
  2. Recover the grid.install.properties and installer-<version>.jar files.
  3. In the grid.install.properties file, make these adjustments:
    • database.password= # - Specify the correct password for the database user that is defined in the database.username property.
    • grid.hostname= # - Change the name so it deviates from the original entry. The name does not have to be a DNS entry.
    • Ensure the bootstrap.service.port has another value than before.
    • Ensure the host.router.port has another value than before.
  4. Run this command:
    java -jar installer<version>.jar grid.install.properties
  5. After the installation, open the Grid management UI and verify the Enterprise Connector.