<?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: Help creating new database type and mapping JDBC driver in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57520#M10283</link>
    <description>&lt;P&gt;To match your JDBC URL &lt;CODE&gt;jdbc:as400://HOSTNAME;naming=sql;errors=full&lt;/CODE&gt;, you could probably use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;connectionUrlFormat = jdbc:as400://{0};naming=sql;errors=full
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in database_types.conf.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Dec 2012 18:45:17 GMT</pubDate>
    <dc:creator>ziegfried</dc:creator>
    <dc:date>2012-12-07T18:45:17Z</dc:date>
    <item>
      <title>Help creating new database type and mapping JDBC driver</title>
      <link>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57518#M10281</link>
      <description>&lt;P&gt;From Andrescolo:&lt;/P&gt;

&lt;P&gt;Im trying to use JDBC to connect an AS400 database.&lt;BR /&gt;
I put the driver JT400.jar in $SPLUNK_HOME/etc/apps/dbx/bin/lib, restart splunk.&lt;BR /&gt;
When i setup the database, i cant see a new Database type related to the jar file added, and i dont see any other place to configure.&lt;/P&gt;

&lt;P&gt;How is posible to map database type with driver?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:36:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57518#M10281</guid>
      <dc:creator>Dan</dc:creator>
      <dc:date>2012-12-07T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating new database type and mapping JDBC driver</title>
      <link>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57519#M10282</link>
      <description>&lt;P&gt;From Stepmmx:&lt;/P&gt;

&lt;P&gt;I have the same problem.&lt;BR /&gt;
I tried to define AS400 DB2 DB in database_types.conf&lt;BR /&gt;
[as400]&lt;BR /&gt;
displayName = DB2 AS400&lt;BR /&gt;
jdbcDriverClass = com.ibm.as400.access.AS400JDBCDriver &lt;BR /&gt;
defaultPort = 446&lt;BR /&gt;
connectionUrlFormat = jdbc:as400://{0}:{1};naming=sql;errors=full&lt;/P&gt;

&lt;P&gt;but the connectionUrlFormat is propably wrong &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;In DBVisualizer I'm using this format:&lt;BR /&gt;
jdbc:as400://HOSTNAME;naming=sql;errors=full&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:37:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57519#M10282</guid>
      <dc:creator>Dan</dc:creator>
      <dc:date>2012-12-07T18:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating new database type and mapping JDBC driver</title>
      <link>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57520#M10283</link>
      <description>&lt;P&gt;To match your JDBC URL &lt;CODE&gt;jdbc:as400://HOSTNAME;naming=sql;errors=full&lt;/CODE&gt;, you could probably use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;connectionUrlFormat = jdbc:as400://{0};naming=sql;errors=full
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in database_types.conf.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:45:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57520#M10283</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-12-07T18:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating new database type and mapping JDBC driver</title>
      <link>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57521#M10284</link>
      <description>&lt;P&gt;i've updated the documentation to include a topic on how to do this in more detail:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/DBX/1.0.6/DeployDBX/DefineanewDB"&gt;http://docs.splunk.com/Documentation/DBX/1.0.6/DeployDBX/DefineanewDB&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 22:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57521#M10284</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2012-12-07T22:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating new database type and mapping JDBC driver</title>
      <link>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57522#M10285</link>
      <description>&lt;P&gt;try the jdbc tutorial at this website &lt;A href="http://www.unityjdbc.com/doc/jdbc/jdbc_tutorial.php"&gt;http://www.unityjdbc.com/doc/jdbc/jdbc_tutorial.php&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;it is really easy to understand, great explanations, tons of links for more information, and has sample code.&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Help-creating-new-database-type-and-mapping-JDBC-driver/m-p/57522#M10285</guid>
      <dc:creator>mwwb</dc:creator>
      <dc:date>2013-07-31T18:03:39Z</dc:date>
    </item>
  </channel>
</rss>

