<?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: DB Connect 2 and Firebird SQL in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323824#M38768</link>
    <description>&lt;P&gt;I have just revisited this and get same error message. I then tried to use Data Lab - SQL Explorer and get 'Invalid database connection'  when I select DB. I then ran Open In Search - and I got results back. So for me now looks clearly like a bug in DB Connect as running &lt;/P&gt;

&lt;P&gt;| dbxquery query="select count(*) from LOG;" connection="TEST"    - works from the Search Bar - but the DB Connect UI throws errors all the time when trying to use it&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 11:57:02 GMT</pubDate>
    <dc:creator>hartley</dc:creator>
    <dc:date>2017-05-31T11:57:02Z</dc:date>
    <item>
      <title>DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323823#M38767</link>
      <description>&lt;P&gt;We wish to connect db connect 2 to a Firebird SQL Server&lt;/P&gt;

&lt;P&gt;so far i tried&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[firebird]
#see &lt;A href="https://stackoverflow.com/questions/3424206/firebird-connection-with-java" target="test_blank"&gt;https://stackoverflow.com/questions/3424206/firebird-connection-with-java&lt;/A&gt;
displayName = Firebird SQL
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcDriverClass = org.firebirdsql.jdbc.FBDriver
supportedVersions = 4.0
jdbcUrlFormat = jdbc:firebirdsql://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;?encoding=NONE&amp;amp;charSet=ISO-8859-1
jdbcUrlSSLFormat = jdbc:firebirdsql://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;?encoding=NONE&amp;amp;charSet=ISO-8859-1
port = 3050
database = master
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I do have some success but i do get &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;java.lang.NullPointerException: null value in entry: db_catalog_separator=null
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone did this before successfully&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 06:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323823#M38767</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2017-05-31T06:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323824#M38768</link>
      <description>&lt;P&gt;I have just revisited this and get same error message. I then tried to use Data Lab - SQL Explorer and get 'Invalid database connection'  when I select DB. I then ran Open In Search - and I got results back. So for me now looks clearly like a bug in DB Connect as running &lt;/P&gt;

&lt;P&gt;| dbxquery query="select count(*) from LOG;" connection="TEST"    - works from the Search Bar - but the DB Connect UI throws errors all the time when trying to use it&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 11:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323824#M38768</guid>
      <dc:creator>hartley</dc:creator>
      <dc:date>2017-05-31T11:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323825#M38769</link>
      <description>&lt;P&gt;Yeah works but is no 100% clean. Still i can work on the usecase for now. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 14:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323825#M38769</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2017-05-31T14:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323826#M38770</link>
      <description>&lt;P&gt;I wonder if caused by this and the splunk code can not handle a null getting returned?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.8/docs/org/firebirdsql/jdbc/AbstractDatabaseMetaData.html#getCatalogSeparator--"&gt;https://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.8/docs/org/firebirdsql/jdbc/AbstractDatabaseMetaData.html#getCatalogSeparator--&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I now need to see if I can hand craft a set of configs that work, would have preferred GUI&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 14:47:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323826#M38770</guid>
      <dc:creator>hartley</dc:creator>
      <dc:date>2017-05-31T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323827#M38771</link>
      <description>&lt;P&gt;did you succeed with the firebird connection?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 04:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323827#M38771</guid>
      <dc:creator>Shyngys_Bolatbe</dc:creator>
      <dc:date>2018-10-24T04:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323828#M38772</link>
      <description>&lt;P&gt;No we had to pay Splunk PS to create a specific version of DB Connect for us, which means we are now restricted to Splunk 3.1.1&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 08:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323828#M38772</guid>
      <dc:creator>hartley</dc:creator>
      <dc:date>2018-10-24T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect 2 and Firebird SQL</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323829#M38773</link>
      <description>&lt;P&gt;We did eventually but we had to pay Splunk PS to edit the source code and create a specific version just for us so we are now stuck on DB Connect 3.1.1 with no support. If we want to upgrade DB Connect, I suspect we will need to pay again to get the code updated.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 08:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-2-and-Firebird-SQL/m-p/323829#M38773</guid>
      <dc:creator>hartley</dc:creator>
      <dc:date>2018-10-24T08:22:42Z</dc:date>
    </item>
  </channel>
</rss>

