Description of environment
Using RHEL 7.x to connect to an AS400 thru couple of firewalls and thru a proxy configuration
- On REHEL 7.x we have the IBM driver ( IBM i Access ODBC Driver 64-bit ) installed and using stunnel for SSL and have uploaded a cert
Using pyodbc
- configuration is picking up connection details from /etc/odbc.ini and connection is successful - data is returned, etc.
- only issue is we are not getting the output parameter value thru the stored procedure call
Using ibm_db
- db/connect information is within the script (matches the odbc.ini content plus the stunnel config)
- result is the script just hangs -- network traffic appears to show retries....
I've seen references to a different series of ports for IBM_DB - 446/448 -- we are using 9470 - 9476 as this is the config setup on the 400
Is IBM_DB only setup to support/work with 44/448 configurations or are we missing something in the script to work with this drive and port setup?