Connection from talend to vertica
Hey guys, Our developers are complaining that one of their workflows( i believe it is the forst one they fire) always results with below error. and issue gets fixed when they kill the job and reconnect leads me to believe that the connections are getting stale . the runtimecap value is currently set to unlimited for the user and the developers mentioned that they are not using login timeout. Any ideas what is going on here? thanks for your time in advance,Jai Admin WorkFlow's GetAffiliates job is failed due to java.sql.SQLException: [Vertica][VJDBC](100023) Unexpected message type: BindComplete. at com.vertica.io.ProtocolStream.readExpectedMessage(Unknown Source) at com.vertica.dataengine.VResultSet.fetchChunk(Unknown Source) at com.vertica.dataengine.VResultSet.initialize(Unknown Source) at com.vertica.dataengine.VQueryExecutor.readExecuteResponse(Unknown Source) at com.vertica.dataengine.VQueryExecutor.handleExecuteResponse(Unknown Source) at com.vertica.dataengine.VQueryExecutor.execute(Unknown Source) at com.vertica.jdbc.SPreparedStatement.executeWithParams(Unknown Source) at com.vertica.jdbc.SPreparedStatement.executeQuery(Unknown Source)
0
Comments