Giter Club home page Giter Club logo

Comments (3)

jsagrera avatar jsagrera commented on August 22, 2024

Are you sure your CSDK version is 64-bit? That procmon trace shows an attempt to load the ICLIT09B.DLL (ODBC library) from the 32-bit Program Files (Program Files (x86)). Usually only 32-bit applications go there (but if you do a custom install you can put whatever you want).
Double check the version in that directory running "C:\Program Files (x86)\Informix Client-SDK\bin\setnet32.exe" Last tab should tell you the version. The suffix (either TCx or FCx) indicates if is 32-bit or 64-bit.

from ifxpy.

jgerhdz avatar jgerhdz commented on August 22, 2024

Yes, this is the file I downloaded. "ibm.csdk.4.50.FC2.WIN.zip"

` jsagrera commented on Jan 24

4.10.TC9 (anything with a 'T' in the suffix) is a 32-bit version. Your Python has to match the same architecture as the CSDK libraries.
You should be able to download a Developer edition (free) 64-bit CSDK from https://www-01.ibm.com/marketing/iwm/iwm/web/preLogin.do?source=ifxdl&S_PKG=410FC8dewin&lang=en_US (you may need to create an IBM account). Something 4.10.FC12 or 4.50.FC2 should do fine. (**The 'F' in the name indicates a 64-bit version)**`

But I can uninstall it, could you please let me know which exact name of install file I could use?

from ifxpy.

jsagrera avatar jsagrera commented on August 22, 2024

First check the version of the current CSDK you have installed in "C:\Program Files (x86)\Informix Client-SDK". Run the setnet32.exe from "C:\Program Files (x86)\Informix Client-SDK\bin".
If it is 4.50.FC2, it means you have a 64-bit version. Some how the name of the directories do not match what 4.50 uses.

The uninstall process has changed from version to version. With really old versions of CSDK you can do it from the Windows "Uninstall" control panel applet. New ones (>3.70) there is a "uninstallclientsdk.exe" in the Informix CSDK directory.

But there is no need to uninstall the old version. You can have more than one installed. The install will add the new version on top of the current PATH directory and update the ODBC registry definition.

from ifxpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.