You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the creation, I try connecting from the DBeaver with these credentials and it works:
User: wexrobotlib_user
Password: Passw0rd
But If I try to connect using python from the library sqlalchemy and sqlalchemy-informix using this url: informix://wexrobotlib_user:Passw0rd@localhost:9088/test
or with the authentication value: informix://wexrobotlib_user:Passw0rd@localhost:9088/test;AUTHENTICATION=SERVER
I get hanged with this error: [email protected]:1556: err = -408: oserr = 0: errstr = from _gateway to server informix : Invalid message type received from the sqlexec process.
The text was updated successfully, but these errors were encountered:
I create a server using a Docker Compose like this:
After the creation, I try connecting from the DBeaver with these credentials and it works:
But If I try to connect using python from the library
sqlalchemy
andsqlalchemy-informix
using this url:informix://wexrobotlib_user:Passw0rd@localhost:9088/test
or with the authentication value:
informix://wexrobotlib_user:Passw0rd@localhost:9088/test;AUTHENTICATION=SERVER
I get hanged with this error:
[email protected]:1556: err = -408: oserr = 0: errstr = from _gateway to server informix : Invalid message type received from the sqlexec process.
The text was updated successfully, but these errors were encountered: