<?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: [S1000][unixODBC][SAP][DriverSupport] (1140) Unable to load CA certificates from certs file location. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/326802#M229937</link>
    <description>&lt;P&gt;Problem solved. Was due&amp;nbsp; to the bad format (special characters) of pem file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I close the question.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 08:58:00 GMT</pubDate>
    <dc:creator>OlivierW</dc:creator>
    <dc:date>2021-10-07T08:58:00Z</dc:date>
    <item>
      <title>[S1000][unixODBC][SAP][DriverSupport] (1140) Unable to load CA certificates from certs file location.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/325070#M229512</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use a ODBC connexion with SAP BI 4.2 app, on linux environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my settings :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--------- odbc.ini file -----------------&lt;/P&gt;&lt;P&gt;[ODBC Data Sources]&lt;BR /&gt;Impala=Simba Impala ODBC Driver (64-bit)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Impala_TEST]&lt;/STRONG&gt;&lt;BR /&gt;Description=Simba Impala ODBC Driver (64-bit)&lt;BR /&gt;Driver=/data/BO/sap_bobj/enterprise_xi40/linux_x64/odbc/simbaimpala/2.0/lib/libimpalaodbc_sb64.so&lt;BR /&gt;HiveServerType=2&lt;BR /&gt;ServiceDiscoveryMode=0&lt;BR /&gt;Host=portalgps.idf.fr.gin.intraorange&lt;BR /&gt;Port=443&lt;BR /&gt;schema=default&lt;BR /&gt;AuthMech=4&lt;BR /&gt;KrbFQDN=_HOST&lt;BR /&gt;UID=hive&lt;BR /&gt;ThriftTransport=2&lt;BR /&gt;HttpPath=/knox/cdp-proxy-api/hive&lt;/P&gt;&lt;P&gt;ServiceDiscoveryMode=0&lt;BR /&gt;AllowSelfSignedServerCert=1&lt;BR /&gt;UseNativeQuery=1&lt;/P&gt;&lt;P&gt;SSL=1&amp;nbsp;&lt;BR /&gt;AllowSelfSignedCerts=1&lt;BR /&gt;CAIssuedCertNamesMismatch=1&lt;BR /&gt;TrustedCerts=/data/BO/sap_bobj/enterprise_xi40/linux_x64/odbc/simbaimpala/2.0/lib/cacerts.pem&lt;BR /&gt;TwoWaySSL=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--------- odbcinst.ini -----------------&lt;BR /&gt;[ODBC Drivers]&lt;BR /&gt;Simba Impala ODBC Driver 64-bit=Installed&lt;BR /&gt;Impala_TEST=Installed&lt;/P&gt;&lt;P&gt;[Simba Impala ODBC Driver 64-bit]&lt;BR /&gt;Description=Simba Impala ODBC Driver (64-bit)&lt;BR /&gt;Driver=/data/BO/sap_bobj/enterprise_xi40/linux_x64/odbc/simbaimpala/2.0/lib/libimpalaodbc_sb64.so&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Impala_TEST]&lt;/STRONG&gt;&lt;BR /&gt;Description=Simba Impala ODBC Driver (64-bit)&lt;BR /&gt;Driver=/data/BO/sap_bobj/enterprise_xi40/linux_x64/odbc/simbaimpala/2.0/lib/libimpalaodbc_sb64.so&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;check that the certificate file cacerts.pem exists and is on 777 rights :&lt;/P&gt;&lt;P&gt;[admin@DVO1T-CMS04 bin]$ ll /data/BO/sap_bobj/enterprise_xi40/linux_x64/odbc/simbaimpala/2.0/lib/cacerts.pem&lt;BR /&gt;-rwxrwxrwx 1 admin admin 5844 Sep 21 16:54 /data/BO/sap_bobj/enterprise_xi40/linux_x64/odbc/simbaimpala/2.0/lib/cacerts.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test with unixODBC isql :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[admin@DVO1T-CMS04 bin]$ isql -v &lt;STRONG&gt;Impala_TEST&lt;/STRONG&gt; &amp;lt;myuser&amp;gt; &amp;lt;password&amp;gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;[S1000][unixODBC][SAP][DriverSupport] (1140) Unable to load CA certificates from certs file location. Please ensure the file exists, has read permission, and has the correct PEM format.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;[ISQL]ERROR: Could not SQLConnect&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know what's wrong on my setting ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 10:05:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/325070#M229512</guid>
      <dc:creator>OlivierW</dc:creator>
      <dc:date>2021-09-22T10:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: [S1000][unixODBC][SAP][DriverSupport] (1140) Unable to load CA certificates from certs file location.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/325589#M229672</link>
      <description>&lt;P&gt;Nobody has the same issue ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:48:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/325589#M229672</guid>
      <dc:creator>OlivierW</dc:creator>
      <dc:date>2021-09-28T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: [S1000][unixODBC][SAP][DriverSupport] (1140) Unable to load CA certificates from certs file location.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/326802#M229937</link>
      <description>&lt;P&gt;Problem solved. Was due&amp;nbsp; to the bad format (special characters) of pem file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I close the question.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 08:58:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/S1000-unixODBC-SAP-DriverSupport-1140-Unable-to-load-CA/m-p/326802#M229937</guid>
      <dc:creator>OlivierW</dc:creator>
      <dc:date>2021-10-07T08:58:00Z</dc:date>
    </item>
  </channel>
</rss>

