728x90
Problem(Abstract)
Problem installing a 32-bit IBM Informix Client SDK product on a 64-bit Windows machine.
Symptom
When installing a 32-bit IBM Informix Client SDK product on a 64-bit Windows machine, you may see a message stating that you cannot install becuase you are using a 64 bit machine.
Cause
The problem is due to the Windows redirection path not being included in your systems PATH environment variable setting.
Environment
Windows 64-bit machine
Resolving the problem
- Open a Windows command window ('cmd')
- run: "set PATH=C:\WINDOWS\SysWOW64\;%PATH%"
- Run the setup.exe for IBM Informix Client SDK
To confirm that the Informix 32-bit ODBC driver has been installed run:
"C:\windows\syswow64\odbcad32.exe" and look under the Drivers tab.
http://www.ibm.com/support/docview.wss?uid=swg21567466&myns=swgimgmt&mynp=OCSSVT2J&mync=E
728x90