<?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 MS SQL DB - Connection refused in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68432#M97017</link>
    <description>&lt;P&gt;I am also getting the same error.. can someone help us out from this. Or anyone who has did this before.. can help me to solve the issue..&lt;BR /&gt;
I can communicate via Skype.&lt;BR /&gt;
Awaited for your response.&lt;BR /&gt;
Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2015 10:18:00 GMT</pubDate>
    <dc:creator>rupesh_patil20</dc:creator>
    <dc:date>2015-09-03T10:18:00Z</dc:date>
    <item>
      <title>Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68429#M97014</link>
      <description>&lt;P&gt;I am getting the following error while I am tring to connect Microsoft SQL database,&lt;/P&gt;

&lt;P&gt;Encountered the following error while trying to update: In handler 'dbx-databases': Error connecting to database: java.sql.SQLException: Network error IOException: Connection refused: connect&lt;/P&gt;

&lt;P&gt;Can anybody tell me where my setup whent wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 18:41:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68429#M97014</guid>
      <dc:creator>marellasunil</dc:creator>
      <dc:date>2013-09-19T18:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68430#M97015</link>
      <description>&lt;P&gt;Hello Sunil,  &lt;/P&gt;

&lt;P&gt;You may have already found the solution to your query.  I've encountered the same problem.  Here are the two things I did to make it work.  Keep in mind that it's for MS SQLServer connection only. &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;In db connect app:  Click "&lt;STRONG&gt;Database connections in Splunk Manager&lt;/STRONG&gt;"  then click "&lt;STRONG&gt;New&lt;/STRONG&gt;" to open the  "&lt;STRONG&gt;External Databases&lt;/STRONG&gt;" window.  Fill in the necessary fields. Make sure "&lt;STRONG&gt;Additional JDBC Parameters&lt;/STRONG&gt;" field is filled in with &lt;STRONG&gt;useCursors=true&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Make sure &lt;STRONG&gt;sqlbrowser&lt;/STRONG&gt; is running.  &lt;STRONG&gt;sqlbrowser.exe&lt;/STRONG&gt; is located in "Microsoft SQL Server" folder, for example: &lt;STRONG&gt;C:\Program Files (x86)\Microsoft SQL Server\90\Sharedsqlbrowser.exe&lt;/STRONG&gt;. You can manually start the sqlbrowser by the following command: &lt;STRONG&gt;&amp;lt;drive&amp;gt;\&amp;lt;path&amp;gt;\sqlbrowser.exe -c&lt;/STRONG&gt; where &amp;lt;drive&amp;gt;\&amp;lt;path&amp;gt;\ would be something like C:\Program Files (x86)\Microsoft SQL Server\90\Shared\&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Check this site for database connection information: &lt;A href="http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Addadatabaseconnection"&gt;http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Addadatabaseconnection&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The &lt;STRONG&gt;database.conf&lt;/STRONG&gt; file  stores the connection information.  You can find this in dbconnect app's (dbx) local folder.&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 23:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68430#M97015</guid>
      <dc:creator>anwarmian</dc:creator>
      <dc:date>2015-01-08T23:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68431#M97016</link>
      <description>&lt;P&gt;I've tried every variation and have followed the documentation to perfection. I am not able to connect my SQL server. Keep getting &lt;EM&gt;java.sql.SQLException: Network error IOException: Connection refused: connect.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;I'd attach a screen shot, but since I'm a loser and don't have enough Karma points, I'm not able to?! &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 23:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68431#M97016</guid>
      <dc:creator>djarmoluk</dc:creator>
      <dc:date>2015-03-30T23:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68432#M97017</link>
      <description>&lt;P&gt;I am also getting the same error.. can someone help us out from this. Or anyone who has did this before.. can help me to solve the issue..&lt;BR /&gt;
I can communicate via Skype.&lt;BR /&gt;
Awaited for your response.&lt;BR /&gt;
Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:18:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68432#M97017</guid>
      <dc:creator>rupesh_patil20</dc:creator>
      <dc:date>2015-09-03T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68433#M97018</link>
      <description>&lt;P&gt;Couple of things:&lt;BR /&gt;
 1.   Grab MS SQL Server JDBC Driver 4.0 from &lt;A href="https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=11774"&gt;here&lt;/A&gt;. Extract and drop the sqljdbc4.jar file to &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_db_connect/bin/lib&lt;/CODE&gt; directory.&lt;BR /&gt;
 2.   Restart Splunk.&lt;BR /&gt;
 3.   Download the DB Connect App 2.0.4.&lt;BR /&gt;
 4.   Configure MS SQL Server to use Mixed Authentication (try it before-hand via Management Console or CLI, your choice).&lt;/P&gt;

&lt;P&gt;More Troubleshooting steps can be referred &lt;A href="http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Troubleshooting#Cannot_connect_to_Microsoft_SQL_server"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;If this answer has helped you, please vote and mark this as accepted answer.&lt;/P&gt;

&lt;P&gt;Thanks, Mitesh.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:28:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68433#M97018</guid>
      <dc:creator>miteshvohra</dc:creator>
      <dc:date>2015-09-03T10:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68434#M97019</link>
      <description>&lt;P&gt;Thank You Mitesh for your quick response . Give me  few time. i will do it as you suggested. Will surely vote for you.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68434#M97019</guid>
      <dc:creator>rupesh_patil20</dc:creator>
      <dc:date>2015-09-03T10:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68435#M97020</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Grab MS SQL Server JDBC Driver 4.0 from here. Extract and drop the sqljdbc4.jar file in the right path.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;As  i did this step earlier also. just wanted to know which is the right path. If I placed it wrongly I can do correct it now.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:55:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68435#M97020</guid>
      <dc:creator>rupesh_patil20</dc:creator>
      <dc:date>2015-09-03T10:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68436#M97021</link>
      <description>&lt;P&gt;Hi Mitesh,&lt;BR /&gt;
Just check and let me know if it is correct &lt;A href="http://screencast.com/t/LgULwePy"&gt;http://screencast.com/t/LgULwePy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:13:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68436#M97021</guid>
      <dc:creator>rupesh_patil20</dc:creator>
      <dc:date>2015-09-03T11:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect MS SQL DB - Connection refused</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68437#M97022</link>
      <description>&lt;P&gt;I have updated the answer with path to the directory where the jar file needs to be copied.&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;

&lt;P&gt;Mitesh.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 15:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-Connect-MS-SQL-DB-Connection-refused/m-p/68437#M97022</guid>
      <dc:creator>miteshvohra</dc:creator>
      <dc:date>2015-09-03T15:30:45Z</dc:date>
    </item>
  </channel>
</rss>

