

- #IBM I ACCESS CLIENT SOLUTIONS LINUX ODBC DRIVER MAC OS X#
- #IBM I ACCESS CLIENT SOLUTIONS LINUX ODBC DRIVER INSTALL#
Register your AS400 sudo ODBCConfig # 32 bit entry using common driver name Description = iSeries Access for Linux ODBC Driver Driver = /opt/ibm/iSeriesAccess/lib/libcwbodbc.so Setup = /opt/ibm/iSeriesAccess/lib/libcwbodbcs.so NOTE1= If using unixODBC 2.2.11 or later and you want the 32 and 64-bit ODBC drivers to share DSN's, NOTE2= the following Driver64/Setup64 keywords will provide that support. Copy the virtual link cd /usr/lib sudo cp /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/libodbc.so.
#IBM I ACCESS CLIENT SOLUTIONS LINUX ODBC DRIVER INSTALL#
Install UNIXODBC sudo apt-get install unixodbc-bin 4. Install Java 6 of SUN download jre-6u20-linux-i586.bin sudo -i cd /usr/local cp /home/administrator/jre-6u20-linux-i586.bin /usr/local chmod a+x jre-6u20-linux-i586.bin ls -l./jre-6u20-linux-i586.bin (page down until yes) cd /usr/lib/firefox-3.5.9/plugins ln -s /usr/local/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so cd apt-get install sun-java6-jre 3. Install IBM as400 client Access sudo apt-get install alien libmotif3 cp /home/administrator/iSeriesAccess-6.1.0-1.0.i386.rpm /root sudo alien -dckv iSeriesAccess-6.1.0-1.0.i386.rpm ((run.deb package- sudo dpkg -i iseriesaccess_6.1.0-1.0_b)) 2. When we test the datasource in Cognos connection, it works.įinally after several days of research and googled, I can connect my database (AS/400, DB2 V6.1) with ODBC, in UBUNTU 9.10, and a program in Lazarus Here are the instructions.


The driver used is the iSeries Access V5R4 (Version 11.00.00.00). We declared via ODBC a datasource that read files on an AS400 server. The IBM i Access ODBC driver is an ODBC version 3.5 compliant driver.
#IBM I ACCESS CLIENT SOLUTIONS LINUX ODBC DRIVER MAC OS X#
You can install the driver package on Mac OS X by using installDSDriver.sh.įor help configuring the ODBC driver, start the ODBC administration program from the IBM® i Access Client Solutions program group, and refer to the online help.
