<?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 Splunk DB Connect 3.5.1 and MariaDB 2.7.1: Catalog loads. Other queries fail. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-5-1-and-MariaDB-2-7-1-Catalog-loads-Other/m-p/549280#M65474</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I own a OwnCloud Server with a MariaDB as Database:&lt;BR /&gt;My&amp;nbsp;&lt;STRONG&gt;db_connection_types.conf&lt;/STRONG&gt; based on the Post here from 2017, which has a few errors inside (missing Tokens, wrong supported Versions, serviceClass with MySQL...)&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;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[mariadb]
displayName = MariaDB
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcUrlFormat = jdbc:mariadb://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;
jdbcUrlSSLFormat = jdbc:mariadb://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;?useSSL=true&amp;amp;requireSSL=true&amp;amp;verifyServerCertificate=false
jdbcDriverClass = org.mariadb.jdbc.Driver
supportedMajorVersion = 2
supportedMinorVersion = 7
port = 3306
testQuery = SELECT 1
ui_default_catalog = $database$&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyway.&lt;BR /&gt;I chose the driver &lt;STRONG&gt;mariadb-java-client-2.7.1.jar&lt;/STRONG&gt; because DBeaver downloaded this Version automatically and there I can select my data.&lt;BR /&gt;With the&amp;nbsp;db_connection_types.conf I can create a connection and receive the catalog.&amp;nbsp;&lt;BR /&gt;But in the SQL Explorer I receive every-time&lt;BR /&gt;a &lt;STRONG&gt;"Error in 'dbxquery' command: External search command exited unexpectedly with non-zero error code 1."&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;also for very basic querys (like "select * form&amp;nbsp;`d040ddbe`.`5zdza_share`). Tested with same result on&amp;nbsp;jre1.8.0_291 and jdk-11.0.11.&lt;BR /&gt;Has someone a similar system running and could give me a few hints where I'm wrong?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;SierraX&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 10:17:45 GMT</pubDate>
    <dc:creator>SierraX</dc:creator>
    <dc:date>2021-04-28T10:17:45Z</dc:date>
    <item>
      <title>Splunk DB Connect 3.5.1 and MariaDB 2.7.1: Catalog loads. Other queries fail.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-5-1-and-MariaDB-2-7-1-Catalog-loads-Other/m-p/549280#M65474</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I own a OwnCloud Server with a MariaDB as Database:&lt;BR /&gt;My&amp;nbsp;&lt;STRONG&gt;db_connection_types.conf&lt;/STRONG&gt; based on the Post here from 2017, which has a few errors inside (missing Tokens, wrong supported Versions, serviceClass with MySQL...)&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;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[mariadb]
displayName = MariaDB
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcUrlFormat = jdbc:mariadb://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;
jdbcUrlSSLFormat = jdbc:mariadb://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;?useSSL=true&amp;amp;requireSSL=true&amp;amp;verifyServerCertificate=false
jdbcDriverClass = org.mariadb.jdbc.Driver
supportedMajorVersion = 2
supportedMinorVersion = 7
port = 3306
testQuery = SELECT 1
ui_default_catalog = $database$&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyway.&lt;BR /&gt;I chose the driver &lt;STRONG&gt;mariadb-java-client-2.7.1.jar&lt;/STRONG&gt; because DBeaver downloaded this Version automatically and there I can select my data.&lt;BR /&gt;With the&amp;nbsp;db_connection_types.conf I can create a connection and receive the catalog.&amp;nbsp;&lt;BR /&gt;But in the SQL Explorer I receive every-time&lt;BR /&gt;a &lt;STRONG&gt;"Error in 'dbxquery' command: External search command exited unexpectedly with non-zero error code 1."&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;also for very basic querys (like "select * form&amp;nbsp;`d040ddbe`.`5zdza_share`). Tested with same result on&amp;nbsp;jre1.8.0_291 and jdk-11.0.11.&lt;BR /&gt;Has someone a similar system running and could give me a few hints where I'm wrong?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;SierraX&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 10:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-5-1-and-MariaDB-2-7-1-Catalog-loads-Other/m-p/549280#M65474</guid>
      <dc:creator>SierraX</dc:creator>
      <dc:date>2021-04-28T10:17:45Z</dc:date>
    </item>
  </channel>
</rss>

