Upgrading using a script

Note: 

ION Enterprise Connector version 12.0.38 and later write their version in this file:

  • Windows: C:\ProgramData\Infor\ION Enterprise Connector\<InstallFolder>\info.json
  • Linux: /var/log/infor/ion enterprise connector/<InstallFolder>/info.json
  1. Prepare an upgradeinstaller.properties file with these parameters:
    # Infor ION Scriptable Upgrade Install Input template.
    # --------------------------------------------------------------------
    # Grid Installation Configuration
    # Makes sure grid.installation.dir points to the current Enterprise Connector directory 
    grid.installation.dir=/opt/infor/IONEnterpriseConnector
    # Make sure ionruntime.database.password contains the correct password related to the ion enterprise connector runtime database user
    ionruntime.database.password=ecruntime
    #For Linux upgrades, include the grid service username and group which was used during the initial install, e.g. ionec
    grid.service.username=ionec
    grid.service.group=ionec
  2. Run the installer using the upgradeinstaller.properties file as input.
    java –jar com.infor.ion.cloud.enterprise.connector.installer-version. jar upgradeinstaller.properties