<?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: Connexion to an Access database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244210#M30439</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello,&lt;BR /&gt;Thank you for your responses but it is still not working.&lt;BR /&gt;I change a little bit the description of my problem because there was something not enough accurate. This error occurs on several PCs which are in a different network than mine (different company). From my side, I can execute successfully the job.&lt;BR /&gt;I do not know if it is important but the job is launched through a .bat file.&lt;BR /&gt;So to respond to you&amp;nbsp;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;xdshi, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;yes they can access and open the Access database without any problem and they have access 2007. (the access database is in 2007 version)&lt;BR /&gt;To respond to you&amp;nbsp;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Jcs19, t&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;he access database is in local on the computer where the job is launched and accessible through a configuratble path ../../FOLDER solely. And as it is a local execution, the user has all the rights on its folder.&lt;BR /&gt;Is it possible that the problem comes from an antivirus ? or a java version ?&lt;BR /&gt;Do you have any other idea ?&lt;BR /&gt;Thank you in advance,&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, the problem may come from antivirus,firewalls or proxy but I don't think so. 
&lt;BR /&gt;Try to edit your bat file replace "java" by your 32 bits java path 
&lt;BR /&gt;java -Xms256M -Xmx1024M 
&lt;BR /&gt;to&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;"C:\Program Files (x86)\Java\jre7\bin\java.exe"&amp;nbsp;&amp;nbsp;-Xms256M -Xmx1024M&amp;nbsp; 
&lt;BR /&gt;(dont forget double quotes) 
&lt;BR /&gt;If it's not working, try to create an odbc connection</description>
    <pubDate>Thu, 29 Jan 2015 13:52:05 GMT</pubDate>
    <dc:creator>Jcs19</dc:creator>
    <dc:date>2015-01-29T13:52:05Z</dc:date>
    <item>
      <title>Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244206#M30435</link>
      <description>&lt;FONT face="Tahoma, sans-serif"&gt;&lt;FONT size="1"&gt;Hello,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Tahoma, sans-serif"&gt;I have currently a problem with the execution of a Talend job which does at the first time a connexion to a database Access in 2007 version and try then to read data from this database (see below the error log).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Tahoma, sans-serif"&gt;The problem does not occur on all the computer. Only few are concerned but I do not manage to find the parameter(s) to change in order to have the job working on all the computer.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Tahoma, sans-serif"&gt;I found some articles as&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT face="Tahoma, sans-serif"&gt;&lt;FONT size="1"&gt; or&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;that explain this problem comes from the ODBC rights in the register editor (regedit) but the solution described does not work for me. 
&lt;BR /&gt;Do you have another solutions to solve this problem ? 
&lt;BR /&gt;Thank you in advance for your help. 
&lt;BR /&gt;Xavier 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Tahoma, sans-serif"&gt;Below the log of the error :&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;I&gt;&lt;FONT size="1"&gt;&lt;FONT face="Tahoma, sans-serif"&gt;Exception in component tAccessConnection_1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Tahoma, sans-serif"&gt;&lt;I&gt;java.sql.SQLException: Erreur générale Impossible d\'ouvrir la clé de Registre «&amp;nbsp;Temporary (volatile) Ace DSN for process 0x14b0 Thread 0x9d8 DBC 0x2a47fb4 Jet&amp;nbsp;».&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;...&lt;BR /&gt; Exception in component tAccessInput_1&lt;BR /&gt; java.lang.NullPointerException&lt;/I&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244206#M30435</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-01-26T15:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244207#M30436</link>
      <description>&lt;BR /&gt;Check that your ODBC connection is well configured (if you use a mapped drive, do not use E:/path..../, &lt;B&gt;use&lt;/B&gt; //name/path.../)&lt;BR /&gt;Check that your account has the permissions to read your database &lt;B&gt;and&lt;/B&gt; the folder where your access file is located&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2015 16:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244207#M30436</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2015-01-26T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244208#M30437</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Can you connect to your Access &amp;nbsp;successfully without using Talend tool?&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;Have you installed &lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;MS Access Database Driver(*.mdb, *accdb) in your current computer?&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 27 Jan 2015 08:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244208#M30437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-27T08:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244209#M30438</link>
      <description>Hello,
&lt;BR /&gt;Thank you for your responses but it is still not working.
&lt;BR /&gt;I change a little bit the description of my problem because there was something not enough accurate. This error occurs on several PCs which are in a different network than mine (different company). From my side, I can execute successfully the job.
&lt;BR /&gt;I do not know if it is important but the job is launched through a .bat file.
&lt;BR /&gt;So to respond to you&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;xdshi, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;yes they can access and open the Access database without any problem and they have access 2007. (the access database is in 2007 version)
&lt;BR /&gt;To respond to you&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Jcs19, t&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;he access database is in local on the computer where the job is launched and accessible through a configuratble path ../../FOLDER solely. And as it is a local execution, the user has all the rights on its folder.
&lt;BR /&gt;Is it possible that the problem comes from an antivirus ? or a java version ?
&lt;BR /&gt;Do you have any other idea ?
&lt;BR /&gt;Thank you in advance,</description>
      <pubDate>Thu, 29 Jan 2015 08:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244209#M30438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T08:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244210#M30439</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello,&lt;BR /&gt;Thank you for your responses but it is still not working.&lt;BR /&gt;I change a little bit the description of my problem because there was something not enough accurate. This error occurs on several PCs which are in a different network than mine (different company). From my side, I can execute successfully the job.&lt;BR /&gt;I do not know if it is important but the job is launched through a .bat file.&lt;BR /&gt;So to respond to you&amp;nbsp;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;xdshi, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;yes they can access and open the Access database without any problem and they have access 2007. (the access database is in 2007 version)&lt;BR /&gt;To respond to you&amp;nbsp;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Jcs19, t&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;he access database is in local on the computer where the job is launched and accessible through a configuratble path ../../FOLDER solely. And as it is a local execution, the user has all the rights on its folder.&lt;BR /&gt;Is it possible that the problem comes from an antivirus ? or a java version ?&lt;BR /&gt;Do you have any other idea ?&lt;BR /&gt;Thank you in advance,&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, the problem may come from antivirus,firewalls or proxy but I don't think so. 
&lt;BR /&gt;Try to edit your bat file replace "java" by your 32 bits java path 
&lt;BR /&gt;java -Xms256M -Xmx1024M 
&lt;BR /&gt;to&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;"C:\Program Files (x86)\Java\jre7\bin\java.exe"&amp;nbsp;&amp;nbsp;-Xms256M -Xmx1024M&amp;nbsp; 
&lt;BR /&gt;(dont forget double quotes) 
&lt;BR /&gt;If it's not working, try to create an odbc connection</description>
      <pubDate>Thu, 29 Jan 2015 13:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244210#M30439</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2015-01-29T13:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244211#M30440</link>
      <description>Thank you for your response Jcs. It has finally worked . I have only re-packaged the jars.&lt;BR /&gt;Maybe there were some conflicts but I am not ure of what was the real cause of the problem.&lt;BR /&gt;Thank you all</description>
      <pubDate>Fri, 20 Feb 2015 10:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244211#M30440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244212#M30441</link>
      <description>Hello,&lt;BR /&gt;I have this error, please help.&lt;BR /&gt;&lt;B&gt;&lt;FONT color="#212121"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Verdana, Arial, Helvetica, sans-serif"&gt;It does not have enough user privileges or Object Found&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;: NULL&lt;/B&gt;&lt;BR /&gt;WARNING:Error in the metadata of the table Estados Financieros: table's row count in the metadata is 6732 but 6672 records have been found and loaded by UCanAccess. All will work fine, but it's better to repair your database.&lt;BR /&gt;Exception in component tAccessConnection_1&lt;BR /&gt;net.ucanaccess.jdbc.UcanaccessSQLException:&lt;B&gt; usuario no tiene privilegios suficientes o objeto no encontrado: NULL&lt;/B&gt;&lt;BR /&gt;at net.ucanaccess.jdbc.UcanaccessDriver.connect(UcanaccessDriver.java:247)&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;at local_project.ace_0_1.ACE.tAccessConnection_1Process(ACE.java:311)&lt;BR /&gt;at local_project.ace_0_1.ACE.runJobInTOS(ACE.java:574)&lt;BR /&gt;at local_project.ace_0_1.ACE.main(ACE.java:431)&lt;BR /&gt;Caused by: java.sql.SQLSyntaxErrorException: usuario no tiene privilegios suficientes o objeto no encontrado: NULL</description>
      <pubDate>Tue, 17 May 2016 22:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244212#M30441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-17T22:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244213#M30442</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;jfrapascal,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What's your Access DB version? 2007?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 18 May 2016 10:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244213#M30442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-18T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244214#M30443</link>
      <description>the version is 2010</description>
      <pubDate>Fri, 20 May 2016 15:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244214#M30443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T15:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244215#M30444</link>
      <description>I open the db with SQL SERVER INTEGRATION SERVICES and I not have error when open the conection but when open with Talent I can't</description>
      <pubDate>Fri, 20 May 2016 15:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244215#M30444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T15:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244216#M30445</link>
      <description>Hi, 
&lt;BR /&gt;Have you already checked document about: 
&lt;A href="https://help.talend.com/search/all?query=Supported+systems%2C+databases+and+business+applications+by+Talend+components&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;upported systems databases and business applications by Talend components&lt;/A&gt;? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 23 May 2016 09:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244216#M30445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T09:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connexion to an Access database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244217#M30446</link>
      <description>it helps!</description>
      <pubDate>Fri, 27 May 2016 15:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connexion-to-an-Access-database/m-p/2244217#M30446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-27T15:34:36Z</dc:date>
    </item>
  </channel>
</rss>

