<?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 Sybase schema problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324081#M93835</link>
    <description>Hi,
&lt;BR /&gt;Actually I have two problems regarding Sybase database schema but they might be related.
&lt;BR /&gt;We are using Data Integration 5.2.2r99271 and Sybase Anywhere 12
&lt;BR /&gt;Creating a Sybase connection does work well but as soon as I'm trying to "Retrieve Schema" I get no results back. The screen where is supposed to display tables and views remains blank. However, connection to DB is successful.
&lt;BR /&gt;Any hints what could be wrong?
&lt;BR /&gt;With generic ODBC I'm able to connect to the same Sybase DB and I can also retrieve the schema.
&lt;BR /&gt;Later when I add a tDBInput component I get the error "java.sql.SQLException: Table 'CATEGORY' not found". However, if I manually alter the queries table name to DBA.CATEGORY then I can successfully pull data from the table. Any hints how I can add the "DBA" prefix permanently?
&lt;BR /&gt;I will appreciate any help.
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;Adrian</description>
    <pubDate>Fri, 15 Mar 2013 06:55:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-15T06:55:36Z</dc:date>
    <item>
      <title>Sybase schema problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324081#M93835</link>
      <description>Hi,
&lt;BR /&gt;Actually I have two problems regarding Sybase database schema but they might be related.
&lt;BR /&gt;We are using Data Integration 5.2.2r99271 and Sybase Anywhere 12
&lt;BR /&gt;Creating a Sybase connection does work well but as soon as I'm trying to "Retrieve Schema" I get no results back. The screen where is supposed to display tables and views remains blank. However, connection to DB is successful.
&lt;BR /&gt;Any hints what could be wrong?
&lt;BR /&gt;With generic ODBC I'm able to connect to the same Sybase DB and I can also retrieve the schema.
&lt;BR /&gt;Later when I add a tDBInput component I get the error "java.sql.SQLException: Table 'CATEGORY' not found". However, if I manually alter the queries table name to DBA.CATEGORY then I can successfully pull data from the table. Any hints how I can add the "DBA" prefix permanently?
&lt;BR /&gt;I will appreciate any help.
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;Adrian</description>
      <pubDate>Fri, 15 Mar 2013 06:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324081#M93835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-15T06:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase schema problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324082#M93836</link>
      <description>Hi, &lt;BR /&gt;I think you use the dedicated sybase component &lt;A href="https://help.talend.com/search/all?query=tSybaseInput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tSybaseInput&lt;/A&gt; and &lt;A href="https://help.talend.com/search/all?query=tSybaseOutput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tSybaseOutput&lt;/A&gt; instead of tDBInput/tDBOutput that are general components for ODBC connection.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 01 Apr 2013 08:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324082#M93836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-01T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase schema problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324083#M93837</link>
      <description>Had the same problem on the same Talend version.&lt;BR /&gt;To solve it :&lt;BR /&gt;&lt;BR /&gt;On DB Type choose "General JDBC"&lt;BR /&gt;Set the Jar Driver "jconn3.jar"&amp;nbsp;located at TOS_DI-r99271-V5.2.2\plugins\org.talend.designer.components.localprovider_5.2.2.r99271\components\tSybaseInput&lt;BR /&gt;When you click on "..." for the Class Name it will automatically set "com.sybase.jdbc3.jdbc.SybDataSource"&lt;BR /&gt;Enter Username and Password&amp;nbsp;&lt;BR /&gt;Set the "sybase_id" XML file&lt;BR /&gt;&lt;BR /&gt;Test and validate your connection and that's it.&lt;BR /&gt;Now you'll be able to retrieve the Schemas.&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Tue, 13 Dec 2016 14:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324083#M93837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-13T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase schema problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324084#M93838</link>
      <description>Had the same problem on the same Talend version.&lt;BR /&gt;To solve it :&lt;BR /&gt;&lt;BR /&gt;On DB Type choose "General JDBC"&lt;BR /&gt;Set the Jar Driver "jconn3.jar"&amp;nbsp;located at TOS_DI-r99271-V5.2.2\plugins\org.talend.designer.components.localprovider_5.2.2.r99271\components\tSybaseInput&lt;BR /&gt;When you click on "..." for the Class Name it will automatically set "com.sybase.jdbc3.jdbc.SybDataSource"&lt;BR /&gt;Enter Username and Password&amp;nbsp;&lt;BR /&gt;Set the "sybase_id" XML file&lt;BR /&gt;&lt;BR /&gt;Test and validate your connection and that's it.&lt;BR /&gt;Now you'll be able to retrieve the Schemas.&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Tue, 13 Dec 2016 14:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sybase-schema-problem/m-p/2324084#M93838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-13T14:33:40Z</dc:date>
    </item>
  </channel>
</rss>

