• Topic
  • Discussion
  • UdaWikiWeb.ConfigureInformixClientWindows(Last) -- Owiki? , 2016-08-19 14:59:46 Edit owiki 2016-08-19 14:59:46

    Configure the Informix Native Client on Windows

    Use the following steps to configure your Informix client on Windows operating systems.

    1. Log in to the machine that contains the Informix native client.
    2. Launch the Informix SetNet32 utility from Start >> Programs >> Informix client folder.
    3. Click the Environment tab.





    4. Ensure that the following environment variables are set:
      • INFORMIXDIR - The full path to the root of the local Informix client installation
      • INFORMIXSERVER - The name of the target Informix server. Must match $INFORMIXSERVER on the Informix host.
    5. Click the Server Information tab.





    6. Fill in these fields:
      • IBM Informix Server: The Informix server name, same as the INFORMIXSERVER value above.
      • Host Name: The fully-qualified host name or IP address of the Informix host machine.
      • Protocol Name: Leave the default olsoctcp entry set unless we (or Informix Support) instructs you otherwise
      • Service Name: The Informix socket name as set in the Windows TCP/IP services file, C:\WINDOWS\System32\Drivers\etc\services or C:\WINNT\System32\Drivers\etc\services. This services entry must match the entry on the Informix host.
      • Options: Leave this field blank.
    7. Click the Host Information tab.





    8. Fill in these fields:
      • Current Host: This should match the Host name on the Server Information tab.
      • User Name: A valid user name for the database to which you are trying to connect.
      • Password Option: Choose the appropriate password option for your target database.
      • Password: Fill this in if you opted to authenticate with a password.
    9. Click Apply.
    10. Click OK.

    Test your configuration

    1. Launch the Informix iLogin Demo from Start >> Programs >> Informix client folder.





    2. Drill down to File >> Run.
    3. Enter the same authentication parameters that you entered above in SetNet32.
    4. Click OK.
    5. Successful connections result in database information being displayed on screen.

    Referenced by...