Hello,
I am facing the same problem connecting to a Z OS instances of DB2. I have downloaded the IBM DB2 Cli but it does not come with db2licm in the adm directory. I have also tried this with the IBM 10.1 Client and still no hope. I can connect using the db2 command to the remote database but through python it is not using the license installed or maybe I have not referanced the db2 libs properly.
What I have tried:
(DB2 Client)
export IBM_DB_HOME:/opt/ibm/V10.1/
pip install ibm_db
Successfully connects to remote via command line but not through python
(DB2 clidriver)
extract ibm_data_server_driver_for_odbc_cli_linuxx64_v10.5.tar.gz
extract include.tar into that
export IBM_DB_HOME:/opt/clidriver/
pip install ibm_db
the db2lic command is missing in adm folder.
Any idea as to what I should check next?