Hi all, I'm trying to bulk-load on an IQ table but I need jodbc.jar and I didn't manage to find it anywhere...can yopu provide me a copy of the jar file??? I tried both with TOS DI and TOS BD last version... Thx
Hi,
For
jodbc.jar file, have you already checked document about:TalendHelpCenter:Identify required external modules?
The
icon indicates that the module is absolutely required for the corresponding
component
or
Metadata connection
.
The
icon indicates that the module is not necessarily required for the corresponding
component
or
Metadata connection
listed in the
Context
column.
Can you successfully download and install jconn3.jar file for sybase DB?
Best regards
Sabrina
Here are the screenshots of my job, jodbc seems to be required because when I run my job starts a prompt asking me to install jodbc.jar and if I run the job I encounter the error showed in this screenshoot...
And sorry I didn't answer your question: I installed the module jconn3.jar and I succeeded loading data with the tSybaseOutput component but with a speed of 20rows/second...definitely too slow!!! that's why I needed to use bulk load component
Hi,
It seems that tSybaseIQoutput
BulkExec, for version 15, "jodbc.jar" is required, but for version 12, the jar is not required.
This issue "j
ava.lang.ClassNotFoundException: ianywhere.ml.jdbcodbc.IDriver= >"
That because missing the jar jodbc.jar. talend doesn't provider it.
Could you please give us a valid email address so that we can send it to you by email? Is your registered email address on talend forge Ok with you?
Best regards
Sabrina
Hi Sabrina, I installed jodbc.jar file and I run the job: this is the output, seems like a library is missing...
Exception in thread "main" java.lang.UnsatisfiedLinkError: no dbjodbc11 in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at ianywhere.ml.jdbcodbc.IDriver.try_load(IDriver.java:450) at ianywhere.ml.jdbcodbc.IDriver.<clinit>(IDriver.java:391) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at sap.test_e464_mr_bulk_0_1.test_E464_MR_bulk.tFileInputDelimited_1Process(test_E464_MR_bulk.java:1300) at sap.test_e464_mr_bulk_0_1.test_E464_MR_bulk.tSybaseConnection_1Process(test_E464_MR_bulk.java:451) at sap.test_e464_mr_bulk_0_1.test_E464_MR_bulk.runJobInTOS(test_E464_MR_bulk.java:1842) at sap.test_e464_mr_bulk_0_1.test_E464_MR_bulk.main(test_E464_MR_bulk.java:1699)