<?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: Cannot connect to access DB - NullPointerException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324583#M94271</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;I just looked &amp;nbsp;at the document you linked. Does it mean I definitely can't use Talend to move my data from access 97 database?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 05:19:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-25T05:19:32Z</dc:date>
    <item>
      <title>Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324566#M94254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I'm trying to move data from an Access database to a Microsoft SQL server database. I created my connection to the Access database. When I verify the connection, it tells me it works fine. But when I'm running my Job, I'm getting the following error:&lt;/P&gt; 
&lt;PRE&gt;Exception in component tAccessInput_1 (myDB)
java.lang.NullPointerException
	at java.util.Hashtable.put(Unknown Source)
	at cftmc.myJob_0_1.myDB.tAccessInput_1Process(myDB.java:1168)
	at cftmc.myJob_0_1.myDB.runJobInTOS(myDB.java:2050)
	at cftmc.myJob_0_1.myDB.main(myDB.java:1753)&lt;/PRE&gt; 
&lt;P&gt;Any help?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you &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;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324566#M94254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324567#M94255</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you use tAccessConnection component in your work flow? Is there any connector(onsubjobOK or oncomponentOk) between tAccessConnection and your tAccessInput component?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 10:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324567#M94255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T10:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324568#M94256</link>
      <description>A null pointer means that the compiler is trying to reference an object that hasn't been instantiated yet. The stack trace you posted tells you that the error is at line 1168 of your Java code: try opening the Code editor and see what objects are referred to in that area. Also, look for any errors earlier in the code that may cause an initialization failure (all errors will be marked with a red block on the right-hand side of the editor).
&lt;BR /&gt;
&lt;BR /&gt;Good luck!
&lt;BR /&gt;
&lt;BR /&gt;David</description>
      <pubDate>Fri, 21 Jul 2017 14:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324568#M94256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324569#M94257</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;First, thanks for your answer. I tried with a tAccessConnection and a onsubjobOK connector already (I mean I had tAccessConnection &amp;gt; OnsubjobOK &amp;gt; MyJob) but it didn't change anything.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 00:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324569#M94257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T00:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324570#M94258</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LM4pAAG"&gt;@DVSCHWAB&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I looked at the code and I can't see what is going wrong. I don't have any red block, only a bunch of warnings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks anyway for your time&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 00:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324570#M94258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T00:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324571#M94259</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Would you mind posting your work flow screenshot on forum which will be helpful for us understand your job?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 04:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324571#M94259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T04:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324572#M94260</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I attached a picture of my job. As you can see it's a really simple one, there isn't any data transformation or anything.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lro0"&gt;2017-07-19_08-34-30.png&lt;/A&gt;</description>
      <pubDate>Mon, 24 Jul 2017 04:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324572#M94260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T04:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324573#M94261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you extract your data from Access DB successfully by using tAccessInput--&amp;gt;tLogRow?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 08:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324573#M94261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T08:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324574#M94262</link>
      <description>If you can connect successfully, the error is probably in the query itself. Can you run a "SELECT * FROM &amp;lt;TABLE&amp;gt; and see if it works? Your query is a bit long, and I've had issues with Talend parsing queries that take up multiple lines (even though it should matter). Also, just to rule it out, check that you have enclosed your query in double-quotes.
&lt;BR /&gt;
&lt;BR /&gt;If none of this works, I might be able to look at the Java code near the error and figure out what is happening, if you can post that.
&lt;BR /&gt;
&lt;BR /&gt;David</description>
      <pubDate>Mon, 24 Jul 2017 14:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324574#M94262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T14:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324575#M94263</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;Using tAccessInput --&amp;gt; tLogRow doesn't work but I'm getting a new error:&lt;/P&gt; 
&lt;PRE&gt;Exception in component tAccessInput_1 (test)
net.ucanaccess.jdbc.UcanaccessSQLException: jet format 'VERSION_3' does not support writing for C:\Users\Admin\Documents\Théo\CFTMC\Data\dataself.mdb
	at net.ucanaccess.jdbc.UcanaccessDriver.connect(UcanaccessDriver.java:247)
	at java.sql.DriverManager.getConnection(Unknown Source)
	at java.sql.DriverManager.getConnection(Unknown Source)
	at cftmc2.test_0_1.test.tAccessInput_1Process(test.java:1109)
	at cftmc2.test_0_1.test.runJobInTOS(test.java:1919)
	at cftmc2.test_0_1.test.main(test.java:1685)
Caused by: java.io.IOException: jet format 'VERSION_3' does not support writing for C:\Users\Admin\Documents\Théo\CFTMC\Data\dataself.mdb
	at com.healthmarketscience.jackcess.impl.DatabaseImpl.open(DatabaseImpl.java:381)
	at com.healthmarketscience.jackcess.DatabaseBuilder.open(DatabaseBuilder.java:248)
	at org.talend.ucanaccess.encrypt.CryptCodecOpener.open(CryptCodecOpener.java:18)
	at net.ucanaccess.jdbc.DBReference.&amp;lt;init&amp;gt;(DBReference.java:158)
	at net.ucanaccess.jdbc.DBReferenceSingleton.loadReference(DBReferenceSingleton.java:57)
	at net.ucanaccess.jdbc.UcanaccessDriver.connect(UcanaccessDriver.java:103)
	... 5 more&lt;/PRE&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LM4pAAG"&gt;@DVSCHWAB&lt;/A&gt;&amp;nbsp;I tried your suggestion but unfortunately it's not working. If you wan't to see the code, I don't know which lines I should provide since I can't see any error in my code.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 22:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324575#M94263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T22:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324576#M94264</link>
      <description>&lt;P&gt;What version of Access was used to create the database? There is a known issue with the Jet format on older versions of Access: you can read about it here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://netdat.ru/accdb/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://netdat.ru/accdb/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324576#M94264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T03:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324577#M94265</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LM4pAAG"&gt;@DVSCHWAB&lt;/A&gt;&amp;nbsp;I'm using Access 2007 to read my database but it seems like it&amp;nbsp;was created with Access 97. I guess the real problem is coming from this.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324577#M94265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T03:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324578#M94266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you tried to use other Access DB to see if the DB connection is Ok with you?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324578#M94266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T04:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324579#M94267</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sabrina,&lt;/P&gt; 
&lt;P&gt;I just created a test database with Access 2007 and&amp;nbsp;used tAccessInput -&amp;gt; tLogRow and the connection works fine.&lt;/P&gt; 
&lt;P&gt;The problem might very well be the access version of the database I need to use then. The problem is that I can't duplicate or update the database I need to use. Unfortunately, I really have to use this Access 97 database.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324579#M94267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T04:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324580#M94268</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What's talend build version you are using?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324580#M94268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T04:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324581#M94269</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;I'm using TOS DI v6.4.0&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324581#M94269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T05:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324582#M94270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please take a look at this document about:&lt;A title="TalendHelpCenter: Supported systems, databases and business applications by Talend components" href="https://help.talend.com/reader/z2TqVkYof0~4Pl9q6Yc6Pg/b_qVBTTIBMSa9YR0uV91pg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter: Supported systems, databases and business applications by Talend components&lt;/A&gt; for 6.4&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324582#M94270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T05:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324583#M94271</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;I just looked &amp;nbsp;at the document you linked. Does it mean I definitely can't use Talend to move my data from access 97 database?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324583#M94271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T05:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324584#M94272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the documentation we provide a list of databases that are supported, in the sense that we do provide an SLA and technical support for them. This doesn't mean other (non-listed) databases will not work but simply we won't necessarily be equipped to help you with any issue you may face with them.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324584#M94272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T05:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to access DB - NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324585#M94273</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;So you can't help me with my issue?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 06:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-access-DB-NullPointerException/m-p/2324585#M94273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T06:06:13Z</dc:date>
    </item>
  </channel>
</rss>

