I compiled ibm_db 2.0.2 from source using the dsdriver package 10.1fix2
I have LD_LIBRARY_PATH set to the odbc_cli lib
I try to connect to an informix 12 database
when I do:
ibm_db_conn = ibm_db.connect(";DATABASE=NAME;HOSTNAME=XXXXXXXX;PORT=XXXXXX;PROTOCOL=TCPIP;UID=XXXXX;PWD=XXXXXX;", "", "")
I get:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
Exception: [IBM][CLI Driver] SQL30061N The database alias or database name "NAME " was not found at the remote node. SQLSTATE=08004 SQLCODE=-30061
All values where checked multiple times and should be ok.
I am aware of issue:
but not a single how-to or the description on the installation procedure here:
mentions anything about a license.
Is the answer from isse 88 (you need a license file) also true for the informix case? If yes, why is it mentioned nowhere? Are there any other workarounds?
Thanks in advance
Ralf Kelzenberg