<?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: TOS with Progress OpenEdge 10 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234407#M23786</link>
    <description>Hi !
&lt;BR /&gt;Where can I find these 5 jar file ? Are they in the installation cd of progress ? 
&lt;BR /&gt;PS : i use OpenEdge 10.0B
&lt;BR /&gt;Thanks !</description>
    <pubDate>Wed, 13 May 2009 09:13:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-13T09:13:16Z</dc:date>
    <item>
      <title>TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234404#M23783</link>
      <description>Has anyone tried TOS with OpenEdge 10.1 ? 
&lt;BR /&gt;I'm using it through general JDBC but I had to do some major adaptations: 
&lt;BR /&gt;1. The jdbc driver is containes in 3 jar files and TOS does not seems to allow to specify 3 jars for the driver. I combined all the 3 jars into one jar file but this is a really buggy solution. 
&lt;BR /&gt;2. I had to modify a new mapping files because some datatypes were not reconized. 
&lt;BR /&gt;Anybody else had to go through this or had a better solution ?</description>
      <pubDate>Sat, 16 Nov 2024 14:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234404#M23783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234405#M23784</link>
      <description>As far as I know the Progress odbc requires 5 jar files, maybe that's the reason for the buggyness
&lt;BR /&gt;The files are base.jar, openedge.jar, pool.jar, spy.jar and util.jar</description>
      <pubDate>Fri, 24 Apr 2009 12:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234405#M23784</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-04-24T12:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234406#M23785</link>
      <description>No need to make a new jar, just specify mutliple jars. 
&lt;BR /&gt;I can connect using following settings 
&lt;BR /&gt;DB Type : Generic JDBC 
&lt;BR /&gt;JDBC URL : jdbc:datadirect 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;penedge://host 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort;databaseName=DBNAME 
&lt;BR /&gt;Driver jar : c:\progress\oe101c\java\base.jar;c:\progress\oe101c\java\openedge.jar;c:\progress\oe101c\java\pool.jar;c:\progress\oe101c\java\spy.jar;c:\progress\oe101c\java\util.jar 
&lt;BR /&gt;User name : sysprogress 
&lt;BR /&gt;Password (must not be empty) : ****** 
&lt;BR /&gt;Mapping file (I didn't enter this value) : mysql_id</description>
      <pubDate>Fri, 24 Apr 2009 13:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234406#M23785</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-04-24T13:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234407#M23786</link>
      <description>Hi !
&lt;BR /&gt;Where can I find these 5 jar file ? Are they in the installation cd of progress ? 
&lt;BR /&gt;PS : i use OpenEdge 10.0B
&lt;BR /&gt;Thanks !</description>
      <pubDate>Wed, 13 May 2009 09:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234407#M23786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T09:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234408#M23787</link>
      <description>Thanks for your reply ! lol 
&lt;BR /&gt;For your information, with OpenEdge 10.0B, it's not these files but just jdbc.jar and progress.jar which are in $dlc/java directory.</description>
      <pubDate>Mon, 18 May 2009 14:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234408#M23787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-18T14:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234409#M23788</link>
      <description>isn't a Class name also required.  I have tried "com.ddtek.jdbc.openedge.OpenEdgeDriver" with no luck. &lt;BR /&gt;Any suggestions?&lt;BR /&gt;Cheers!</description>
      <pubDate>Fri, 22 Jun 2012 20:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234409#M23788</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2012-06-22T20:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: TOS with Progress OpenEdge 10</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234410#M23789</link>
      <description>I have the same problem.... any idea ?? 
&lt;BR /&gt;url jdbc : jdbc:datadirect: openedge://xxx.xxx.xxx.xxx:xxx;databaseName=XXX 
&lt;BR /&gt;pilotejar: messages.jar;progress.jar;prosp.jar;prowin.jar;schema.jar 
&lt;BR /&gt;nom de la classe : com.ddtek.jdbc.openedge.OpenEdgeDriver 
&lt;BR /&gt;utilisateur: xxx 
&lt;BR /&gt;mot de passe : xxx 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Echec de la connexion Vous devez modifier les paramètres de la base de données.&lt;BR /&gt; &amp;nbsp;java.lang.RuntimeException: java.lang.ClassNotFoundException: com.ddtek.jdbc.openedge.OpenEdgeDriver&lt;BR /&gt; &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;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1033)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:314)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:272)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:2663)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:1)&lt;BR /&gt; &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;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Unknown Source)&lt;BR /&gt; &amp;nbsp;Caused by: java.lang.ClassNotFoundException: com.ddtek.jdbc.openedge.OpenEdgeDriver&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.net.URLClassLoader.findClass(Unknown Source)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Class.forName0(Native Method)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Class.forName(Unknown Source)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getDriver(JDBCDriverLoader.java:90)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:115)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 9 more&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Oct 2015 13:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-with-Progress-OpenEdge-10/m-p/2234410#M23789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T13:59:29Z</dc:date>
    </item>
  </channel>
</rss>

