<?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] Pervasive (Btrieve) Metadata Connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306819#M78320</link>
    <description>Hi kzone&lt;BR /&gt;Sorry, took me some time put my notebook to work ok and get the 4.0M3.&lt;BR /&gt;Anyway, i tried with the M3 in talend exchange, download the Pervasive components, but it gave me the same message.&lt;BR /&gt;Any clue about what is missing?&lt;BR /&gt;Many thanks</description>
    <pubDate>Mon, 22 Mar 2010 12:22:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-03-22T12:22:18Z</dc:date>
    <item>
      <title>[resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306811#M78312</link>
      <description>hi all&lt;BR /&gt;I Have to work with Pervasive Data, but got some problem with metadata connection.&lt;BR /&gt;Even if I add classpath in Talend' java build Path class still "not found" .&lt;BR /&gt;First Trying with a Talend job : first error come from Class jpscs.jar . Talend can't find it (even if put in Build path) .&lt;BR /&gt;Problem resolved with a tLibraryLoad.&lt;BR /&gt;But by this way I've to know the schema (and cannot do migration in a Sql Database "on the fly") !&lt;BR /&gt;Do a test with a metadata description and Generic JDBC metadata.&lt;BR /&gt;But never find the Driver class ! So no way to guess shema from Pervasive database.&lt;BR /&gt;How can I make JDBC metadata works with pervasive database ?&lt;BR /&gt;Seems that metadata JDBC didn't add classpath of the driver.&lt;BR /&gt;env :&lt;BR /&gt;Talend Open Studio&lt;BR /&gt;Version: 3.1.3&lt;BR /&gt;Build id: r26090-20090629-1316&lt;BR /&gt;&lt;BR /&gt;Edit : i've also added the .jar files in Talend lib directory !&lt;BR /&gt;thanks for your help&lt;BR /&gt;Regards &lt;BR /&gt;laurent</description>
      <pubDate>Sat, 16 Nov 2024 13:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306811#M78312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306812#M78313</link>
      <description>Perhaps It could work if I import the jar file missing (jpscs.jar) in the JDBC code !&lt;BR /&gt;Where can i found source for metadata JDBC to try that way !?&lt;BR /&gt;For example if I add an import "import com.pervasive.pscs.Manager" (Class i'm loadind in tLibraryLoad)  in " tJDBCConnection_begin.javajet"&lt;BR /&gt;I would be able to use shema editor !??&lt;BR /&gt;My goal is to be able to retrieve schemas and avoid to define them by hand (work fine if i do that but it's a long way ) and make a migration from btrieve to Sql database.&lt;BR /&gt;++</description>
      <pubDate>Mon, 24 Aug 2009 14:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306812#M78313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-24T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306813#M78314</link>
      <description>ok, 
&lt;BR /&gt;i'm extending JDBC component to working with Pervasive Connection ..(I'll put new Component in the Talend exchange right "onreadystate" 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;but it shold be helpfully to be able to use metadata db connection ... ! 
&lt;BR /&gt;Suggestion or help will be appreciate 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 26 Aug 2009 11:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306813#M78314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-26T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306814#M78315</link>
      <description>.....
&lt;BR /&gt;With very few modification in the JDBCColumnList (add a PERVASIVE name, ..etc)
&lt;BR /&gt;, I can read the schema of a pervasive table "on the fly " ... what i'm looking for !
&lt;BR /&gt;So resolved problem (but hope for some clue to do it with metadta )
&lt;BR /&gt;Regards
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 26 Aug 2009 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306814#M78315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-26T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306815#M78316</link>
      <description>Hello kzone.&lt;BR /&gt;I'm using Pervasive as well and got the same problem that you reported about connection. By a chance, have you posted your component?&lt;BR /&gt;Best regards</description>
      <pubDate>Mon, 08 Mar 2010 14:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306815#M78316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-08T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306816#M78317</link>
      <description>hi,&lt;BR /&gt;have a look at exchange repository and look for &lt;BR /&gt;tJDBCColumnList_extend&lt;BR /&gt;tPervasiveConnection&lt;BR /&gt;tPervasiveInput&lt;BR /&gt;hope it could help you !&lt;BR /&gt;laurent&lt;BR /&gt;++</description>
      <pubDate>Mon, 08 Mar 2010 18:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306816#M78317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-08T18:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306817#M78318</link>
      <description>Hi&lt;BR /&gt;kzone, I'm getting the same message when I download these components:&lt;BR /&gt;"Cannot find file"tPervasiveConnection_Component_java.xml" "&lt;BR /&gt;Have any thoughts of what can I do about this?&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 12 Mar 2010 18:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306817#M78318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-12T18:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306818#M78319</link>
      <description>hi, 
&lt;BR /&gt;and hooo 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I'll have a look at this as soon as possible (hope today !) 
&lt;BR /&gt;laurent 
&lt;BR /&gt;EDIT 
&lt;BR /&gt;=== 
&lt;BR /&gt;I've downloaded component, unarchived in TOS/plugins/org.talend.designer.components.localprovider_xxx and copied .jar in TOS/lib/java repository and it looks like OK ! (try with TOS Version: 4.0.0M2 
&lt;BR /&gt;Build id: r35653-20100114-0503 ) 
&lt;BR /&gt;Use you own repository (@see preferences=&amp;gt;Talend=&amp;gt;components=&amp;gt;path to you user component) if you don't want to share "native" and " imported" talend component ! 
&lt;BR /&gt;ps :Are talking about "tPervasiveConnection_java.xml" ? 
&lt;BR /&gt; 
&lt;BR /&gt;++</description>
      <pubDate>Mon, 15 Mar 2010 08:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306818#M78319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-15T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306819#M78320</link>
      <description>Hi kzone&lt;BR /&gt;Sorry, took me some time put my notebook to work ok and get the 4.0M3.&lt;BR /&gt;Anyway, i tried with the M3 in talend exchange, download the Pervasive components, but it gave me the same message.&lt;BR /&gt;Any clue about what is missing?&lt;BR /&gt;Many thanks</description>
      <pubDate>Mon, 22 Mar 2010 12:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306819#M78320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-22T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306820#M78321</link>
      <description>ok , 
&lt;BR /&gt;i've (re)done the extraction and I see what's wrong ! (i hope 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;When you extract Component pervasive connection you've got a repository (tPervasiveConnection_Component) and inside "lib" and "tPervasiveConnection" .... 
&lt;BR /&gt;It's 
&lt;B&gt;tPervasiveConnection&lt;/B&gt; you have to copy in your Talend repository componenet and not tPervasiveConnection_Component ! (it's the reason why talend 's looking for tPervasiveConnection_Component_java.xml ) 
&lt;BR /&gt;files "jar" are going into yourTalend/lib/java . 
&lt;BR /&gt;hope it's clear enought 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 22 Mar 2010 16:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306820#M78321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-22T16:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pervasive (Btrieve) Metadata Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306821#M78322</link>
      <description>Hi kzone,&lt;BR /&gt;I've got the same issue with this solution. As I'm working now with pervasive and this tread is very old, I've posted a new one named&amp;nbsp;: Pervasive DB connection - Syntax Error problem&lt;BR /&gt;Any help would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mehdi</description>
      <pubDate>Sat, 18 Apr 2015 10:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pervasive-Btrieve-Metadata-Connection/m-p/2306821#M78322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-18T10:41:40Z</dc:date>
    </item>
  </channel>
</rss>

