<?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 Dbconnect with  windows based SQL Server in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471912#M58007</link>
    <description>&lt;P&gt;I am attempting to ingest data from Windows based SQL Server from Dbconnect on linux HF. &lt;/P&gt;

&lt;P&gt;We are not allowed to use jtdc driver since it is not SSL encrypted. What is the alternative to connect to windows based database?&lt;/P&gt;

&lt;P&gt;I believe i might have to create service account for the machine that is hosting sql server. but do i need anything else? I have allowed port no to the  sql server host. &lt;/P&gt;

&lt;P&gt;Database can access through RDPing into instance --&amp;gt; SQL  Mangement Studio&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Created service account and added Database read-only AD group &lt;/LI&gt;
&lt;LI&gt;Create Identity with Service account for username , password with Use Windows Authentication Domain - &lt;STRONG&gt;CHECKED&lt;/STRONG&gt; and added domain&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Dbconnect connection configs:&lt;BR /&gt;
- Have added hostname:  fqdn\SQL1 , port 51565 (  firewall rules have been added)&lt;BR /&gt;
- Added default database name&lt;BR /&gt;
- Attempted to create connection for Microsoft Generic Driver (4.2 version) - having issue:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; Login failed for user 'xxxxx'. ClientConnectionId:xxxxxxxxxxxxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 05 Sep 2019 06:38:38 GMT</pubDate>
    <dc:creator>k31453</dc:creator>
    <dc:date>2019-09-05T06:38:38Z</dc:date>
    <item>
      <title>Dbconnect with  windows based SQL Server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471912#M58007</link>
      <description>&lt;P&gt;I am attempting to ingest data from Windows based SQL Server from Dbconnect on linux HF. &lt;/P&gt;

&lt;P&gt;We are not allowed to use jtdc driver since it is not SSL encrypted. What is the alternative to connect to windows based database?&lt;/P&gt;

&lt;P&gt;I believe i might have to create service account for the machine that is hosting sql server. but do i need anything else? I have allowed port no to the  sql server host. &lt;/P&gt;

&lt;P&gt;Database can access through RDPing into instance --&amp;gt; SQL  Mangement Studio&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Created service account and added Database read-only AD group &lt;/LI&gt;
&lt;LI&gt;Create Identity with Service account for username , password with Use Windows Authentication Domain - &lt;STRONG&gt;CHECKED&lt;/STRONG&gt; and added domain&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Dbconnect connection configs:&lt;BR /&gt;
- Have added hostname:  fqdn\SQL1 , port 51565 (  firewall rules have been added)&lt;BR /&gt;
- Added default database name&lt;BR /&gt;
- Attempted to create connection for Microsoft Generic Driver (4.2 version) - having issue:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; Login failed for user 'xxxxx'. ClientConnectionId:xxxxxxxxxxxxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Sep 2019 06:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471912#M58007</guid>
      <dc:creator>k31453</dc:creator>
      <dc:date>2019-09-05T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dbconnect with  windows based SQL Server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471913#M58008</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;

&lt;P&gt;I assume you want to get events from any table different to audit events from SQL Server. &lt;/P&gt;

&lt;P&gt;Is there a problem if you download official JDBC driver from &lt;A href="https://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx"&gt;https://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx&lt;/A&gt; instead of JTDC? Because this one does support SSL. &lt;/P&gt;

&lt;P&gt;If you cannot, you can tell the DBA to create an store procedure or script that wrote the output in disk and I could read by Universal Forwarder. &lt;/P&gt;

&lt;P&gt;I never used but I think you can use powershell to query Databases. If so you can use an input script. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:16:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471913#M58008</guid>
      <dc:creator>jrballesteros05</dc:creator>
      <dc:date>2019-09-05T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dbconnect with  windows based SQL Server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471914#M58009</link>
      <description>&lt;P&gt;Well my workplace do require SSL encyrption and only driver who provide ssl encyrption is JDBC. So I have to use it. &lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 09:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471914#M58009</guid>
      <dc:creator>k31453</dc:creator>
      <dc:date>2019-09-23T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dbconnect with  windows based SQL Server</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471915#M58010</link>
      <description>&lt;P&gt;Hello. Information related about JDBC drivers: &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Installdatabasedrivers#Supported_databases"&gt;https://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Installdatabasedrivers#Supported_databases&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 14:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Dbconnect-with-windows-based-SQL-Server/m-p/471915#M58010</guid>
      <dc:creator>jrballesteros05</dc:creator>
      <dc:date>2019-09-24T14:51:20Z</dc:date>
    </item>
  </channel>
</rss>

