Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting compile error for the tDBInput (MS SQL SERVER), however working for other db input types

My flow goes as tDBInput (MS SQL Server >> tjavarow >> tdbOutput (MS SQL SERVER)

however when I am trying to run this, it is throwing an error as 

    org.talend.designer.runprocess.ProcessorException: Job compile errors
    At least job "JOB_SAHL_DB_DB" has a compile errors, please fix and export again.
    Error Line: 2258
    Detail Message: net.sourceforge.jtds.jdbc.TalendNTextImpl cannot be resolved to a type

however this error goes if I change the scheme of tDBInput from dynamic to specific column list.

 

Does any one have an idea of what could be the issue?

 

Thanks in advance!!

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Resolved this issue.
After researching, understood that it is because of the JTDS driver, I was using jtds-1.3.1 without patch. When I replaced the JDTS driver with the recent one i.e. with patch jtds-1.3.1-patch-20190523 it worked.
talendenterprise
Contributor
Contributor

Hi,,

I am laready having the jtds jar as jtds-1.3.1-patch-20190523 but still getting the issue. any help?