Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WINSTALLATION and version 1.0.6_bridge
Div
Classe2e-refDiv

Otp
Floatingfalse

Rprde

Installing the SQL Client Tools for Informix

...

  • You can add the folder the DLLs are residing in to the operating system's PATH directly. For Windows that would be C:\Program Files\Informix Client-SDK\bin.
  • You can add a start script to your Bridge BRIDGE installation that set the path for all services.
MethodDescription
Change the OS path
  1. Add the client folder of your Informix installation to the OS path environment variable.
  2. Reboot your system.
Add a start script
  1. Create a script informix.bat like this (Windows example):

    Code Block
    @echo off
    set PATH=C:\Program Files\Informix Client-SDK\bin;%PATH%

    The name of this script is not important, but the extension must be bat on Windows or sh on Linux.

  2. Copy this file to folder <my Bridge data folder>/plugins/startup/. The script will be executed on every startup of a service (all services of the Bridge instance) and set the path accordingly.