<?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: Splunk DB connect MSSQL connection params in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58176#M797</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I found a solution to my issue, as MSSQL 2008 was running as a named instance, I needed to find out the dynamically allocated TCP port. The below URL helped me find this information via the Windows Registry.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://sqlserverpedia.com/blog/sql-server-bloggers/what-tcp-port-is-sql-server-running-under/"&gt;http://sqlserverpedia.com/blog/sql-server-bloggers/what-tcp-port-is-sql-server-running-under/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I hope this helps out other people who had the same issue as I have had.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
J&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2012 23:37:43 GMT</pubDate>
    <dc:creator>wellsajs</dc:creator>
    <dc:date>2012-12-10T23:37:43Z</dc:date>
    <item>
      <title>Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58171#M792</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I am having issues connecting to a Microsoft MSSQL server using the Splunk DB connect app.&lt;BR /&gt;
I have tested connectivity from a GUI windows client to the database and it works fine but the connection string maybe the issue in SPLUNK , as I have not seen any examples in the docs that show you how to connect with these params.&lt;/P&gt;

&lt;P&gt;Database = SQLSERVER\BETA.ServiceDesk&lt;/P&gt;

&lt;P&gt;I have tried many different combinations to try and connect, but cannot get splunk to successfully connect.&lt;/P&gt;

&lt;P&gt;In the GUI Client the params below work&lt;/P&gt;

&lt;P&gt;Server = SQLSERVER\BETA&lt;BR /&gt;
Username = test&lt;BR /&gt;
Password = ********&lt;/P&gt;

&lt;P&gt;This takes me straight into the correct database. any help would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 05:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58171#M792</guid>
      <dc:creator>wellsajs</dc:creator>
      <dc:date>2012-12-10T05:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58172#M793</link>
      <description>&lt;P&gt;Is it a named instance?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:01:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58172#M793</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-12-10T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58173#M794</link>
      <description>&lt;P&gt;Also please let us know which values you tried for host and database.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58173#M794</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-12-10T15:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58174#M795</link>
      <description>&lt;P&gt;I forgot to mention I tried using the host option as well and I also used the port option as well and still could not connect. The error I get is connection refused.&lt;/P&gt;

&lt;P&gt;Also I made a slight typo&lt;/P&gt;

&lt;P&gt;Server = SQLSERVER\BETA&lt;/P&gt;

&lt;P&gt;Database = ServiceDesk&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 23:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58174#M795</guid>
      <dc:creator>wellsajs</dc:creator>
      <dc:date>2012-12-10T23:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58175#M796</link>
      <description>&lt;P&gt;Have you checked that there is no firewall blocking connections from your Splunk instance to you database server?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 23:23:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58175#M796</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-12-10T23:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58176#M797</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I found a solution to my issue, as MSSQL 2008 was running as a named instance, I needed to find out the dynamically allocated TCP port. The below URL helped me find this information via the Windows Registry.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://sqlserverpedia.com/blog/sql-server-bloggers/what-tcp-port-is-sql-server-running-under/"&gt;http://sqlserverpedia.com/blog/sql-server-bloggers/what-tcp-port-is-sql-server-running-under/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I hope this helps out other people who had the same issue as I have had.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 23:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58176#M797</guid>
      <dc:creator>wellsajs</dc:creator>
      <dc:date>2012-12-10T23:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect MSSQL connection params</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58177#M798</link>
      <description>&lt;P&gt;You could also specify a named instance rather than converting to the tcp port &lt;A href="http://splunk-base.splunk.com/answers/66459/connect-to-a-non-default-instance-of-ms-sql-server"&gt;http://splunk-base.splunk.com/answers/66459/connect-to-a-non-default-instance-of-ms-sql-server&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 00:20:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-DB-connect-MSSQL-connection-params/m-p/58177#M798</guid>
      <dc:creator>Dan</dc:creator>
      <dc:date>2013-01-17T00:20:27Z</dc:date>
    </item>
  </channel>
</rss>

