

Most tutorials I've seen on installing informix drivers use just /opt/informix but the installer defaults to /opt/IBM/informix which is what I used.Īny help will be greatly appreciated, not in the here is my first born type of appreciation but appreciated none the less. INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/IBM/informix/bin LD_LIBRARY_PATH=/opt/IBM/informix/lib/:/opt/IBM/informix/lib/cli:/opt/IBM/informix/lib/esql ODBCINST=/opt/IBM/informix/etc/odbcinst.ini Here are the environmental variables if have set TRACEDLL=/opt/IBM/informix/lib/cli/idmrs09a.so uncomment the below line for UNICODE connection TRANSLATIONDLL=/opt/IBM/informix/lib/esql/igo4a304.so Define ODBC Database Driver's Below - Driver Configuration Sectionĭriver=/opt/IBM/informix/lib/cli/iclis09b.so Setup=/opt/IBM/informix/lib/cli/iclit09b.so When I attempt to select a database I get:ģ29: Database not found or no system permission.ĭriver=/opt/IBM/informix/lib/cli/iclit09b.so

If I run the dbaccess program and try and connect to the database it looks like it connects, if I use the wrong username or password I get "951: Incorrect password or user ddd is not known on the database server." but the correct login/password nets me a connected at the bottom of the screen. Version 4.10.UC6DE - SDK linux driver 32 bit - after this failed as well I went back to the 64 bit.Īll of these produce the same error below from isql -v ecsproĭatabase not found or no system permission.
#Informix odbc driver 64 bit 64 Bit
Version 4.10.FC6DE - SDK linux driver 64 bit Version 3.70.FC8DE - SDK linux driver 64 bit The server is running 2.81.uc2 and I've tried the following version of the sdk driver. I'm trying to get a linux pc to connect to an informix server.
