Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
srsunnys1
Contributor
Contributor

How to update Teradata driver in Talend Big Data 7.0.1

Hi ,

I am using Talend Big Data 7.0.1 , while connecting to teradata using teradataInput it is always selecting teradata driver 15.0.1.

I downloaded the terajdbc driver for version 17.0.2 . But don't see any option to add it.

Can someone help me please ?

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

We have already added support for Teradata v16 since V 7.0.1.

Please refer to this V 7.0.1 installation guide about: TalendHelpCenter:Supported systems, databases and business applications by Talend components

Feel free to vote for this new feature jira issue:https://jira.talendforge.org/browse/TUP-19322

 

Best regards

Sabrina

 

srsunnys1
Contributor
Contributor
Author

Hi Sabrina,

 

My question is how to change teradata driver version from V15 to V16 in Talend V7.0.1.

It is always running teradatInput with Teradata driver V15 and failing with error -

 

 

2020-07-14.10:11:31.363 TERAJDBC4 ERROR [main] com.teradata.jdbc.jdk6.JDK6_SQL_Connection@16f65612 Read message 1 failed; closing socket due to: java.io.IOException: Bad response message header with invalid message length of 6174814 bytes

java.sql.SQLException: [Teradata JDBC Driver] [TeraJDBC 15.10.00.14] [Error 804] [SQLState 08S01] Socket communication failure for Packet receive Tue Jul 14 10:11:31 BST 2020 socket orig=X.X.X.X local=0.0.0.0/0.0.0.0:XXXXX remote=X.X.X.X/X.X.X.X:XXXX keepalive=unavailable nodelay=unavailable receive=unavailable send=unavailable linger=unavailable traffic=unavailable concurrent=3 contimeout=10000 conwait=1000 connecttime=0 connecttotaltime=0 connectattempts=1 connectfailures=0 reconnectattempts=0 recoverable=false redrive=false failurecache={} cid=3d99d22e sess=9088 java.io.IOException: Bad response message header with invalid message length of 6174814 bytes  at

 

Thats why I want to update it to V16. But I am failing to do so.

 

I tried removing tdgssconfig-15.10.00.14 and terajdbc4-15.10.00.14 jar files from configuration\.m2\repository\org\talend\libraries , but when i restart it is downloading it automatically saying required third party libraries. Can you please tell me how to stop it ?

 

Or please suggest me another way to update teradata driver.