06-26-2018 01:33 AM - edited 03-19-2019 01:26 PM
Hi Guys,
I have problem with installing CUDLI, getting error:
"The Informix ADO.NET driver is not found installed on the system. This utility requires version 3.5 or later of the IBM Informix client SDK installed including the .NET drivers from that install to work properly."
I have SDK client installed from here: http://www.ciscounitytools.com/Applications/CxN/InformixODBC/InformixODBC.html
My path:
PATH= ...;
C:\Program Files (x86)\ibm\gsk8\lib;
C:\Program Files (x86)\ibm\gsk8\bin;
C:\Program Files (x86)\Informix Client-SDK\bin;
Am I missing something? How this check works?
Please only note that I'm working on virtual machine where I have limited rights. I managed to install the client, but maybe I still have to set something manually.
Thanks,
Adam
Solved! Go to Solution.
06-26-2018 05:48 AM
hmmm... looks like IBM stopped adding a key into the registry at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\IBM.DATA.Informix 2.0
they used to add that key in there that the setup checks for to be sure someone didn't just install the ODBC drivers and not the ADO framework with it.
I cut a version of the setup that skips this check and we'll just rely on folks being sure to install both from the SDK. You can get it on the temporary download page here: http://www.ciscounitytools.com/Temp/
06-26-2018 05:48 AM
hmmm... looks like IBM stopped adding a key into the registry at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\IBM.DATA.Informix 2.0
they used to add that key in there that the setup checks for to be sure someone didn't just install the ODBC drivers and not the ADO framework with it.
I cut a version of the setup that skips this check and we'll just rely on folks being sure to install both from the SDK. You can get it on the temporary download page here: http://www.ciscounitytools.com/Temp/
06-26-2018 07:41 AM
Thank you lindborg! This cut version works perfectly for me.
I think the problem is with limited access to VMs in my corporation rather than in IBM drivers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide