Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
JDansena1661944160
Contributor
Contributor

DB2: DRDA Data Stream Syntax Error was detected.

I am to connect db while creating connection.

0695b00000UyAfYAAV.png

when trying to execute job then connection is failed not able to connect to IBM db2 not sure

Database connection is failed.

 java.lang.RuntimeException: com.ibm.db2.jcc.am.DisconnectNonTransientException: [jcc][t4][2034][11148][4.9.78] Execution failed due to a distribution protocol error that caused deallocation of the conversation.

 A DRDA Data Stream Syntax Error was detected. Reason: 0x3. ERRORCODE=-4499, SQLSTATE=58009

   at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:208)

   at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1170)

0695b00000UyAg7AAF.png

Labels (4)
1 Solution

Accepted Solutions
JDansena1661944160
Contributor
Contributor
Author

Fixed above issue, problems was while connecting through connection then connection was success but while execute with component time it not going to connect to DB that is the problems.

Solution: try to create JDBC connection and add jar after that we can use that connection on component.

0695b00000UyPE8AAN.pngComponent level

 

0695b00000UyPENAA3.png 

 

View solution in original post

2 Replies
Tins1980
Contributor II
Contributor II

I faced similar kind of issue last time, I am still searching for some proper solution.

JDansena1661944160
Contributor
Contributor
Author

Fixed above issue, problems was while connecting through connection then connection was success but while execute with component time it not going to connect to DB that is the problems.

Solution: try to create JDBC connection and add jar after that we can use that connection on component.

0695b00000UyPE8AAN.pngComponent level

 

0695b00000UyPENAA3.png