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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
vldu
Contributor II
Contributor II

Sybase 12/15 is removed by R2024-12. Is it possible to use Sybase 16 instead?

Is there backward compatibility? The Sybase database we have is ASE 15.0.3 EBF 17770 ESD#4. May we use Sybase DB connection with DB version "Sybase 16" instead?

Talend version 8 R2025-01. Build id: 20250126_0750-patch

When I try to change my old DB connection from Sybase 12/15 (which now is removed) to Sybase 16, I get this error meesage:
Connection failure. You must change the Database Settings.
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sybase.jdbc4.jdbc.SybDriver

If I try to complile and run my old Talend job, I get this error message:

Detail Message: com.sybase.jdbc4 cannot be resolved to a type
at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:358)
 
The code line which fails is this:
String driverClass_tDBConnection_1 = com.sybase.jdbc4.jdbc.SybDriver.class.getName();
 
Labels (2)
0 Replies