[Ibm Informix Odbc Driver Download Windows 7 64 Bit

0 views
Skip to first unread message

Tilo Chopin

unread,
Jun 13, 2024, 1:20:51 AM6/13/24
to smakaplicon

hello Beautiful people as the topic says i want to install IBM INFORMIX ODBC DRIVER 64 Bits version but i cant find it anywhere i even uninstalled my ibm informix odbc driver package from my pc and re-installed it again to check if i missed something to checkmark at the installation process, but even that i can only install the 32 bit version as the picture shows:

its the IBM INFORMIX ODBC DRIVER 64-bit version!!! does anyone knows where can i find it or what to do to install it? i already checked on ibm webpage of course but im open to any suggestion or ideas, thanks!

ibm informix odbc driver download windows 7 64 bit


DOWNLOAD ····· https://t.co/yG6e3DqUgf



u.u the second options doeskin seems trusty , my anti-virus prevent it to start when i tried to install it, and the first option just provides the installer i already have ? , i just need the Driver but the only Driver i find is the 32 bits that i already have , thanks anyways Frederico

Is there an obvious to semi obvious problem with the connection string that I am attempting to use to connect to informix. I have been using the following guide and different parameters to attempt to build a connection

I cannot use the .net native drivers for informix because of the drda protocol requirement. I can build a system dsn and call it directly and it works great. I was trying to find out if I could skip the DSN setup in the ODBC manager and place it in the a config file instead. I am having a problem building a connection string that works using the 4.10 client. My connection string is as follows

The error is: Message=ERROR [HY000] [Informix][Informix ODBC Driver][-11302] Insufficient Connection information was suppliedERROR [01S00] [Informix][Informix ODBC Driver]Invalid connection string attribute.ERROR [01S00] [Informix][Informix ODBC Driver]Invalid connection string attribute.ERROR [01S00] [Informix][Informix ODBC Driver]Invalid connection string attribute.ERROR [01S00] [Informix][Informix ODBC Driver]Invalid connection string attribute.ERROR [HY000] [Informix][Informix ODBC Driver][-11302] Insufficient Connection information was supplied

I'm not sure if this is a deliberate or accidental omission in your connection string but a value for the Server attribute is required. Not providing a value will most likely lead to the -11302 error. The value should correspond to either the DBSERVERNAME or one of the DBSERVERALIAS values specified in the Informix server's onconfig file and also match the entry in the server's sqlhosts file that uses tcp port 31012.

I'm working with a connection to Informix, having trouble with a DBLink from Toad, I noticed this error (ORA-28500: ORACLE connection to non-Oracle system returned this message: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application IM014), I noticed that the driver is 32 bits (it says 32/64 but doesn't show in ODBC 64bits), I downloaded it from here: but seems that needs the 64 bits driver, because I have another DBLink to Teradata that is working but the driver is 32/64 bits and I configure it in ODBC 64bits.

Now I want to try the Informix connection with 64bits driver (IBM Informix ODBC Connector for 64-bits (for Windows)), but I couldn't find it anywhere, I found this but needs license: -informix so the real support requested is where to find and download IBM Informix ODBC Connector for 64-bits (for Windows), thanks in advance.

I am facing the error when creating a dsn in IBM informix odbc driver 3.50 for informix db 10.0 error details while testing the connection Unspecified System Error = -11356.[Informix][Informix ODBC Driver][Informix]Unspecified System Error = -11048 In dbaccess tool I am able connect to db and view the database . Please advise as I already reinstalled the driver (client software and checked )nothing is working.

This error will usually occur is there is a problem with the path statement.
First check the path statement from DOS command prompt by typing echo %INFORMIXDIR%, check for the path.
Check the path for two INFORMIXDIR/bin statements. If there was a previous version of informix on this machine the DSN will pick up the first one it encounters. Keep in mind you can only use one version at at time. If this is the case, move the INFORMIXDIR/bin for the new version to the front of the path statement.
Windows path statements are limited in length. If the echo shows INFORMIXDIR/bin is cut off then move the INFORMIXDIR/bin to the front of the path statement.

I can't get an ADO SQLv2 sensor to work with an Informix DB through ODBC on a Windows Server 2012. Tests through Windows odbcad32 work without any errors. The sensor ist setup with default settings and the connection string is a simple "Provider=MSDASQL;Dsn=_name_of_system_dsn;" This triggers the following driver error:

Are you getting the very same error when using the actual EXE file, configured accordingly:
C:\Program Files (x86)\PRTG Network Monitor\Sensor System\SQLv2.exe

The IBM Informix Client SDK is installed as well? The provider to use would be Ifxoledbc.

I was able to solve it thanks to your quick answer. I was using the wrong provider (MSDASQL instead of IFXOLEDBC). Additionally, I thought it's be enough to provide only the system DSN name. Turns out, to use IFXOLEDBC you need to set additional parameters in your connection string according to the examples listed here: -informix-ole-db-provider.

I can't get an ADO SQLv2 sensor to work with an Informix DB. We have an Informix DB running on a Linux Server. The sensor is setup with the connection string: Provider=Ifxoledbc;Data Source=xxxx@xxxxxxx;User ID=xxxxxx;Password=xxxxxx;.The IBM Informix Client SDK is installed on the core Server/local Probe.I get an Sensor error: Fehlercode: E_FAIL(0x80004005)How can i solve the Problem?

With these Information i get an error "Das Format der Initialisierungszeichenfolge stimmt nicht mit der Spezifikation berein, die bei Index '0' beginnt".Could you give me an example for the Information i need to fill in in the GUI. How can I check the DB Connection between the local probe and the Informix DB

Step 7: Select the Connection tab. In the server name field, enter the instance name of Informix server of the set up. The following naming conventions must be followed when creating an instance name:

Dear Amr,
I have perfomed the above mentioned steps but it is giving error while configuring the dsn=
Test connection was NOT successful, [Informix] [Informix ODBC Driver][Informix] Incorrect password or user is not known on the database server. Any suggestions?

Hi, I have a question, we mistakenly added the server name in the connection tab with upper case letters. When we set it to lower case and click apply/test it works fine. When you ok and go back to the connection tab later, it shows the server name in upper case. This is breaking the connection. Is there a way to clear the old name out of memory? I tried uninstalling and reinstalling the ODBC driver, but I got the same problem. Thanks in advance

Hello PhillD, It seems that your problem is related with the *.dsn file that you are trying to save. Try to locate your DSN Directory and Delete the OLD dsn file, and create another one, and remember to save it in System DSN tab.

Hi we have a working IBM Informix ODBC Driver Setup but when we open the Wallboard application the following message appears: odbc query returned no data
The wallboard data is not loaded. Any ideas?

After struggling for days to try and get an ODBC connection for a UCCX wallboard application working, the instructions above have fixed it! Thank you so much for this blog post and continually updated comment thread. ?

Thanks a lot for your efforts to look into this closely. Appreciate it. Just wanted to make sure if I understood you correctly, say I have user permissions (assuming my customer could get from Cisco) and make database edits affecting agent profile, skill, team, call routing,etc, will that change take effect immediatly i.e. UCCX would use this info for next incoming call. Right?

My confusion comes from not understanding how the wallboard pulls the data from the ODBC database since the snapshot is pointing to the wallboard sever and the ODBC database is configured to the UCCX server? We configured the ODBC database with the uccxwallboard and the test confirmed the connection

When I look at the database tables on the wallboard server I can tell they are being updated real time as the modified date is recent. This configuration has been driving me bonkers. Any assistance would be truly appreciated. Which I could share screenshots.

Hi, I have a Data Source created in SSRS that is connected to the UCCX server via the Informix ODBC driver (32 bit). My report in SSRS is built to display agents and their skill levels. This report will run and return data in SSRS. But, when I deploy the report to the report server I get the following error:

Informix ODBC Driver (32 bit) has been installed on the report server and a System DSN created with successful connection test..
Could the post above that talks about using a different username other than uccxhruser be the problem?

This guide is helpful, but I cannot make connection. I followed every step and tried setting up ODBC in both 64bit and 32bit using a windows 10 machine. I keep getting error message : Test connection was NOT successful.[Informix][Informix ODBC Driver][Informix] Cannot connect to database server (iuccx1_uccx)

Can some one please help , the ODBC screen procedure explains creating connection using uccxhruser but all the details below are talking about uccxwallboard user? which account should be used . And what select statement should be used if we use uccxhruser?

sudo apt install msodbcsql18
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

795a8134c1
Reply all
Reply to author
Forward
0 new messages