Updating the database settings

  1. Stop the Grid.
    For example, use the StopAllHosts command in the bin folder.
  2. Stop the Enterprise Connector bootstrap service.

    On Windows, stop the Infor ION Grid-<EC installation folder> service.

    On Linux, run this command: /etc/init.d/grid_<EC installation folder> stop

  3. Run this command:

    java -jar <EC installation folder>/tools/grid-cli.jar -dir <EC installation folder> database config -user <new-user> -password <new-password>

  4. Start the bootstrap service.

    On Windows, start the Infor ION Grid-<EC installation folder> service.

    On Linux, run this command: /etc/init.d/grid_<EC installation folder> start

  5. Repeat step 2 - 4 for each Enterprise Connector host.
  6. Start the Grid.

    For example, use the StartAllHosts command in the bin folder.