<?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: Linked tables in MS Access Database not available for select with tAccessInput component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364033#M127833</link>
    <description>&lt;P&gt;I was curious so I did a few googles and unfortunately, it looks like this may just not work with the driver the components are using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the access components, it looks like Talend is using this driver:&amp;nbsp;net.ucanaccess.jdbc.UcanaccessDriver&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I checked in on linked table support for that driver I found this as an answer to a stackoverflow question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;&lt;SPAN&gt;Currently, UCanAccess is only able to work with "native" Access tables, i.e., tables that are actually stored in an .accdb or .mdb file (or related variants like .accde, .mde, etc.). UCanAccess can operate on native linked tables (links to Access tables that are stored in a separate .accdb/.mdb file), but it cannot work with ODBC linked tables (links to tables stored in SQL Server, MySQL, ...)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/41387193/jdbc-jackcess-ucanaccess-not-able-to-connect-to-access-tables-linked-to-sharep" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/41387193/jdbc-jackcess-ucanaccess-not-able-to-connect-to-access-tables-linked-to-sharep&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After replying, it occurred to me that if you are using ODBC linked tables, you may be able to work around the driver limitations by querying the linked database directly using the appropriate database components or by using the generic tJDBCInput component&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2018 22:06:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-04T22:06:59Z</dc:date>
    <item>
      <title>Linked tables in MS Access Database not available for select with tAccessInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364030#M127830</link>
      <description>&lt;P&gt;We are using a tAccessInput component to try to select from linked tables in our MS Access Database. The tAccessConnection component it references points to a file based MS Access DB that has been put on both a local drive and a mapped drive. In either case, when we select from local tables in the Access DB, all is well, but when trying to select from linked tables (Linked via an ODBC connection to a Pervasive database), we get the following errors:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tAccessInput_1&lt;BR /&gt;net.ucanaccess.jdbc.UcanaccessSQLException: user lacks privilege or object not found: IMITMFIL&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at net.ucanaccess.jdbc.UcanaccessStatement.executeQuery(UcanaccessStatement.java:202)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at valogixdatainterface.msaccessdataimportv862_8_6.MSAccessDataImportV862.tJava_1Process(MSAccessDataImportV862.java:1347)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at valogixdatainterface.msaccessdataimportv862_8_6.MSAccessDataImportV862.tAccessConnection_1Process(MSAccessDataImportV862.java:755)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at valogixdatainterface.msaccessdataimportv862_8_6.MSAccessDataImportV862.tFileInputXML_1Process(MSAccessDataImportV862.java:5166)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at valogixdatainterface.msaccessdataimportv862_8_6.MSAccessDataImportV862.runJobInTOS(MSAccessDataImportV862.java:6023)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at valogixdatainterface.msaccessdataimportv862_8_6.MSAccessDataImportV862.main(MSAccessDataImportV862.java:5863)&lt;BR /&gt;Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: IMITMFIL&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.jdbc.JDBCStatement.executeQuery(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at net.ucanaccess.jdbc.UcanaccessStatement.executeQuery(UcanaccessStatement.java:199)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;... 5 more&lt;BR /&gt;Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: IMITMFIL&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.error.Error.error(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.error.Error.error(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.SchemaManager.getTable(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.readTableName(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.readTableOrSubquery(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadTableReference(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadFromClause(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadTableExpression(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadQuerySpecification(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadSimpleTable(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadQueryPrimary(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadQueryTerm(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadQueryExpressionBody(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.XreadQueryExpression(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserDQL.compileCursorSpecification(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserCommand.compilePart(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.ParserCommand.compileStatements(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.Session.executeDirectStatement(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.hsqldb.Session.execute(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;... 8 more&lt;BR /&gt;Job MSAccessDataImportV862 ended at 13:03 04/06/2018. [exit code=1]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am told this was working in Talend 5.5 with the same components. Currently, we have upgraded to Big Data 6.2.1.20160704_1411&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364030#M127830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linked tables in MS Access Database not available for select with tAccessInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364031#M127831</link>
      <description>&lt;P&gt;It looks like you're querying a table that does not exist. Make sure your job is connecting to the DB you expect it to connect to. Dont forget the connection params/table/column names are case sensitive by default.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364031#M127831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T19:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linked tables in MS Access Database not available for select with tAccessInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364032#M127832</link>
      <description>&lt;P&gt;Thanks for your response JGM. We have checked that already, by switching the query to local tables in the Access database. When query local tables, it works. The linked table we are querying is definitely there, it just does not seem to be found when running the query through the tAccessInput component.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 21:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364032#M127832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linked tables in MS Access Database not available for select with tAccessInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364033#M127833</link>
      <description>&lt;P&gt;I was curious so I did a few googles and unfortunately, it looks like this may just not work with the driver the components are using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the access components, it looks like Talend is using this driver:&amp;nbsp;net.ucanaccess.jdbc.UcanaccessDriver&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I checked in on linked table support for that driver I found this as an answer to a stackoverflow question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;&lt;SPAN&gt;Currently, UCanAccess is only able to work with "native" Access tables, i.e., tables that are actually stored in an .accdb or .mdb file (or related variants like .accde, .mde, etc.). UCanAccess can operate on native linked tables (links to Access tables that are stored in a separate .accdb/.mdb file), but it cannot work with ODBC linked tables (links to tables stored in SQL Server, MySQL, ...)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/41387193/jdbc-jackcess-ucanaccess-not-able-to-connect-to-access-tables-linked-to-sharep" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/41387193/jdbc-jackcess-ucanaccess-not-able-to-connect-to-access-tables-linked-to-sharep&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After replying, it occurred to me that if you are using ODBC linked tables, you may be able to work around the driver limitations by querying the linked database directly using the appropriate database components or by using the generic tJDBCInput component&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 22:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364033#M127833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T22:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linked tables in MS Access Database not available for select with tAccessInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364034#M127834</link>
      <description>&lt;P&gt;Thank you for the info. I should have checked that out myself. Much appreciated.&lt;/P&gt;&lt;P&gt;We will need to check into other solutions, as you mention below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364034#M127834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-05T13:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linked tables in MS Access Database not available for select with tAccessInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364035#M127835</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I am working on Linked Table Manager tables. I m facing this issue : "&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;net.ucanaccess.jdbc.UcanaccessSQLException&lt;/U&gt;: UCAExc:::3.0.1 user lacks privilege or object not found: CHANGE_CHANGEREQUEST" .&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;Have you found any solution to this. Please let me know if any.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 05:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Linked-tables-in-MS-Access-Database-not-available-for-select/m-p/2364035#M127835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T05:59:06Z</dc:date>
    </item>
  </channel>
</rss>

