<?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 Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager] in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319906#M228027</link>
    <description>&lt;P&gt;Please provide driver DEBUG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;To enable logging in the driver please modify the odbc.ini file and under the [Driver] section set LogLevel to 6 and LogPath to point to a writeable directory where you would like to driver to create the log files in. For example:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[Driver]&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LogLevel=6&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LogPath=/tmp&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 05:56:40 GMT</pubDate>
    <dc:creator>asish</dc:creator>
    <dc:date>2021-07-06T05:56:40Z</dc:date>
    <item>
      <title>Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319894#M228019</link>
      <description>&lt;P&gt;I'm connecting to Hive using &lt;A href="https://www.cloudera.com/downloads/connectors/hive/odbc/2-6-1.html" target="_self"&gt;Cloudera's ODBC driver&lt;/A&gt; version 2.6.9 and I'm getting a weird behavior that ruins the user experience. Any help to solve or debug this problem would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using DBeaver to connect to it. All my databases just display a few of it's tables. Here is an example. When I open DBeaver, The dabase just shows the table `localizacao`:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauloNeves_0-1625509834632.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31785i7F9C9A86614D02AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauloNeves_0-1625509834632.png" alt="PauloNeves_0-1625509834632.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This database has 3 tables.&lt;/STRONG&gt; If I run the command &lt;FONT face="courier new,courier,monospace"&gt;show tables from raw_aneel&lt;/FONT&gt;, DBeaver interface will display:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauloNeves_1-1625509891889.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31786iC499A9B14BB2766D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauloNeves_1-1625509891889.png" alt="PauloNeves_1-1625509891889.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message in english would be:&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.jkiss.dbeaver.model.exec.DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager] Invalid string or buffer length&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the complete stack trace displayed in the Error Log. The error message above is in Brazilian Portuguese:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;org.jkiss.dbeaver.model.exec.DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager] Comprimento inválido de cadeia de caracteres ou de buffer&lt;BR /&gt;at org.jkiss.dbeaver.model.impl.jdbc.data.handlers.JDBCAbstractValueHandler.fetchValueObject(JDBCAbstractValueHandler.java:55)&lt;BR /&gt;at org.jkiss.dbeaver.ui.controls.resultset.ResultSetDataReceiver.fetchRow(ResultSetDataReceiver.java:125)&lt;BR /&gt;at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.fetchQueryData(SQLQueryJob.java:718)&lt;BR /&gt;at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.executeStatement(SQLQueryJob.java:541)&lt;BR /&gt;at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.lambda$0(SQLQueryJob.java:441)&lt;BR /&gt;at org.jkiss.dbeaver.model.exec.DBExecUtils.tryExecuteRecover(DBExecUtils.java:171)&lt;BR /&gt;at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.executeSingleQuery(SQLQueryJob.java:428)&lt;BR /&gt;at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.extractData(SQLQueryJob.java:813)&lt;BR /&gt;at org.jkiss.dbeaver.ui.editors.sql.SQLEditor$QueryResultsContainer.readData(SQLEditor.java:3280)&lt;BR /&gt;at org.jkiss.dbeaver.ui.controls.resultset.ResultSetJobDataRead.lambda$0(ResultSetJobDataRead.java:118)&lt;BR /&gt;at org.jkiss.dbeaver.model.exec.DBExecUtils.tryExecuteRecover(DBExecUtils.java:171)&lt;BR /&gt;at org.jkiss.dbeaver.ui.controls.resultset.ResultSetJobDataRead.run(ResultSetJobDataRead.java:116)&lt;BR /&gt;at org.jkiss.dbeaver.ui.controls.resultset.ResultSetViewer$ResultSetDataPumpJob.run(ResultSetViewer.java:4624)&lt;BR /&gt;at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:105)&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)&lt;BR /&gt;Caused by: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Comprimento inválido de cadeia de caracteres ou de buffer&lt;BR /&gt;at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6964)&lt;BR /&gt;at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7121)&lt;BR /&gt;at sun.jdbc.odbc.JdbcOdbc.SQLGetDataString(JdbcOdbc.java:3914)&lt;BR /&gt;at sun.jdbc.odbc.JdbcOdbcResultSet.getDataString(JdbcOdbcResultSet.java:5697)&lt;BR /&gt;at sun.jdbc.odbc.JdbcOdbcResultSet.getString(JdbcOdbcResultSet.java:353)&lt;BR /&gt;at sun.jdbc.odbc.JdbcOdbcResultSet.getObject(JdbcOdbcResultSet.java:1677)&lt;BR /&gt;at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCResultSetImpl.getObject(JDBCResultSetImpl.java:627)&lt;BR /&gt;at org.jkiss.dbeaver.model.impl.jdbc.data.handlers.JDBCStringValueHandler.fetchColumnValue(JDBCStringValueHandler.java:52)&lt;BR /&gt;at org.jkiss.dbeaver.model.impl.jdbc.data.handlers.JDBCAbstractValueHandler.fetchValueObject(JDBCAbstractValueHandler.java:49)&lt;BR /&gt;... 14 more&lt;/P&gt;&lt;P&gt;Before this stack trace there is a message `Can't read column 'tab_name' value`:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauloNeves_2-1625510213845.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31787iCCB815D771D5D380/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauloNeves_2-1625510213845.png" alt="PauloNeves_2-1625510213845.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Idea how to debug this?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 19:08:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319894#M228019</guid>
      <dc:creator>PauloNeves</dc:creator>
      <dc:date>2021-07-05T19:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319898#M228020</link>
      <description>&lt;P&gt;Weird. If I select a table some of the values come with the S1090 error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauloNeves_0-1625514633196.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31788i3BBE0B5E0E025D0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauloNeves_0-1625514633196.png" alt="PauloNeves_0-1625514633196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;same query above return some valid values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauloNeves_1-1625514670417.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31789i487ECF9741332CBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauloNeves_1-1625514670417.png" alt="PauloNeves_1-1625514670417.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I wait some minutes and try the query again. It works!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauloNeves_2-1625514720882.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31790iB3FEA625BDDCF784/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauloNeves_2-1625514720882.png" alt="PauloNeves_2-1625514720882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Should I try some driver configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 19:52:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319898#M228020</guid>
      <dc:creator>PauloNeves</dc:creator>
      <dc:date>2021-07-05T19:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319906#M228027</link>
      <description>&lt;P&gt;Please provide driver DEBUG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;To enable logging in the driver please modify the odbc.ini file and under the [Driver] section set LogLevel to 6 and LogPath to point to a writeable directory where you would like to driver to create the log files in. For example:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[Driver]&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LogLevel=6&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LogPath=/tmp&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 05:56:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319906#M228027</guid>
      <dc:creator>asish</dc:creator>
      <dc:date>2021-07-06T05:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319963#M228058</link>
      <description>Thanks, I'm trying to do it. I believe it is the file&lt;BR /&gt;&lt;BR /&gt;C:\Windows\ODBC.INI&lt;BR /&gt;&lt;BR /&gt;and that I must add these lines at the end of it:&lt;BR /&gt;&lt;BR /&gt;[Driver]&lt;BR /&gt;LogLevel=6&lt;BR /&gt;LogPath=/tmp&lt;BR /&gt;&lt;BR /&gt;I don't have write permission to this file, but I'll ask someone to do it.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2021 20:34:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/319963#M228058</guid>
      <dc:creator>PauloNeves</dc:creator>
      <dc:date>2021-07-06T20:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/320072#M228090</link>
      <description>&lt;P&gt;This is very &lt;EM&gt;weird&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I turn the &lt;STRONG&gt;log trace on, it &lt;EM&gt;works&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;If I turn the log &lt;STRONG&gt;at debug level or higher, it &lt;EM&gt;fails&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before sending the log files, here is some context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't have admin rights to our Windows Machines. The odbc drivers are installed as Admin by a script from a internal "App Store". After installing it, a bat file is executed to create the odbc data sources. The bat file basically executes this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;%windir%&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;\syswow64\odbcconf&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;configdsn&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Cloudera&amp;nbsp;ODBC&amp;nbsp;Driver&amp;nbsp;for&amp;nbsp;Apache&amp;nbsp;Hive"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"DSN=&lt;/SPAN&gt;&lt;SPAN&gt;Datalake&lt;/SPAN&gt;&lt;SPAN&gt;|DESCRIPTION=Driver&amp;nbsp;datalake|HiveServerType=2|ServiceDiscoveryMode=ZooKeeper|ZKNamespace=hiveserver2|Host=zookeeper01:2181,zookeeper02:2181,zookeeper03:2181|Port=10000|Schema=default|AuthMech=1|KrbRealm=S.NET|KrbServiceName=hive|ServicePrincipalCanonicalization=0|KrbHostFQDN=_HOST|GetTablesWithQuery=1|InvalidSessionAutoRecover=0|AutoReconnect=1"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the install, I open the Windows ODBC Admin and try to change the log level in "my datasource" -&amp;gt; Configure button -&amp;gt; Logging Options the option isn't persisted. If I try to configure it again the log level is off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also can't edit the file "C:\Windows\odbc.ini".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sysadm gave admin permissions to my user. I edited the odbc.ini to add the recommended log config:&lt;/P&gt;&lt;PRE&gt;[Driver]&lt;BR /&gt;LogLevel=6&lt;BR /&gt;LogPath=C:\temp&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it didn't saved any log info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, with admin powers, I went to the ODBC admin, confligured the log level to trace at the "Logging Options" above and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After editing the log level, these lines were &lt;EM&gt;automatically added&lt;/EM&gt; to the ODBC.INI file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[Datalake]&lt;BR /&gt;Driver32=C:\Program Files\Cloudera ODBC Driver for Apache Hive\lib\ClouderaHiveODBC64.dll&lt;/PRE&gt;&lt;P&gt;These lines were not present before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The admin powers were removed from my user, but now I can change the "Logging Options" and they are persisted. ¯\_(ツ)_/¯&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And now the weird behavior happens. If the log level is TRACE it works fine, if it is DEBUG or higher, it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here how I test it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I open dbeaver&lt;/LI&gt;&lt;LI&gt;I expand the Datalake connection so it connects. It opens a tree with a node HIVE below it&lt;/LI&gt;&lt;LI&gt;I expand the HIVE tree and it lists all my databases names. So far, so fine. This always work.&lt;/LI&gt;&lt;LI&gt;Now if I open a specific database, expand it and click to expand the table names, the debug version expands just the first table, the trace version display all the 3 tables.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here are the logs. The one with DEBUG ON and the one with TRACE ON. Each has 2 connections, since Dbeaver opens a separate connection for the metadata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to attach the log files using another browser in a reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 23:31:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/320072#M228090</guid>
      <dc:creator>PauloNeves</dc:creator>
      <dc:date>2021-07-07T23:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/320075#M228093</link>
      <description>&lt;P&gt;Sorry, I don't know how to add files to this thread. The following types were refused: log, txt, and zip. I'd send it by email if someone asks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 23:36:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/320075#M228093</guid>
      <dc:creator>PauloNeves</dc:creator>
      <dc:date>2021-07-07T23:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ODBC fails to list all tables and returns errors: DBCException: SQL Error [S1090]: [Microsoft][ODBC Driver Manager]</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/350106#M235880</link>
      <description>&lt;P&gt;Te problem improved upgrading the driver version. It still persists, but is rarer.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 17:19:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-ODBC-fails-to-list-all-tables-and-returns-errors/m-p/350106#M235880</guid>
      <dc:creator>PauloNeves</dc:creator>
      <dc:date>2022-08-15T17:19:29Z</dc:date>
    </item>
  </channel>
</rss>

