<?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: Connect to MS Access DB on Linux in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298680#M71115</link>
    <description>Hi Shong, I followed your instructions and could connect to MS Access on Linux, the only problem was the charset, so I got ? instead of special chars.
&lt;BR /&gt;Is there anyone experienced with this? Can I specify the charset on odbc.ini file?
&lt;BR /&gt;Thanks a lot.</description>
    <pubDate>Mon, 19 Sep 2011 23:44:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-19T23:44:45Z</dc:date>
    <item>
      <title>Connect to MS Access DB on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298676#M71111</link>
      <description>Hi to all,
&lt;BR /&gt;I can't access to an mdb file on linux. 
&lt;BR /&gt;I've talend 3.2 and 4.0. My OS is Ubuntu 9.10.
&lt;BR /&gt;When I try to configure the tAccessInput, I get this error when I try to retrieve the tables list:
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcDriver.initialize(JdbcOdbcDriver.java:436)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcDriver.connect(JdbcOdbcDriver.java:153)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(Unknown Source)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(Unknown Source)
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.DbTableController.checkConnection(Unknown Source)
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.DbTableController$5.run(Unknown Source)
&lt;BR /&gt; at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
&lt;BR /&gt;ERROR: java.lang.NullPointerException
&lt;BR /&gt;ERROR: java.lang.NullPointerException
&lt;BR /&gt;java.lang.RuntimeException: java.lang.NullPointerException
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.getConnection(Unknown Source)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.returnTablesFormConnection(Unknown Source)
&lt;BR /&gt; at org.talend.designer.core.ui.editor.properties.controllers.DbTableController$5.run(Unknown Source)
&lt;BR /&gt; at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
&lt;BR /&gt;Caused by: java.lang.NullPointerException
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcDriver.initialize(JdbcOdbcDriver.java:436)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcDriver.connect(JdbcOdbcDriver.java:153)
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(Unknown Source)
&lt;BR /&gt; ... 4 more
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;There is a tutorial to connect an Access mdb in linux?
&lt;BR /&gt;Thanks to all and happy new year!
&lt;BR /&gt;Stefano</description>
      <pubDate>Sat, 16 Nov 2024 13:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298676#M71111</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS Access DB on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298677#M71112</link>
      <description>Hello 
&lt;BR /&gt;You need install the odbc driver for linux machine. 
&lt;BR /&gt;Download access odbc driver for linux
&lt;BR /&gt;
&lt;A href="http://www.easysoft.com/products/data_access/odbc-access-driver/index.html?location=Easysoft%20Data%20Access%20menu" rel="nofollow noopener noreferrer"&gt;http://www.easysoft.com/products/data_access/odbc-access-driver/index.html?location=Easysoft%20Data%20Access%20menu&lt;/A&gt;
&lt;BR /&gt;Here is the getting started guide
&lt;BR /&gt;
&lt;A href="http://www.easysoft.com/products/data_access/odbc-access-driver/getting-started.html" rel="nofollow noopener noreferrer"&gt;http://www.easysoft.com/products/data_access/odbc-access-driver/getting-started.html&lt;/A&gt; 
&lt;BR /&gt;I install access odbc driver on CentOS5.3 and use tDBInput to read records from a access data source, it works fine.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 31 Dec 2009 06:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298677#M71112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-31T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS Access DB on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298678#M71113</link>
      <description>I am using TIS Administrator to run jobs in UNIX.&lt;BR /&gt;I am also trying to populate access tables with this environment.&lt;BR /&gt;Will this driver work for this?  Isn't there a free way to get this working other than the not free driver you mentioned?&lt;BR /&gt;Thanks for any help on this.&lt;BR /&gt;- Bob</description>
      <pubDate>Tue, 08 Feb 2011 16:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298678#M71113</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-02-08T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS Access DB on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298679#M71114</link>
      <description>Note: My post is referring to MS Access tables and how to get Administrator working.&lt;BR /&gt;- Bob</description>
      <pubDate>Tue, 08 Feb 2011 16:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298679#M71114</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-02-08T16:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS Access DB on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298680#M71115</link>
      <description>Hi Shong, I followed your instructions and could connect to MS Access on Linux, the only problem was the charset, so I got ? instead of special chars.
&lt;BR /&gt;Is there anyone experienced with this? Can I specify the charset on odbc.ini file?
&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Mon, 19 Sep 2011 23:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-MS-Access-DB-on-Linux/m-p/2298680#M71115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-19T23:44:45Z</dc:date>
    </item>
  </channel>
</rss>

