informix

Connection to the UCCX Database (Informix) via Python

Connection to the UCCX Database (Informix) via Python Question: I’d like to pull out data from the Cisco UCCX database (Informix) with a Python script. After installing the Informix Client SDK and pyodbc as described in this guide, I run the following connection: pyodbc.connect(‘SERVICE=1504;PROTOCOL=onsoctcp;CLIENT_LOCALE=en_US.UTF8;DB_LOCALE=en_US.UTF8;DRIVER={IBM INFORMIX ODBC DRIVER (64-bit)};UID=uccxhruser;PWD=my_pwd;DATABASE=db_cra;HOST=my-uccx;SERVER=my-uccx_uccx’) But I get the following error: Error: …

Total answers: 1