<?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: Database Connection - schema retreival issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354613#M120547</link>
    <description>Thanks for your response. I dont think version will help as its a custom JDBC we created to a NoSQL database. To use with data tools like talend and BI tools.
&lt;BR /&gt;I do see the exception, and am trying to put debug statements into our JDBC connector code to see what the Metadata requests are sending us. below is from &amp;lt;talenddir&amp;gt;\workspace\.metadata\.log.
&lt;BR /&gt;If i put custom debug statements into our JDBC connector, do you know where that would print out?
&lt;BR /&gt;
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at com.codemettle.sherpa.jdbc.SherpaResultSet.getInt(SherpaResultSet.java:508)
&lt;BR /&gt; at com.codemettle.sherpa.jdbc.SherpaResultSet.getInt(SherpaResultSet.java:515)
&lt;BR /&gt; at org.talend.metadata.managment.model.DBConnectionFillerImpl.getIntFromResultSet(DBConnectionFillerImpl.java:1333)
&lt;BR /&gt; at org.talend.metadata.managment.model.DBConnectionFillerImpl.fillColumns(DBConnectionFillerImpl.java:1423)
&lt;BR /&gt; at org.talend.metadata.managment.model.MetadataFillFactory.fillColumns(MetadataFillFactory.java:351)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.manager.ExtractManager.returnColumns(ExtractManager.java:395)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnColumns(ExtractMetaDataFromDataBase.java:206)
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.table.database.SelectorTableForm$RetrieveColumnRunnable.run(SelectorTableForm.java:1532)
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)</description>
    <pubDate>Mon, 28 Mar 2016 19:49:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-28T19:49:07Z</dc:date>
    <item>
      <title>Database Connection - schema retreival issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354611#M120545</link>
      <description>&lt;P&gt;I have a custom JDBC to a datasource. This has worked in Talend data integration studio 5.1, but now trying with latest 6.&lt;BR /&gt;You can see in the images below, Talend is able to pull up the tables in database, but has an error when trying to retreive the schema for a table.&lt;BR /&gt;Strangely, when i use "Read Queries" on the connection, the columns and data preview work fine.&amp;nbsp;&lt;BR /&gt;Same table, same JDBC, same connection. I am not sure where to start looking, but any help is appreciated&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGvL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158294i9F5580AB9566D70C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGvL.png" alt="0683p000009MGvL.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MHCZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149990iFF595E5B31822462/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MHCZ.png" alt="0683p000009MHCZ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 20:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354611#M120545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-25T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Database Connection - schema retreival issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354612#M120546</link>
      <description>This function strongly depends on the driver and the way the driver implements the Metadata API.
&lt;BR /&gt;What database and release do you use?
&lt;BR /&gt;Fetching data records is much easier than fetching the table meta data.&amp;nbsp;</description>
      <pubDate>Sat, 26 Mar 2016 20:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354612#M120546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-26T20:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Database Connection - schema retreival issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354613#M120547</link>
      <description>Thanks for your response. I dont think version will help as its a custom JDBC we created to a NoSQL database. To use with data tools like talend and BI tools.
&lt;BR /&gt;I do see the exception, and am trying to put debug statements into our JDBC connector code to see what the Metadata requests are sending us. below is from &amp;lt;talenddir&amp;gt;\workspace\.metadata\.log.
&lt;BR /&gt;If i put custom debug statements into our JDBC connector, do you know where that would print out?
&lt;BR /&gt;
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at com.codemettle.sherpa.jdbc.SherpaResultSet.getInt(SherpaResultSet.java:508)
&lt;BR /&gt; at com.codemettle.sherpa.jdbc.SherpaResultSet.getInt(SherpaResultSet.java:515)
&lt;BR /&gt; at org.talend.metadata.managment.model.DBConnectionFillerImpl.getIntFromResultSet(DBConnectionFillerImpl.java:1333)
&lt;BR /&gt; at org.talend.metadata.managment.model.DBConnectionFillerImpl.fillColumns(DBConnectionFillerImpl.java:1423)
&lt;BR /&gt; at org.talend.metadata.managment.model.MetadataFillFactory.fillColumns(MetadataFillFactory.java:351)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.manager.ExtractManager.returnColumns(ExtractManager.java:395)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnColumns(ExtractMetaDataFromDataBase.java:206)
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.table.database.SelectorTableForm$RetrieveColumnRunnable.run(SelectorTableForm.java:1532)
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)</description>
      <pubDate>Mon, 28 Mar 2016 19:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354613#M120547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Database Connection - schema retreival issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354614#M120548</link>
      <description>&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana," helvetica=""&gt;jlolling,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;Thanks for the explanation. We updated the JDBC to be compliant with Talend 
&lt;BR /&gt;i will try to close this topic as resolved</description>
      <pubDate>Mon, 04 Apr 2016 18:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-Connection-schema-retreival-issue/m-p/2354614#M120548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-04T18:07:10Z</dc:date>
    </item>
  </channel>
</rss>

