<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Interbase 5.6 connectivity in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196436#M593</link>
    <description>Hi Sabrina,&lt;BR /&gt;i'm getting this error in TOS version 5.6.1.20141207_1530. The bug is not solved yet?&lt;BR /&gt;I'm connecting ok with IBExpert from same local machine...&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 14 Apr 2015 09:58:37 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-04-14T09:58:37Z</dc:date>
    <item>
      <title>[resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196434#M591</link>
      <description>Hi, 
&lt;BR /&gt;I'm trying to connect TOS 5.6.1 with Interbase 5.6 (locally installed) by diferent ways with no luck: 
&lt;BR /&gt;1st method -&amp;gt; Repository/Metadata DB connection: 
&lt;BR /&gt;- dbtype: Interbase 
&lt;BR /&gt;- login: SYSDBA 
&lt;BR /&gt;- pass: masterkey 
&lt;BR /&gt;- server: localhost 
&lt;BR /&gt;- database: C:/my_database.gdb 
&lt;BR /&gt;- ERROR:&amp;nbsp; 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt;&amp;nbsp; java.lang.RuntimeException: java.sql.SQLException: interbase.interclient.IBException: connection rejected by remote interface 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:164) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1054) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:311) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.utils.ManagerConnection.check(ManagerConnection.java:272) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$26.runWithCancel(DatabaseForm.java:2335) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$26.runWithCancel(DatabaseForm.java:1) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.FutureTask.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; Caused by: java.sql.SQLException: interbase.interclient.IBException: connection rejected by remote interface 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at interbase.interclient.Connection.remote_ATTACH_DATABASE(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at interbase.interclient.Connection.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at interbase.interclient.Connection.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at interbase.interclient.Driver.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:155) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 9 more 
&lt;BR /&gt;2nd method -&amp;gt; tJDBCConnection + interclient.jar -&amp;gt; tJDBCInput 
&lt;BR /&gt;- JDBCURL: "jdbc:interbase://localhost//C:/iofwin.gdb" 
&lt;BR /&gt;- Driver JAR: interclient.jar 
&lt;BR /&gt;- Driver Class: "interbase.interclient.Driver" 
&lt;BR /&gt;- User: "SYSDBA" 
&lt;BR /&gt;- pass: "masterkey" 
&lt;BR /&gt;- ERROR: tJDBCInput -&amp;gt; Database connection is failed. Set parameters and continue -&amp;gt; None connection parameter is in red 
&lt;BR /&gt;3rd method -&amp;gt; tInterbaseConnection -&amp;gt; tInterbaseInput 
&lt;BR /&gt;- host: "localhost" 
&lt;BR /&gt;- database: "C:/my_database.gdb" 
&lt;BR /&gt;- User: "SYSDBA" 
&lt;BR /&gt;- pass: "masterkey" 
&lt;BR /&gt;- ERROR: tInterbaseInput-&amp;gt; Database connection is failed. Set parameters and continue -&amp;gt; "database" connection parameter is in red 
&lt;BR /&gt;An ideas? 
&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 13 Apr 2015 13:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196434#M591</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-13T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196435#M592</link>
      <description>Hi,
&lt;BR /&gt;Could you please take a look at a related jira issue:
&lt;A href="https://jira.talendforge.org/browse/TDI-28207" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-28207&lt;/A&gt;(Component can't connect to interbase DB)?
&lt;BR /&gt;Feel free to add your 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Tahoma"&gt;question or comment on this jira issue.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 04:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196435#M592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T04:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196436#M593</link>
      <description>Hi Sabrina,&lt;BR /&gt;i'm getting this error in TOS version 5.6.1.20141207_1530. The bug is not solved yet?&lt;BR /&gt;I'm connecting ok with IBExpert from same local machine...&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 14 Apr 2015 09:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196436#M593</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-14T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196437#M594</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Interbase 5.6 (locally installed)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It's not a bug and the solution is " no change required ". 
&lt;BR /&gt;So far, our components "interclient.jar" do not support below 7.0 
&lt;BR /&gt;Please see document: 
&lt;A href="https://help.talend.com/search/all?query=Supported+systems+and+databases&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;upported systems and databases&lt;/A&gt;. 
&lt;BR /&gt;Have you tried it on latest version of InterBase WI-V11.0.3.655 to see if it is working? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 10:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196437#M594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T10:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196438#M595</link>
      <description>Hi Sabrina,&lt;BR /&gt;our customer can't change Interbase version...&lt;BR /&gt;Is there any way to connect Talend with Interbase 5.6?&amp;nbsp;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 14 Apr 2015 10:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196438#M595</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-14T10:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196439#M596</link>
      <description>Hi,&lt;BR /&gt;What's your Interbase 5.6 version? 32 bit or 64bit? And what's your OS?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 11:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196439#M596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196440#M597</link>
      <description>Interbase 5.6 32 bits
&lt;BR /&gt;Development machine -&amp;gt; Win7 64bits
&lt;BR /&gt;Prod machine -&amp;gt; Win7 32 bits
&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 14 Apr 2015 11:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196440#M597</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-14T11:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196441#M598</link>
      <description>Hi,&lt;BR /&gt;Could you please try to copy the jar from 5.6 to replace the jar current in our components in your Win7 32 bits machine to see if it is working?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 11:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196441#M598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196442#M599</link>
      <description>I'm sorry, I don't understand what i have to copy.&lt;BR /&gt;We can't make any test in PROD Win7 32 bits machine. We have to make it work in Win7 64bits DEV machine.&lt;BR /&gt;Can you explain a litlle bit, what jar we have to copy, where is it, and where must we copy it?&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 14 Apr 2015 11:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196442#M599</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-14T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196443#M600</link>
      <description>Hi,&lt;BR /&gt;As we said, our components "interclient.jar" do not support for Interbase below 7.0. If you want to use Interbase 5.6 in Talend, you should replace current jar with Interbase 5.6(interclient.jar).&lt;BR /&gt;Talend interclient.jar file should be located in &amp;lt;TalendInstallationPath&amp;gt;\configuration\lib\java.&lt;BR /&gt;You'd better do this action on 32 bit machine( your Interbase 5.6&amp;nbsp; is 32 bits).&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 11:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196443#M600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196444#M601</link>
      <description>It works Sabrina, Thank you.&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 15 Apr 2015 10:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196444#M601</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-15T10:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196445#M602</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Glad this issue is fixed. Thanks for your feeback.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 15 Apr 2015 11:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196445#M602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-15T11:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Interbase 5.6 connectivity</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196446#M603</link>
      <description>Hi Sabrina,
&lt;BR /&gt;solution found work for Connect and Select. No luck for Insert or Update statements.
&lt;BR /&gt;I made a simple Workflow to insert in a simple table called "NEW_TABLE" with one string field. No FKs, etc
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tFixedFlowInput (Assigning the String vaslue) -&amp;gt; tMap -&amp;gt; tInterBaseOutput
&lt;BR /&gt;This is the error:
&lt;BR /&gt;Exception in component tInterbaseOutput_1
&lt;BR /&gt;interbase.interclient.SQLException: Dynamic SQL Error
&lt;BR /&gt;SQL error code = -104
&lt;BR /&gt;Token unknown - line 1, char 12
&lt;BR /&gt;"NEW_TABLE"
&lt;BR /&gt;I think this error means the SLQStatement has syntax errors... line 1, char 12 -&amp;gt; 
&lt;FONT color="#6633ff"&gt;INSERT INTO &lt;/FONT&gt;NEW_TABLE(...
&lt;BR /&gt;It seems the name of the table is wrong. It is picked from "NEW_TABLE" Table Name window.
&lt;BR /&gt;Any ideas?
&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 05 May 2015 16:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Interbase-5-6-connectivity/m-p/2196446#M603</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-05-05T16:47:16Z</dc:date>
    </item>
  </channel>
</rss>

