ODI postgresql "java.sql.SQLException: The connection attempt failed."
I am connecting to postgres database using ODI with JDBC connections to get the data. I did ODI physical topology and tested connection is well(Successfull connection). But, when I did reverse engineer, I got this error "java.sql.SQLException: The connection attempt failed." .Could you support me please? Thank so glad.
java.sql.SQLException: The connection attempt failed.
at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:144)
at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:73)
at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter.getConnection(OnConnectOnDisconnectDataSourceAdapter.java:87)
at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1246)
at com.sunopsis.dwg.reverse.Reverse.getLocalConnection(Reverse.java:1411)