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
Recently setup a connection to an Informix database from Dbeaver (JDBC) but getting error:
Incorrect password or user com.informix.asf.IfxASFRemoteException: [email protected] is not known on the database server.
It appears that user account I'm testing with gets the IP address appended to it in the connection string which won't match the user in the Informix database.
I've tested an ODBC connection using the credentials I was given to test with, and they work so seems it's a configuration issue for my Informix connection.
Anyone know how to disable the feature that appends the IP address to the user in the connection?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently setup a connection to an Informix database from Dbeaver (JDBC) but getting error:
Incorrect password or user com.informix.asf.IfxASFRemoteException: [email protected] is not known on the database server.
It appears that user account I'm testing with gets the IP address appended to it in the connection string which won't match the user in the Informix database.
I've tested an ODBC connection using the credentials I was given to test with, and they work so seems it's a configuration issue for my Informix connection.
Anyone know how to disable the feature that appends the IP address to the user in the connection?
Beta Was this translation helpful? Give feedback.
All reactions