<?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: JdbcUrl for firebird parsed wrong? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295595#M96017</link>
    <description>&lt;P&gt;just try it after "save anyway". I was able to extract tables.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 12:59:16 GMT</pubDate>
    <dc:creator>graether</dc:creator>
    <dc:date>2018-11-14T12:59:16Z</dc:date>
    <item>
      <title>JdbcUrl for firebird parsed wrong?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295591#M96013</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;It seems that I can connect to a firebird database, but run into issue JDBC-446&lt;BR /&gt;
&lt;A href="http://tracker.firebirdsql.org/browse/JDBC-446"&gt;http://tracker.firebirdsql.org/browse/JDBC-446&lt;/A&gt;. &lt;BR /&gt;
The solution according to the firebird release notes&lt;BR /&gt;
&lt;A href="https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.0/release_notes.html#connection-rejected-without-an-explicit-character-set"&gt;https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.0/release_notes.html#connection-rejected-without-an-explicit-character-set&lt;/A&gt;&lt;BR /&gt;
is to use a jdbcURL in the db_connections.conf:&lt;/P&gt;

&lt;P&gt;jdbc:firebirdsql:host/3050:D:/aQrate_Data/DB/MYQLOG?encoding=UTF8, "SYSDBA", "masterkey"&lt;/P&gt;

&lt;P&gt;Now somehow it seems that some parser maybe in splunk set the encoding to UTF8, "SYSDBA", "masterkey"&lt;BR /&gt;
because the message is now:&lt;/P&gt;

&lt;P&gt;No valid encoding definition for Firebird encoding UTF8, "SYSDBA", "masterkey" and/or Java charset null&lt;/P&gt;

&lt;P&gt;Is there a workaround to set the encodings somewhere else in a splunk db connect apps config file?&lt;/P&gt;

&lt;P&gt;Thanks -Gerd&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 12:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295591#M96013</guid>
      <dc:creator>graether</dc:creator>
      <dc:date>2017-05-16T12:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: JdbcUrl for firebird parsed wrong?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295592#M96014</link>
      <description>&lt;P&gt;did you succeed with the firebird connection?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 04:33:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295592#M96014</guid>
      <dc:creator>Shyngys_Bolatbe</dc:creator>
      <dc:date>2018-10-24T04:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: JdbcUrl for firebird parsed wrong?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295593#M96015</link>
      <description>&lt;P&gt;Hi Shyngys, &lt;BR /&gt;
if I remember correctly I got the connection to work, by ignoring the issue and clicked "Save anyway" in Splunk. I also figured out that the issue might related to missing  JDBC Compatibility Test Suite (CTS): „the separator string, always null because catalogs are not supported by database server (see JDBC CTS for details).“, siehe &lt;A href="https://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.4/docs/org/firebirdsql/jdbc/AbstractDatabaseMetaData.html"&gt;https://www.firebirdsql.org/file/documentation/drivers_documentation/java/2.2.4/docs/org/firebirdsql/jdbc/AbstractDatabaseMetaData.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 10:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295593#M96015</guid>
      <dc:creator>graether</dc:creator>
      <dc:date>2018-10-24T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: JdbcUrl for firebird parsed wrong?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295594#M96016</link>
      <description>&lt;P&gt;now I have such a mistake  java.lang.NullPointerException: null value in entry: db_catalog_separator=null&lt;BR /&gt;
can I still extract the tables with this error or not if Yes how to do it?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295594#M96016</guid>
      <dc:creator>Shyngys_Bolatbe</dc:creator>
      <dc:date>2020-09-29T22:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: JdbcUrl for firebird parsed wrong?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295595#M96017</link>
      <description>&lt;P&gt;just try it after "save anyway". I was able to extract tables.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JdbcUrl-for-firebird-parsed-wrong/m-p/295595#M96017</guid>
      <dc:creator>graether</dc:creator>
      <dc:date>2018-11-14T12:59:16Z</dc:date>
    </item>
  </channel>
</rss>

