INFODBC_4.1.TXT 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. =================================
  2. MACHINE SPECIFIC NOTES
  3. FOR
  4. IBM INFORMIX-Client SDK 4.10.FC10 PRODUCT RELEASE
  5. IBM Informix ODBC Driver Version 4.10.FC10
  6. On Windows x64
  7. DATE: 23 Oct 2017
  8. =================================
  9. OS Information : Built on Windows Server 2008 x64 SP2. Certified on
  10. Windows 7 x64, Windows 8 x64,
  11. Windows Server 2008 R2 x64, Windows Server 2012
  12. Windows 2012 R2 x64, Windows 2016 and Windows 10.
  13. Machine Specific Notes
  14. ======================
  15. 1. This product supports the following compiler:
  16. Microsoft Visual Studio 2008 Version 9.0.30729.1 SP
  17. This product is built on Windows Server 2008 with Service Pack 2 using the
  18. following compiler from Microsoft Visual Studio 2008:
  19. Microsoft Visual C++ 2008 91605-270-6598545-60796
  20. 2. Pluggable Authentication Module (PAM)
  21. PAM functionality is supported. Use of PAM can be enabled or disabled by
  22. the system administrator. By default, IBM IDS will use the traditional
  23. authentication mechanism in order to avoid widespread changes required
  24. by the users.
  25. 3. IPv6 Support
  26. IDS supports Internet Protocol Version 6 (128 Bit Internet Addresses)
  27. as well as IPv4 (32 Bit Addresses).
  28. In order for the machine name specified in the SQLHOSTS registry to resolve
  29. to the correct IP address, the name services files on the Operating System
  30. should be correctly configured.
  31. For compatibility with older IBM Informix client and server products,
  32. assign the same hostname with both an IPv4 address and an IPv6 address.
  33. If the listener needs to be bound to an IPv4 address and the name services
  34. resolve the name in the order of the IPv6 address followed by IPv4 address,
  35. then an explicit IPv4 address needs to be put in the nodename field of the
  36. server registry. Client applications should also use the same setting.
  37. 4. Connectivity on Windows Vista
  38. To enable connections between database servers on the Vista operating
  39. system, you must enable network discovery and NetBIOS over TCP/IP.
  40. To enable connections:
  41. 1) From the Control Panel, double-click Network and Sharing.
  42. 2) In the Sharing and Discovery section of the Network and Sharing Center,
  43. click Network discovery and then Turn on network discovery.
  44. 3) In the Network section, click View Status next to the Local Area
  45. Connection.
  46. 4) In the Local Area Connection Status dialog box, click Properties.
  47. 5) In the Local Area Connection Properties dialog box, choose the
  48. appropriate Internet Protocol Version and click Properties.
  49. 6) In the Internet Protocol Version Properties dialog box, click Advanced.
  50. 7) On the WINS page of the Advanced TCP/IP Settings dialog box, click
  51. Enable NetBIOS over TCP/IP and then click OK.
  52. 8) Continue clicking OK or Close until all dialog boxes are closed.
  53. 5. Workaround to list ODBC driver in Data Sources(ODBC Window)
  54. Warning: As we will be modifying the registry, performing a registry
  55. back-up is recommended.
  56. 1) Copy the lines between BEGIN and END block, save it as a
  57. file(for example, ifmx_odbc_driver.txt) in any location in your
  58. hard drive (for example in C:\MyFolder\).
  59. NOTE: All lines should start at column 1(no spaces before start of line)
  60. BEGIN Block
  61. Windows Registry Editor Version 5.00
  62. [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
  63. "IBM INFORMIX ODBC DRIVER"="installed"
  64. [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\IBM INFORMIX ODBC DRIVER]
  65. "Driver"="INFORMIXDIR\bin\iclit09b.dll"
  66. "Setup"="INFORMIXDIR\bin\iclit09b.dll"
  67. "SQLLevel"="1"
  68. "FileUsage"="0"
  69. "DriverODBCVer"="03.51"
  70. "ConnectFunctions"="YYY"
  71. "APILevel"="1"
  72. "CPTimeout"="<not pooled>"
  73. END Block
  74. 2) Edit ifmx_odbc_driver.txt to replace INFORMIXDIR to the installed
  75. location of CSDK. For example, if CSDK is installed in c:\IBM\ folder,
  76. then replace INFORMIXDIR with c:\IBM.
  77. 3) Rename ifmx_odbc_driver.txt to ifmx_odbc_driver.reg. To update
  78. the registry, either double click on the ifmx_odbc_driver.reg file or
  79. type the following line from a command prompt.
  80. regedit c:\MyFolder\ifmx_odbc_driver.reg
  81. Click Yes, when you get the following message:
  82. "Are you sure you want to add the information in
  83. c:\MyFolder\ifmx_odbc_driver.reg file to the registry?"
  84. Click OK, when you get the following message:
  85. "Information in c:\MyFolder\ifmx_odbc_driver.reg file has been
  86. successfully entered into the registry."
  87. 4) You can now configure ODBC DSNs by running odbcad32.exe
  88. Check the following web site for the latest Windows system requirements:
  89. http://www-01.ibm.com/support/docview.wss?rs=630&uid=swg27016673
  90. (C) Copyright IBM Corp. 2007, 2017
  91. (C) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.