Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: xathrasHi All,
For anyone that needs to reference in future, here is my progress made on the AS400 ODBC Connectivity.
IBM I-Series Access for Linux and Unix ODBC Binaries are installed. I created a .odbc.ini file under the LAE user account and configured a data source. Under the LAE User it complained about nothing being able to find a file - yet there was a clear symlink to that file.
I therefore sudo to my personal user profile and created the .odbc.ini file in my home directory. I then issued the isql command and it fired up fine with the connection parameters, it was clearly connected to the AS400 as it listed libraries from QGPL.
I tried to access on an old LAE configuration, LAE 4.1.8 and found that it did work and appears to be an entry in our .profile.lavastorm file that i will need to take up with the support team - we worked this out by going through that file line by line and commenting out entries/adding back after testing. I will need to get a better understanding from the support team specifically what those entries are for.
After commenting them out, I loaded up a BRE Client, dropped an Data Query node and was able to query fine with no issues.
Wayne