<?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>question NIFI connection with MS access Database in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337024#M232463</link>
    <description>&lt;P&gt;What is the available JDBC open-source driver to connect Apache NIFI with MS Access Database.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/69083"&gt;@Nifi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/73798"&gt;@ApacheNifi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 13:25:43 GMT</pubDate>
    <dc:creator>Baibhav</dc:creator>
    <dc:date>2022-02-24T13:25:43Z</dc:date>
    <item>
      <title>NIFI connection with MS access Database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337024#M232463</link>
      <description>&lt;P&gt;What is the available JDBC open-source driver to connect Apache NIFI with MS Access Database.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/69083"&gt;@Nifi&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/73798"&gt;@ApacheNifi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 13:25:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337024#M232463</guid>
      <dc:creator>Baibhav</dc:creator>
      <dc:date>2022-02-24T13:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI connection with MS access Database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337227#M232534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are struggling to connect to MS Access DB from Nifi 1.13.0 using Ucanaccess 5.0.1 Driver , we are getting error as "Given file does not exist"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please suggest on this or if you have used any other driver&amp;nbsp; or any information around that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a Cdata driver which works but that is a licensed product , we are looking for something&lt;/P&gt;&lt;P&gt;in the open source region&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 10:20:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337227#M232534</guid>
      <dc:creator>Neil_1992</dc:creator>
      <dc:date>2022-02-28T10:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI connection with MS access Database</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337266#M232539</link>
      <description>&lt;P&gt;Few points when connecting to any DataBase from NiFi&amp;nbsp;&lt;/P&gt;&lt;P&gt;NiFi has Generic controller service named&amp;nbsp;&lt;SPAN&gt;DBCPConnectionPool which used to create connection pool to given database and processors such as ExecuteSQL or&amp;nbsp; PutSql will use this&amp;nbsp;controller service to obtain connection and run the given queries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is needed as minimum prerequisite&amp;nbsp; to start with&amp;nbsp;DBCPConnectionPool&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Determine type of Database&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Determine the JDBC URL syntax supported by Database&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. The Database client Driver which works outside of NiFi to connect to same&amp;nbsp;Database needs to be placed on each NiFi nodes on given location which can be read user who is running NiFi as service&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All above needs to be provided by user , if&amp;nbsp;Ucanaccess 5.0.1 client Driver works outside of NiFi then it should work with&amp;nbsp;DBCPConnectionPool as well, Where you are getting this message "Given file does not exist" ? Is client driver is present on NiFi hosts and configured&amp;nbsp;Database Driver Location is correct ? permissions?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You mentioned&amp;nbsp;&lt;EM&gt;There is a Cdata driver which works but that is a licensed product" ,&lt;/EM&gt; it works from where ? from NiFi:DBCPConnectionPool?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank You.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 13:08:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-connection-with-MS-access-Database/m-p/337266#M232539</guid>
      <dc:creator>ckumar</dc:creator>
      <dc:date>2022-02-28T13:08:17Z</dc:date>
    </item>
  </channel>
</rss>

